bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / docs / webserver_howto / printer / iis.html
1 <html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>The Apache Tomcat Connector - Webserver HowTo - IIS HowTo</title><meta name="author" value="Henri Gomez"><meta name="email" value="hgomez@apache.org"><meta name="author" value="Gal Shachor"><meta name="email" value="shachor@il.ibm.com"><meta name="author" value="Yoav Shapira"><meta name="email" value="yoavs@apache.org"><link href="../../style.css" type="text/css" rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a href="http://tomcat.apache.org/"><img src="../../images/tomcat.gif" align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a href="http://www.apache.org/"><img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr noshade size="1"></td></tr><tr><!--RIGHT SIDE MAIN BODY--><td width="80%" valign="top" align="left"><table border="0" width="100%" cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat Connector - Webserver HowTo</h1><h2>IIS HowTo</h2></td><td align="right" valign="top" nowrap="true"><img src="../../images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
2 <p>
3 This document explains how to set up IIS to cooperate with Tomcat. 
4 </p>
5
6 <p>
7 Normally IIS can not execute Servlets and Java Server Pages (JSPs), 
8 configuring IIS to use the JK ISAPI redirector plugin will let IIS send servlet and 
9 JSP requests to Tomcat (and this way, serve them to clients).
10 </p>
11
12 <p>
13 It is recommended that you also read the
14 <a href="../../generic_howto/workers.html">Workers HowTo</a> document
15 to learn how to setup the working entities between your web server and Tomcat Engines.
16 For more detailed configuration information consult the Reference Guide for
17 <a href="../../reference/workers.html">workers.properties</a>,
18 <a href="../../reference/uriworkermap.html">uriworkermap</a>
19 and <a href="../../reference/iis.html">IIS</a>.
20 </p>
21
22
23 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Document Conventions and Assumptions"><strong>Document Conventions and Assumptions</strong></a></font></td></tr><tr><td><blockquote>
24 <p>
25 ${tomcat_home} is the root directory of tomcat. 
26 Your Tomcat installation should have the following subdirectories:
27
28 <ul>
29 <li>
30 ${tomcat_home}\conf - Where you can place various configuration files
31 </li>
32 <li>
33 ${tomcat_home}\webapps - Containing example applications
34 </li>
35 <li>
36 ${tomcat_home}\bin - Where you place web server plugins
37 </li>
38 </ul>
39 </p>
40 <p>
41 In all the examples in this document ${tomcat_home} will be <b>c:\tomcat</b>.
42 A worker is defined to be a tomcat process that accepts work from the IIS server.
43 </p>
44 </blockquote></td></tr></table>
45
46
47 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Supported Configuration"><strong>Supported Configuration</strong></a></font></td></tr><tr><td><blockquote>
48 <p>
49 The IIS-Tomcat redirector was developed and tested on:
50 <ul>
51 <li>
52 WinNT4.0-i386 SP4/SP5/SP6a (should be able to work with other service packs), Win2K and WinXP and Win98
53 </li>
54 <li>
55 IIS4.0 and PWS4.0 (numerous people have working IIS 5 and IIS 6 configurations)
56 </li>
57 <li>
58 Tomcat 3.2 and later, Tomcat 4.x, Tomcat 5 and 5.5 and Tomcat 6
59 </li>
60 </ul>
61 </p>
62
63 <p>
64 The redirector uses <b>ajp12</b> and <b>ajp13</b> to send requests to the Tomcat containers. There is also an option to use Tomcat in process, 
65 more about the in-process mode can be found in the in process howto.
66 </p>
67 </blockquote></td></tr></table>
68
69 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="IIS 5 and 6 Notes"><strong>IIS 5 and 6 Notes</strong></a></font></td></tr><tr><td><blockquote>
70 <p>
71 There are extra steps you need to take for configuring Tomcat with IIS 5 and 6.  Please see the appropriate links from 
72 <a href="http://wiki.apache.org/tomcat/Tomcat/Links">Tomcat Useful Links</a>.
73 </p>
74 </blockquote></td></tr></table>
75
76 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="IIS 7 notes"><strong>IIS 7 notes</strong></a></font></td></tr><tr><td><blockquote>
77 <p>
78 There is a known bug in IIS that may result in incomplete log messages. See <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=45769">bug 45769</a>
79 for further details.
80 </p>
81 </blockquote></td></tr></table>
82
83 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Who support ajp protocols ?"><strong>Who support ajp protocols ?</strong></a></font></td></tr><tr><td><blockquote>
84 <p>
85 The ajp12 protocol is only available in Tomcat 3.2.x and 3.3.x.
86 </p>
87
88 <p>
89 The <b>ajp12</b> has been <b>deprecated</b> with Tomcat 3.3.x and you should use instead 
90 <b>ajp13</b> which is the only ajp protocol known by Tomcat 4.x, 5 and 5.5 and Tomcat 6.
91 </p>
92
93 <p>
94 Of course Tomcat 3.2.x and 3.3.x also support ajp13 protocol.
95 </p>
96
97 <p>
98 Others servlet engines such as <b>jetty</b> have support for ajp13 protocol
99 </p>
100
101 </blockquote></td></tr></table>
102
103 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="How does it work ?"><strong>How does it work ?</strong></a></font></td></tr><tr><td><blockquote>
104 <p>
105 <ol>
106 <li>
107 The IIS-Tomcat redirector is an IIS plugin (filter + extension), IIS load the redirector plugin and calls its 
108 filter function for each in-coming request.
109 </li>
110 <li>
111 The filter then tests the request URL against a list of URI-paths held inside uriworkermap.properties, 
112 If the current request matches one of the entries in the list of URI-paths, 
113 the filter transfers the request to the extension.
114 </li>
115 <li>
116 The extension collects the request parameters and forwards them to the appropriate worker using the defined
117 protocol like <b>ajp13</b>.
118 </li>
119 <li>
120 The extension collects the response from the worker and returns it to the browser.
121 </li>
122 </ol>
123 </p>
124 </blockquote></td></tr></table>
125
126 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Installation"><strong>Installation</strong></a></font></td></tr><tr><td><blockquote>
127 <p>
128 A pre-built version of the ISAPI redirector server plugin, isapi_redirect.dll, is available under 
129 the win32/i386 directory of tomcat-connectors distribution. 
130 For those using Netscape as your browser, try downloading a zip version of the file, if available. 
131 There can be problems using Netscape to download DLL files.
132
133 You can also build a copy locally from the source present in tomcat-connectors distribution.
134
135 The Tomcat redirector requires three entities:
136
137 <ul>
138 <li>
139 <b>isapi_redirect.dll</b> - The IIS server plugin, either obtain a pre-built DLL or build it yourself (see the build section).
140 </li>
141 <li>
142 <b><a href="../../reference/workers.html">workers.properties</a></b> - A file that describes the host(s) and port(s) used by the workers (Tomcat processes). 
143 A sample workers.properties can be found under the conf directory.
144 </li>
145 <li>
146 <b><a href="../../reference/uriworkermap.html">uriworkermap.properties</a></b> - A file that maps URL-Path patterns to workers. 
147 A sample uriworkermap.properties can be found under the conf directory as well.
148 </li>
149 </ul>
150 </p>
151
152 <p>
153 The installation includes the following parts:
154
155 <ul>
156 <li>
157 Configuring the ISAPI redirector with a default /examples context and checking that you can serve servlets with IIS.
158 </li>
159 <li>
160 Adding more contexts to the configuration.
161 </li>
162 </ul>
163 </p>
164
165 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Configuring the ISAPI Redirector"><strong>Configuring the ISAPI Redirector</strong></a></font></td></tr><tr><td><blockquote>
166 <p>
167 In this document I will assume that isapi_redirect.dll is placed in 
168 <b>c:\tomcat\bin\win32\i386\isapi_redirect.dll</b> and 
169 that the properties files which you created are in <b>c:\tomcat\conf</b>.
170 </p>
171 <p>
172 <ol>
173 <li>
174 In the registry, create a new registry key named
175 <b>"HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0"</b>
176 </li>
177 <li>
178 Add a string value with the name <b>extension_uri</b> and a value of <b>/jakarta/isapi_redirect.dll</b>
179 </li>
180 <li>
181 Add a string value with the name <b>log_file</b> and a value pointing to where you want your 
182 log file to be (for example <b>c:\tomcat\logs\isapi.log</b>).
183 </li>
184 <li>
185 Add a string value with the name <b>log_level</b> and a value for your log level 
186 (can be debug, info, error or emerg).
187 </li>
188 <li>
189 Add a string value with the name <b>worker_file</b> and a value which is the full path 
190 to your workers.properties file (for example <b>c:\tomcat\conf\workers.properties</b>)
191 </li>
192 <li>
193 Add a string value with the name <b>worker_mount_file</b> and a value which is the full path 
194 to your uriworkermap.properties file (for example <b>c:\tomcat\conf\uriworkermap.properties</b>)
195 </li>
196 <li>
197 Using the IIS management console, add a new virtual directory to your IIS/PWS web site.
198 The name of the virtual directory must be jakarta. 
199 Its physical path should be the directory where you placed isapi_redirect.dll 
200 (in our example it is c:\tomcat\bin\win32\i386). 
201 While creating this new virtual directory assign it with execute access.
202 </li>
203 <li>
204 Using the IIS management console, add isapi_redirect.dll as a filter in your IIS/PWS web site. 
205 The name of the filter should reflect its task (I use the name tomcat), 
206 its executable must be our c:\tomcat\bin\win32\i386\isapi_redirect.dll. 
207 For PWS, you'll need to use regedit and add/edit the <b>"Filter DLLs"</b> key under 
208 <b>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters</b>. 
209 This key contains a "," separated list of dlls (full paths) - 
210 you need to insert the full path to isapi_redirect.dll.
211 </li>
212 <li>
213 If you're using IIS 6.0 you must also do the following:
214 <br>
215 Using the IIS management console, add the Jakarta Isapi Redirector to the Web
216 Service Extensions. 
217 <ol>
218 <li>Right-click on Web Service Extensions and choose Add a new Web Service
219 Extension.</li> 
220 <li>Enter tomcat for the Extension Name.</li>
221 <li>Add the isapi_redirect.dll to the required files.</li> 
222 <li>Check the Set extension status to Allowed.</li>
223 <li>Click on OK.</li>
224 </ol>
225 </li>
226 <li>
227 Restart IIS (stop + start the IIS service), make sure that the tomcat filter is marked with a green up-pointing arrow.
228 Under Win98 you may need to <b>cd WINDOWS\SYSTEM\inetsrv</b> and type PWS /stop 
229 ( the DLL and log files are locked - even if you click the stop button, 
230 PWS will still keep the DLLs in memory. ). Type pws to start it again.
231 </li>
232 </ol>
233 </p>
234 <p>
235 That's all, you should now start Tomcat and ask IIS to serve you the /examples context. 
236 Try <a href="http://localhost/examples/jsp/index.html">http://localhost/examples/jsp/index.html</a> for example and 
237 execute some of the JSP examples. 
238 </p>
239 <p>
240 If this does not work successfully, refer to the Troubleshooting section below for help on correcting the problem.
241 </p>
242
243 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Adding additional Contexts"><strong>Adding additional Contexts</strong></a></font></td></tr><tr><td><blockquote>
244 <p>
245 The examples context is useful for verifying your installation, 
246 but you will also need to add your own contexts. Adding a new context requires two operations:
247 </p>
248 <p>
249 <ol>
250 <li>
251 Adding the context to Tomcat (I am not going to talk about this).
252 </li>
253 <li>
254 Adding the context to the ISAPI redirector.
255 </li>
256 </ol>
257 </p>
258 <p>
259 Adding a context to the ISAPI redirector is simple, all you need to do is to edit 
260 your uriworkermap.properties and to add a line that looks like:
261 </p>
262
263 <div class="example"><pre>
264   /context/*=worker_name
265 </pre></div>
266
267 <p>
268 Workers and their name are defined in workers.properties, by default workers.properties comes 
269 with a single pre-configured worker named <b>"defworker"</b> so you can use it. 
270 As an example, if you want to add a context named "shop", the line that you should add to 
271 uriworkermap.properties will be:
272 </p>
273
274 <div class="example"><pre>
275   /shop/*=defworker
276 </pre></div>
277
278 After saving uriworkermap.properties restart IIS and it will serve the new context.
279 <p>
280 The above should be all you need for IIS to pass through to Tomcat any request for any URI which corresponds
281 to a Tomcat context (webapp).
282 </p>
283 </blockquote></td></tr></table>
284
285 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Advanced Context Configuration"><strong>Advanced Context Configuration</strong></a></font></td></tr><tr><td><blockquote>
286 <p>
287 If your webiste is very busy (more than 100 requests/second, or more than 100 simultaneous client connections),
288 it might sometimes be desirable to have IIS serve static content (html, gif, jpeg etc.) directly, 
289 even if these files are part of a context served by Tomcat.  Allowing IIS to serve such files directly may
290  avoid the small overhead consisting of passing the request to Tomcat via the redirector, and may free up
291  Tomcat somewhat, by using it only to process requests that only Tomcat can handle (e.g. requests to JSP pages and java servlets).
292 </p>
293 <p>
294 For example, consider the html and gif files in the examples context : you could serve these files directly
295 with IIS; there is no need to serve them from the Tomcat process.
296 </p>
297 <p><font color="#ff0000">However, you should be very careful when you implement the following configuration style, because by doing so you are
298 in fact providing a "back-door" to IIS, and allowing it to serve files out of a Tomcat context without Tomcat's knowledge,
299 thus bypassing any security
300 restrictions which Tomcat itself and the Tomcat context (webapp) may place on those files.</font></p>
301 <p>
302 Making IIS serve static files that are part of the Tomcat contexts requires the following:
303 <ol>
304 <li>
305 Configuring IIS to know about the Tomcat contexts
306 </li>
307 <li>
308 Configuring the redirector to leave the static files for IIS
309 </li>
310 </ol>
311 </p>
312
313 <p>
314 Adding a Tomcat context to IIS requires the addition of a new IIS virtual directory that covers the Tomcat context. 
315 For example adding a /example IIS virtual directory that covers the c:\tomcat\webapps\examples directory.
316 </p>
317
318 <p>
319 Configuring the redirector is somewhat harder, you will need to specify the exact 
320 URL-Path pattern(s) which you want Tomcat to handle (usually only JSP files and servlets). 
321 This requires a change to the uriworkermap.properties : 
322
323 <div class="example"><pre>
324   For the examples context it requires to replace the following line
325   /examples/*=defworker
326   with the following two lines
327   /examples/*.jsp=defworker
328   /examples/servlet/*=defworker
329 </pre></div>
330 </p>
331
332 <p>
333 As you can see the second configuration is more explicit, it actually instruct the redirector 
334 to redirect only requests to resources under /examples/servlet/ and resources under /examples/ 
335 whose name ends with .jsp. 
336 </p>
337
338 <p>
339 You can even be more explicit and provide lines such as:
340
341 <div class="example"><pre>
342   /example/servletname=defworker
343 </pre></div>
344 </p>
345
346 <p>
347 that instructs the redirector to redirect all requests whose URL-path matches the leading string "/example/servletname" 
348 to the worker named defworker.
349 </p>
350
351 </blockquote></td></tr></table>
352
353 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Protecting the content of your Tomcat contexts"><strong>Protecting the content of your Tomcat contexts</strong></a></font></td></tr><tr><td><blockquote>
354 <p>Once again, be aware that by allowing IIS to access the content of your Tomcat context directly, you are
355 potentially bypassing Tomcat's protection of that content.  You should thus make sure to protect this content
356 at the IIS level if needed, by using the corresponding IIS management console functions. 
357 </p>
358 <p>
359 In particular, each servlet application (context) has a special directory named WEB-INF, 
360 which contains sensitive configuration data and Java classes, and which should always be kept hidden from web users. 
361 Using the IIS management console it is possible to protect the WEB-INF directory from user access, but considering that
362 this is a general requirement, and considering that it is easy to forget to implement this protection
363 at the IIS level, the redirector plugin does it automatically for you, and it will reject any request
364 which contains WEB-INF in its URL-path. 
365 </p>
366 </blockquote></td></tr></table>
367
368 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Advanced Worker Configuration"><strong>Advanced Worker Configuration</strong></a></font></td></tr><tr><td><blockquote>
369 <p>
370 Sometimes you may want to serve different contexts with different Tomcat processes 
371 (for example to spread the load among different machines). 
372 To achieve such a goal you will need to define several workers and assign each context to its own worker.
373 </p>
374 <p>
375 Defining additional workers is done in the workers.properties file. This file includes two types of entries:
376 </p>
377
378 <p>
379 <div class="example"><pre>
380   # An entry that lists all the workers defined
381   worker.list=worker1, worker2
382   # Entries that define the host and port associated with each of these workers
383   worker.worker1.host=localhost
384   worker.worker1.port=8009
385   worker.worker1.type=ajp13
386   worker.worker2.host=otherhost
387   worker.worker2.port=8009
388   worker.worker2.type=ajp13
389 </pre></div>
390 </p>
391
392 <p>
393 The above example defined two workers, now we can use these workers to serve two different contexts 
394 each with its own worker: 
395 <div class="example"><pre>
396   example uriworkermap.properties fragment
397   /examples/*=worker1
398   /webpages/*=worker2
399 </pre></div>
400 </p>
401
402 <p>
403 As you can see the <b>examples</b> context is served by <b>worker1</b> while the 
404 <b>webpages</b> context is served by <b>worker2</b>.
405 </p>
406
407 <p>
408 More information on using and configuring workers in the <a href="../../generic_howto/workers.html">Workers HowTo</a>
409 and in the <a href="../../reference/workers.html">worker.properties configuration reference</a>.
410 </p>
411
412 </blockquote></td></tr></table>
413
414 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Building ISAPI redirector"><strong>Building ISAPI redirector</strong></a></font></td></tr><tr><td><blockquote>
415 <p>
416 The redirector was developed using Visual C++ Ver.6.0, so having this environment is a prerequisite if you want 
417 to perform a custom build. You should also have the IIS developer SDK.
418
419 The steps that you need to take are:
420 <ul>
421 <li>
422 Change directory to the isapi plugins source directory.
423 </li>
424 <li>
425 Make the source with MSDEV
426 </li>
427 </ul>
428 <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><div class="screen">Change directory to the isapi plugins source directory</div><code><nobr><em class="screen">c:\&gt;</em><b class="screen">cd c:\home\apache\jk\iis</b></nobr></code><br><div class="screen">Build the sources using MSDEV</div><code><nobr><em class="screen">c:\&gt;</em><b class="screen">MSDEV isapi.dsp /MAKE ALL</b></nobr></code><br></td></tr></table></div></p>
429 </p>
430 <p>
431 If msdev is not in your path, enter the full path to msdev.exe. 
432 This will build both release and debug versions of the redirector plugin.
433 An alternative will be to open the isapi workspace file (isapi.dsw) in msdev and 
434 build it using the build menu.
435 </p>
436 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Troubleshooting"><strong>Troubleshooting</strong></a></font></td></tr><tr><td><blockquote>
437 <p>
438 It is easy to have the ISAPI redirector not work the first time you try to install it.
439 </p>
440 <p>
441 If this happens to you, here are some steps to follow to try to correct the problem.
442 </p>
443 <p>
444 These steps aren't guaranteed to cover all possible problems, 
445 but they should help find the typical mistakes.
446 </p>
447 <p>
448 If you make any corrections during these steps, restart the IIS service as described above in the last step 
449 of the installation, then retry the step.
450 </p>
451
452 <p>To enable error tracking, make sure web site activity is being logged. 
453 For PWS 4.0 make sure "Save Web Site Activity Log" is checked in the Advanced Options of the Personal Web Manager.
454 </p>
455    
456 <p>
457 Note: These steps assume your <b>worker_mount_file</b> setting points to an unmodified copy of the 
458 <b>uriworkermap.properties</b> file.<br>
459 Results may be misleading if <b>worker_mount_file</b> points to a modified <b>uriworkermap.properties</b>
460 or the <b>uriworkermap.properties-auto</b> file.<br>
461 It is also assumed that the <b>"/examples" context</b> works correctly if you access Tomcat directly.
462 </p>
463
464 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Win98"><strong>Win98</strong></a></font></td></tr><tr><td><blockquote>
465 <p>
466 Start the IIS service and Tomcat.
467 </p>
468 <p>
469 Check for the presence of the ISAPI redirector log file you specified in the log_file setting. 
470 If not found, verify the following:
471 </p>
472 <ul>
473 <li>
474 Check the "Filter DLLs" setting in the "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters" 
475 key and make sure the path is correct.
476 </li>
477 <li>
478 Check the spelling of the "HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0" key. 
479 Case isn't important, but an incorrect letter will prevent the isapi_redirect.dll from finding its registry settings.
480 </li>
481 <li>
482 Check the log_file setting for typos, name and data. Also insure the directory in which the log file will appear already exists.
483 </li>
484 If the above are set correctly, the ISAPI redirector should be able to create the log file.
485 </ul>
486 <p>
487 Invoke the URL <a href="http://localhost/examples/jsp/index.html">http://localhost/examples/jsp/index.html</a>
488 in your browser. 
489 Case is important in Tomcat. The characters following "localhost" in the URL must be lower case. 
490 If the page fails to appear, stop the IIS service (required to view the IIS log file). 
491 Then examine the last line in the IIS log file in found in SYSTEM/LogFiles/W3SVC1 :
492 </p>
493 <p>
494 If the last line contains: 
495 </p>
496 <div class="example"><pre>
497   GET "/examples/jsp/index.html HTTP/1.1" 404
498 </pre></div>
499 <p> 
500 then the ISAPI redirector is not recognising that it should be handling requests for the "/examples" context. 
501 Check the following:
502 </p>
503 <ul>
504 <li>
505 Check the extension_uri name for typos.
506 </li>
507 <li>
508 Check the worker_file setting for typos, name and data.
509 </li>
510 <li>
511 Check the worker_mount_file setting typos, name and data.
512 </li>
513 If these are set correctly, the ISAPI redirector should recognise that it should handle requests for the "/examples" context.
514 </ul>
515
516 <p>If the last line contains something like:
517 </p>
518
519 <div class="example"><pre>
520   GET "/jakarta/isapi_redirect.dll HTTP1.1"
521 </pre></div>
522
523 <p>
524 then the ISAPI redirector is recognising that it should handle the request, 
525 but is not successful at getting Tomcat to service the request.
526 </p>
527
528 <p>
529 You should check the HTTP error code following GET "/..." :
530 </p>
531
532 <div class="example"><pre>
533   Error 404
534   GET "/..." 404
535 </pre></div>
536
537 <ul>
538 <li>
539 Make sure you entered the URL correctly.
540 </li>
541 <li>
542 Make sure the virtual directory created was called "jakarta". 
543 It should display in Personal Web Manager as "/jakarta" (without the quotes).
544 </li>
545 <li>
546 Make sure the extension_uri data begins with "/jakarta/" (without the quotes).
547 </li>
548 </ul>
549
550 <div class="example"><pre>
551   Error 500
552   GET "/..." 500
553 </pre></div>
554
555 <ul>
556 <li>
557 Make sure that "isapi_redirect.dll" follows "/jakarta/" in the extension_uri setting.
558 </li>
559 <li>
560 Check the workers.properties file and make sure the port setting for worker.ajp12.port is the same as the port specified in the server.xml for the "Apache AJP12 support".
561 </li>
562 </ul>
563
564 <div class="example"><pre>
565   Error 200 or 403
566   GET "/..." 200
567   GET "/..." 403
568 </pre></div>
569
570 <ul>
571 <li>
572 Make sure you have checked Execute Access 
573 for the jakarta virtual directory in the Advanced Options of the Personal Web Manager.
574 </li>
575 </ul>
576
577 <p>
578 If the above settings are correct, the index.html page should appear in your browser. 
579 You should also be able to click the Execute links to execute the JSP examples.
580 </p>
581
582 </blockquote></td></tr></table>
583
584 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="WinNT/Win2K/WinXP"><strong>WinNT/Win2K/WinXP</strong></a></font></td></tr><tr><td><blockquote>
585 <p>
586 Start the World Wide Web Publishing Service and Tomcat.
587 </p>
588 <p>
589 Check for the presence of the ISAPI redirector log file you specified in the log_file setting. 
590 If not found, check the following:
591 </p>
592 <ul>
593 <li>
594 Check the "executable" you set for the filter in the IIS Management Console and make sure the path is correct.
595 </li>
596 <li>Check the spelling of the "HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0" key.
597 Case isn't important, but an incorrect letter will prevent the isapi_redirect.dll from finding its registry settings.
598 </li>
599 <li>
600 Check the log_file setting for typos, name and data. Also insure the directory in which the log file will appear already exists.
601 </li>
602 If the above are set correctly, the ISAPI redirector should be able to create the log file.
603 </ul>
604
605 <p>
606 Check the tomcat filter you added and make sure its status shows a green upward-pointing arrow. 
607 If not, check the following:
608 </p>
609 <ul>
610 <li>
611 Check the worker_file setting for typos, name and data.
612 </li>
613 <li>
614 Check the worker_mount_file setting typos, name and data.
615 </li>
616 If the above are set correctly, the green upward-pointing arrow should appear, even if the other settings are wrong.
617 </ul>
618
619 <p>
620 Invoke the URL <a href="http://localhost/examples/jsp/index.html">http://localhost/examples/jsp/index.html</a> 
621 in your browser. Case is important in Tomcat. The characters following "localhost" in the URL must be lower case. 
622 If the page fails to appear, examine the last line in the IIS server log file in found in SYSTEM32/LogFiles/W3SVC1.
623 </p>
624
625 <p>
626 The last line should contain something like: GET "/jakarta/isapi_redirect.dll HTTP1.1", 
627 which indicates the ISAPI redirector is recognising that it should handle the request.
628 </p>
629
630 <p>
631 You should check the HTTP error code following GET "/..." :
632 </p>
633
634 <div class="example"><pre>
635   Error 404
636   GET "/..." 404
637 </pre></div>
638
639 <ul>
640 <li>
641 Make sure you entered the URL correctly.
642 </li>
643 </ul>
644
645 <div class="example"><pre>
646   Error 500
647   GET "/..." 500
648 </pre></div>
649
650 <ul>
651 <li>
652 Make sure the virtual directory created was called "jakarta".
653 </li>
654 <li>
655 Make sure that the extension_uri setting is correct.
656 </li>
657 <li>
658 Check the workers.properties file and make sure the port setting for worker.ajp12.port is the same as the port specified in the server.xml for the "Apache AJP12 support".
659 </li>
660 </ul>
661
662 <div class="example"><pre>
663   Error 200 or 403
664   GET "/..." 200
665   GET "/..." 403
666 </pre></div>
667
668 <ul>
669 <li>
670 Make sure you have checked Execute Access for the jakarta virtual directory in the 
671 Advanced Options of the Personal Web Manager.
672 </li>
673 </ul>
674
675 <p>
676 If the above settings are correct, the index.html page should appear in your browser. 
677 You should also be able to click the Execute links to execute the JSP examples.
678 </p>
679 </blockquote></td></tr></table>
680
681
682 </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr noshade size="1"></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
683         Copyright &copy; 1999-2011, Apache Software Foundation
684         </em></font></div></td></tr></table></body></html>