Hi,

I'm currently attempting to configure IIS+Tomcat via the IIS connector as per instructions at:
http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html

So far I've been having no luck at all, browsing /examples/jsp/index.html just returns a 404:

IIS Log:
3131-08-08 04:43:02 W3SVC824768881 192.168.100.102 GET /examples/jsp/index.html - 80 - 192.168.100.102 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322;+.NET+CLR+1.0.3705;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+.NET+CLR+3.0.04506.648) 404 2 1260

However browsing via port 8080 (the port which Tomcat is listening on) takes me to the expected examples page. The Tomcat ISAPI filter is showing status as loaded, and has the green arrow, and the connector log (with debugging on) shows:

ISAPI.log:
[Sun Apr 04 19:56:10.078 2004] [2596:2996] [debug] jk_isapi_plugin.c (1199): Filter started [Sun Apr 04 19:56:10.078 2004] [2596:2996] [debug] jk_uri_worker_map.c (682): Attempting to map URI '/servername/examples/jsp/index.html' from 1 maps [Sun Apr 04 19:56:10.078 2004] [2596:2996] [debug] jk_uri_worker_map.c (503): Attempting to map context URI '/examples/*=worker1' source 'uriworkermap' [Sun Apr 04 19:56:10.078 2004] [2596:2996] [debug] jk_uri_worker_map.c (503): Attempting to map context URI '/examples/*=worker1' source 'uriworkermap' [Sun Apr 04 19:56:10.078 2004] [2596:2996] [debug] jk_uri_worker_map.c (516): Found a wildchar match '/examples/*=worker1' [Sun Apr 04 19:56:10.078 2004] [2596:2996] [debug] jk_isapi_plugin.c (1277): check if [/examples/jsp/index.html] points to the web-inf directory [Sun Apr 04 19:56:10.078 2004] [2596:2996] [debug] jk_isapi_plugin.c (1294): [/examples/jsp/index.html] is a servlet url - should redirect to worker1 [Sun Apr 04 19:56:10.078 2004] [2596:2996] [debug] jk_isapi_plugin.c (1336): fowarding escaped URI [/examples/jsp/index.html]

I've cut and paste the relevant config files:

worker.properties:
# Define workers using ajp13
worker.list=worker1

# Set properties for worker1 (ajp13)
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009
worker.worker1.lbfactor=50
worker.worker1.cachesize=10
worker.worker1.cache_timeout=600
worker.worker1.socket_keepalive=1
worker.worker1.recycle_timeout=300

uriworkermap.properties:
/examples/*=worker1

I'm a bit mystified as to why the 404! Can anyone shed any light?

Thanks,
Iain


--

legally privileged. It is intended solely for the addressee(s). Access to this Internet e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. All results and data contained in this document are subject to our Standard Terms and Conditions and are valid only when supported
by an original document.

Our Standard Terms and Conditions can be found on our website at: http://www.ahkgroup.com/terms_conditions.htm


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to