You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by zze-messager FTM balr002 <me...@rd.francetelecom.fr> on 2001/04/13 12:39:13 UTC

RE: Win2000 & IIS


-----Message d'origine-----
De : Eric Jenson [mailto:ericjenson@home.com]
Envoyé : mardi 27 mars 2001 06:26
À : tomcat-user@jakarta.apache.org
Objet : Win2000 & IIS


Having an issue setting up Tomcat with Win2000 & IIS.  I have installed
Tomcat 3.2.1 and successfully displayed the examples in the browser via the
standalone mode.  I did this for port 8080 and 80.  I then loaded the
 isapi_redirect.dll in IIS.  I have a green up arrow.  I commented out the
 connector for http request in the server.xml file for tomcat.  I have
 checked to make sure everything is running.  But when I make a request for
 the examples index.html page, I get the 404 error "page cannot be found".
 Does anyone know what I may have missed?

 I am listing the various log entries.  I am at a loss, so any hint would be
 well recieved.  Thanks.

 IIS Logfile
 2001-03-24 11:10:19 127.0.0.1 - 127.0.0.1 80 GET
 /jarkarta/isapi_redirect.dll - 404
 Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0)

 ISAPI Logfile
 [jk_isapi_plugin.c (408)]: HttpFilterProc started
 [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
 /examples/index.htm
 [jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
 [jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found
a
 match ajp12
 [jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/index.htm] is a
servlet
 url - should redirect to ajp12
 [jk_isapi_plugin.c (461)]: HttpFilterProc check if [/examples/index.htm] is
 points to the web-inf directory

 Server.xml context
 <Context path="/examples"
 docBase="webapps/examples"
 crossContext="false"
 debug="0"
 reloadable="true" >
 </Context>

 If you need anything else, let me know.  Thanks again.