sorry if this is an annoying starter question but i have so far not been able to retrieve the list faq. i have IIS5 , J2SE 1.4 , J2EE 1.3.1 , tomcat 4.0.3 , and isapi_redirect.dll installed on W2K server SP2. isapi_redirect was downloaded from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/ isapi_redirect.dll <http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386 /isapi_redirect.dll> as specified in the tomcat docs - AJP.HTML. everything works fine when browsing on port 8080 , but trying to use port 80 causes an internal server error to be returned. i have been over the setup many times and don't see the problem , i can't find any indication in any log files as to what the actual problem may be. my guess is that the tomcat docs are out of date and that the isapi_redirect.dll v3.3 will not work woth tomcat 4 ?? maybe i have this concept wrong but i though that if i can access resources directly via tomcat on 8080 using http://127.0.0.1:8080/examples/jsp/index.html <http://127.0.0.1:8080/examples/jsp/index.html> , that i should then also be able to access the same via IIS / AJP using http://127.0.0.1/examples/jsp/index.html <http://127.0.0.1/examples/jsp/index.html> . the iis_redirect.log file shows : [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (657)]: HttpFilterProc started [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (705)]: In HttpFilterProc Virtual Host redirection of /127.0.0.1/examples/jsp/index.html [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (447)]: Into jk_uri_worker_map_t::map_uri_to_worker [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (464)]: Attempting to map URI '/127.0.0.1/examples/jsp/index.html' [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (570)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (711)]: In HttpFilterProc test Default redirection of /examples/jsp/index.html [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (447)]: Into jk_uri_worker_map_t::map_uri_to_worker [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (464)]: Attempting to map URI '/examples/jsp/index.html' [Tue May 07 08:24:52 2002] [jk_uri_worker_map.c (489)]: jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /examples/ [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (721)]: HttpFilterProc [/examples/jsp/index.html] is a servlet url - should redirect to ajp13 [Tue May 07 08:24:52 2002] [jk_isapi_plugin.c (784)]: HttpFilterProc check if [/examples/jsp/index.html] is points to the web-inf directory
the IIS log shows : 2002-05-07 12:24:52 127.0.0.1 - W3SVC1 GMS06 127.0.0.1 80 GET /jakarta/isapi_redirect.dll - 500 0 296 20 HTTP/1.1 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+Q312461;+.NET+CLR+1.0.291 4) - - any help with this would be greatly appreciated.
