Thanks for the help. There is the information request

My worker.propqerties file is: -

worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13

my uriworkermap.properties file is:-

/servlet/*=ajp13
/examples/*=ajp13
/examples/*.jsp=ajp13
/examples/servlet/*=ajp13
/admin/*=ajp13

Jeff



-----Original Message-----
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 8:25 AM
To: Tomcat Users List
Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config


I don't use IIS, but:

[Sat Jun 07 09:18:40 2003]  [jk_uri_worker_map.c (477)]: Attempting to map
URI '/localhost/tomcat/isapi_redirect.dll'
[Sat Jun 07 09:18:40 2003]  [jk_uri_worker_map.c (599)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match

Looks to me like one of your properties files has a munged up URL path. 
You'll have to post them for us to know more.

John

On Sat, 7 Jun 2003 09:24:03 -0400, Jeffrey Cummings <[EMAIL PROTECTED]> wrote:

> I am trying to setup tomcat 4.1.24 with IIS. I get the following message
>
>
> HTTP Status 404 - /tomcat/isapi_redirect.dll
>
> _____
>
> type Status report
> message /tomcat/isapi_redirect.dll
> description The requested resource (/tomcat/isapi_redirect.dll) is not
> available.
> _____
>
>
> Apache Tomcat/4.1.24
>
> My registry settings
> Name
> Data
> extension_uri
> /tomcat/isapi_redirector.dll
> worker_file
> C:\Jakarta-4.1.24\conf\workers.properties
> worker_mount_file
> C:\Jakarta-4.1.24\conf\uriworkermap.properties
> log_file
> C:\Jakarta-4.1.24\logs\mod_jk_iis.log
> log_level
> debug
>
> I have a virtual directory tomcat -> C:\Jakarta-4.1.24\conf
> (isapi_redirector.dll is in the conf directory)
> I've set up the filter in the default web site for tomcat ( it has a
> green
> arrow)
> I'm running XP (this is where I test then move to Win2K)
> By the way, http://localhost:8080/examples/jsp/index.html works fine
>
> Here is the isapi log when I make the request for
> http://localhost/examples/jsp/index.html
> [jk_isapi_plugin.c (408)]: HttpFilterProc started
> [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
> /examples/jsp/index.html
> [jk_uri_worker_map.c (345)]: Into jk_uri_worker_map_t::map_uri_to_worker
> [jk_uri_worker_map.c (407)]: jk_uri_worker_map_t::map_uri_to_worker,
> Found a
> match ajp13
> [jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.html] is a
> servlet url - should redirect to ajp13
> [jk_isapi_plugin.c (461)]: HttpFilterProc check if
> [/examples/jsp/index.html] is points to the web-inf directory
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (766)]: HttpFilterProc
> started
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (829)]: In HttpFilterProc
> Virtual Host redirection of /localhost/tomcat/isapi_redirect.dll
> [Sat Jun 07 09:18:40 2003]  [jk_uri_worker_map.c (460)]: Into
> jk_uri_worker_map_t::map_uri_to_worker
> [Sat Jun 07 09:18:40 2003]  [jk_uri_worker_map.c (477)]: Attempting to
> map
> URI '/localhost/tomcat/isapi_redirect.dll'
> [Sat Jun 07 09:18:40 2003]  [jk_uri_worker_map.c (599)]:
> jk_uri_worker_map_t::map_uri_to_worker, done without a match
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (835)]: In HttpFilterProc
> test Default redirection of /tomcat/isapi_redirect.dll
> [Sat Jun 07 09:18:40 2003]  [jk_uri_worker_map.c (460)]: Into
> jk_uri_worker_map_t::map_uri_to_worker
> [Sat Jun 07 09:18:40 2003]  [jk_uri_worker_map.c (477)]: Attempting to
> map
> URI '/tomcat/isapi_redirect.dll'
> [Sat Jun 07 09:18:40 2003]  [jk_uri_worker_map.c (599)]:
> jk_uri_worker_map_t::map_uri_to_worker, done without a match
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (899)]: HttpFilterProc
> [/tomcat/isapi_redirect.dll] is not a servlet url
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (908)]: HttpFilterProc
> check
> if [/tomcat/isapi_redirect.dll] is points to the web-inf directory
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (948)]: HttpExtensionProc
> started
> [Sat Jun 07 09:18:40 2003]  [jk_worker.c (132)]: Into
> wc_get_worker_for_name
> ajp13
> [Sat Jun 07 09:18:40 2003]  [jk_worker.c (136)]: wc_get_worker_for_name,
> done  found a worker
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (983)]: HttpExtensionProc
> got
> a worker for name ajp13
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (1404)]: Into
> jk_worker_t::get_endpoint
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (1448)]: In
> jk_endpoint_t::ajp_get_endpoint, time elapsed since last request = 497
> seconds
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (1116)]: Into
> jk_endpoint_t::service
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (295)]: Into
> ajp_marshal_into_msgb
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (432)]:
> ajp_marshal_into_msgb -
> Done
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (642)]: sending to ajp13
> #314
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (884)]: ajp_send_request 2:
> request body to send 0 - request body to resend 0
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (729)]: received from ajp13
> #81
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (483)]:
> ajp_unmarshal_response:
> status = 404
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (488)]:
> ajp_unmarshal_response:
> Number of headers is = 2
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (532)]:
> ajp_unmarshal_response:
> Header[0] [Content-Type] = [text/html;charset=ISO-8859-1]
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (532)]:
> ajp_unmarshal_response:
> Header[1] [Content-Language] = [en-US]
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (432)]: Into
> jk_ws_service_t::start_response
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (729)]: received from ajp13
> #747
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (566)]: Into
> jk_ws_service_t::write
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (729)]: received from ajp13
> #2
> [Sat Jun 07 09:18:40 2003]  [jk_isapi_plugin.c (995)]: HttpExtensionProc
> service() returned OK
> [Sat Jun 07 09:18:40 2003]  [jk_ajp_common.c (1382)]: Into
> jk_endpoint_t::done, recycling connection
>
> What have I missed?
>
>
> Jeff
>
>
>



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to