RE: IIS 5.0 + TC 4.0.3

2002-04-15 Thread Jack Li

Did you follow the instruction at
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/? I setup the
server successfully two weeks ago based on that instruction. If you have
problem, call me at 734.957.8080 ext 340 by speaking Chinese.

Jack Li

-Original Message-
From: Tomcat Huang [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 14, 2002 1:50 PM
To: Tomcat Users List
Subject: Re: IIS 5.0 + TC 4.0.3



 I think I got the jakarta virtual directory setup in the IIS.  Please look
at the following log messages that I cut from the isapi.log and
localhost_access_log.2002-04-14.txt.  It seems that the isapi_redirector.dll
redirects the wrong url to Tomcat.
Thank you for your help.
Chiming
isapi.log 
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (555)]: HttpFilterProc
started
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (600)]: In HttpFilterProc
Virtual Host redirection of /localhost/examples/jsp/num/numguess.jsp
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (351)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (368)]: Attempting to map
URI '/localhost/examples/jsp/num/numguess.jsp'
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (456)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (606)]: In HttpFilterProc
test Default redirection of /examples/jsp/num/numguess.jsp
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (351)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (368)]: Attempting to map
URI '/examples/jsp/num/numguess.jsp'
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (416)]:
jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 - *.jsp
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (617)]: HttpFilterProc
[/examples/jsp/num/numguess.jsp] is a servlet url - should redirect to ajp13
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (639)]: HttpFilterProc check
if [/examples/jsp/num/numguess.jsp] is points to the web-inf directory
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (657)]: HttpFilterProc
started
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (705)]: In HttpFilterProc
Virtual Host redirection of /localhost/jakarta/isapi_redirector.dll
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (447)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (464)]: Attempting to map
URI '/localhost/jakarta/isapi_redirector.dll'
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (570)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (711)]: In HttpFilterProc
test Default redirection of /jakarta/isapi_redirector.dll
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (447)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (464)]: Attempting to map
URI '/jakarta/isapi_redirector.dll'
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (570)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (775)]: HttpFilterProc
[/jakarta/isapi_redirector.dll] is not a servlet url
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (784)]: HttpFilterProc check
if [/jakarta/isapi_redirector.dll] is points to the web-inf directory
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (824)]: HttpExtensionProc
started
[Sun Apr 14 13:37:57 2002]  [jk_worker.c (132)]: Into wc_get_worker_for_name
ajp13
[Sun Apr 14 13:37:57 2002]  [jk_worker.c (136)]: wc_get_worker_for_name,
done  found a worker
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (860)]: HttpExtensionProc got
a worker for name ajp13
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (1352)]: Into
jk_worker_t::get_endpoint
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (1075)]: Into
jk_endpoint_t::service
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (280)]: Into
ajp_marshal_into_msgb
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (413)]: ajp_marshal_into_msgb -
Done
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (612)]: sending to ajp13 #317
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (853)]: ajp_send_request 2:
request body to send 0 - request body to resend 0
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (698)]: received from ajp13 #17
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (461)]: ajp_unmarshal_response:
status = 404
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (466)]: ajp_unmarshal_response:
Number of headers is = 0
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (428)]: Into
jk_ws_service_t::start_response
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (698)]: received from ajp13
#664
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (562)]: Into
jk_ws_service_t::write
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (698)]: received from ajp13 #2
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (872)]: HttpExtensionProc
service() returned OK
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (1307)]: Into
jk_endpoint_t::done

RE: IIS 5.0 + TC 4.0.3

2002-04-15 Thread Tomcat Huang


hi Jack, 
Thank you very much for the information.  I will give it a try.  Thanks again.
Chiming
  Jack Li [EMAIL PROTECTED] wrote: Did you follow the instruction at
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/? I setup the
server successfully two weeks ago based on that instruction. If you have
problem, call me at 734.957.8080 ext 340 by speaking Chinese.

Jack Li

-Original Message-
From: Tomcat Huang [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 14, 2002 1:50 PM
To: Tomcat Users List
Subject: Re: IIS 5.0 + TC 4.0.3



I think I got the jakarta virtual directory setup in the IIS. Please look
at the following log messages that I cut from the isapi.log and
localhost_access_log.2002-04-14.txt. It seems that the isapi_redirector.dll
redirects the wrong url to Tomcat.
Thank you for your help.
Chiming
isapi.log 
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (555)]: HttpFilterProc
started
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (600)]: In HttpFilterProc
Virtual Host redirection of /localhost/examples/jsp/num/numguess.jsp
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (351)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (368)]: Attempting to map
URI '/localhost/examples/jsp/num/numguess.jsp'
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (456)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (606)]: In HttpFilterProc
test Default redirection of /examples/jsp/num/numguess.jsp
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (351)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (368)]: Attempting to map
URI '/examples/jsp/num/numguess.jsp'
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (416)]:
jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 - *.jsp
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (617)]: HttpFilterProc
[/examples/jsp/num/numguess.jsp] is a servlet url - should redirect to ajp13
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (639)]: HttpFilterProc check
if [/examples/jsp/num/numguess.jsp] is points to the web-inf directory
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (657)]: HttpFilterProc
started
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (705)]: In HttpFilterProc
Virtual Host redirection of /localhost/jakarta/isapi_redirector.dll
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (447)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (464)]: Attempting to map
URI '/localhost/jakarta/isapi_redirector.dll'
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (570)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (711)]: In HttpFilterProc
test Default redirection of /jakarta/isapi_redirector.dll
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (447)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (464)]: Attempting to map
URI '/jakarta/isapi_redirector.dll'
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (570)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (775)]: HttpFilterProc
[/jakarta/isapi_redirector.dll] is not a servlet url
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (784)]: HttpFilterProc check
if [/jakarta/isapi_redirector.dll] is points to the web-inf directory
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (824)]: HttpExtensionProc
started
[Sun Apr 14 13:37:57 2002] [jk_worker.c (132)]: Into wc_get_worker_for_name
ajp13
[Sun Apr 14 13:37:57 2002] [jk_worker.c (136)]: wc_get_worker_for_name,
done found a worker
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (860)]: HttpExtensionProc got
a worker for name ajp13
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (1352)]: Into
jk_worker_t::get_endpoint
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (1075)]: Into
jk_endpoint_t::service
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (280)]: Into
ajp_marshal_into_msgb
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (413)]: ajp_marshal_into_msgb -
Done
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (612)]: sending to ajp13 #317
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (853)]: ajp_send_request 2:
request body to send 0 - request body to resend 0
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (698)]: received from ajp13 #17
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (461)]: ajp_unmarshal_response:
status = 404
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (466)]: ajp_unmarshal_response:
Number of headers is = 0
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (428)]: Into
jk_ws_service_t::start_response
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (698)]: received from ajp13
#664
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (562)]: Into
jk_ws_service_t::write
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (698)]: received from ajp13 #2
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (872)]: HttpExtensionProc
service

RE: IIS 5.0 + TC 4.0.3

2002-04-15 Thread Tomcat Huang


 It's working now.  Thanks again.
Chiming
  Tomcat Huang [EMAIL PROTECTED] wrote: 
hi Jack, 
Thank you very much for the information. I will give it a try. Thanks again.
Chiming
Jack Li wrote: Did you follow the instruction at
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/? I setup the
server successfully two weeks ago based on that instruction. If you have
problem, call me at 734.957.8080 ext 340 by speaking Chinese.

Jack Li

-Original Message-
From: Tomcat Huang [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 14, 2002 1:50 PM
To: Tomcat Users List
Subject: Re: IIS 5.0 + TC 4.0.3



I think I got the jakarta virtual directory setup in the IIS. Please look
at the following log messages that I cut from the isapi.log and
localhost_access_log.2002-04-14.txt. It seems that the isapi_redirector.dll
redirects the wrong url to Tomcat.
Thank you for your help.
Chiming
isapi.log 
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (555)]: HttpFilterProc
started
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (600)]: In HttpFilterProc
Virtual Host redirection of /localhost/examples/jsp/num/numguess.jsp
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (351)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (368)]: Attempting to map
URI '/localhost/examples/jsp/num/numguess.jsp'
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (456)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (606)]: In HttpFilterProc
test Default redirection of /examples/jsp/num/numguess.jsp
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (351)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (368)]: Attempting to map
URI '/examples/jsp/num/numguess.jsp'
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (416)]:
jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 - *.jsp
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (617)]: HttpFilterProc
[/examples/jsp/num/numguess.jsp] is a servlet url - should redirect to ajp13
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (639)]: HttpFilterProc check
if [/examples/jsp/num/numguess.jsp] is points to the web-inf directory
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (657)]: HttpFilterProc
started
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (705)]: In HttpFilterProc
Virtual Host redirection of /localhost/jakarta/isapi_redirector.dll
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (447)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (464)]: Attempting to map
URI '/localhost/jakarta/isapi_redirector.dll'
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (570)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (711)]: In HttpFilterProc
test Default redirection of /jakarta/isapi_redirector.dll
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (447)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (464)]: Attempting to map
URI '/jakarta/isapi_redirector.dll'
[Sun Apr 14 13:37:57 2002] [jk_uri_worker_map.c (570)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (775)]: HttpFilterProc
[/jakarta/isapi_redirector.dll] is not a servlet url
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (784)]: HttpFilterProc check
if [/jakarta/isapi_redirector.dll] is points to the web-inf directory
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (824)]: HttpExtensionProc
started
[Sun Apr 14 13:37:57 2002] [jk_worker.c (132)]: Into wc_get_worker_for_name
ajp13
[Sun Apr 14 13:37:57 2002] [jk_worker.c (136)]: wc_get_worker_for_name,
done found a worker
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (860)]: HttpExtensionProc got
a worker for name ajp13
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (1352)]: Into
jk_worker_t::get_endpoint
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (1075)]: Into
jk_endpoint_t::service
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (280)]: Into
ajp_marshal_into_msgb
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (413)]: ajp_marshal_into_msgb -
Done
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (612)]: sending to ajp13 #317
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (853)]: ajp_send_request 2:
request body to send 0 - request body to resend 0
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (698)]: received from ajp13 #17
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (461)]: ajp_unmarshal_response:
status = 404
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (466)]: ajp_unmarshal_response:
Number of headers is = 0
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (428)]: Into
jk_ws_service_t::start_response
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (698)]: received from ajp13
#664
[Sun Apr 14 13:37:57 2002] [jk_isapi_plugin.c (562)]: Into
jk_ws_service_t::write
[Sun Apr 14 13:37:57 2002] [jk_ajp_common.c (698)]: received from ajp13 #2
[Sun Apr 14 13:37:57 2002

Re: IIS 5.0 + TC 4.0.3

2002-04-14 Thread David Boyer

You need an IIS virtual directory named 'jakarta' that points to the
directory that contains isapi_redirector.dll. Tne mark the virtual directory
as executable in IIS.

- Original Message -
From: Tomcat Huang [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 14, 2002 12:57 AM
Subject: IIS 5.0 + TC 4.0.3



 Hi,
 I setup the isapi_redirector.dll, got the green arror on IIS 5.0.
 Tomcat 4.0.3 itself is running fine (from port 8080).  But if I access a
 jsp through IIS, I got this


 Apache Tomcat/4.0.3 - HTTP Status 404 - /jakarta/isapi_redirector.dll
 -

 type Status report

 message /jakarta/isapi_redirector.dll

 description The requested resource (/jakarta/isapi_redirector.dll) is
 not available.

 Any Idea?

 Chiming Huang





 -
 Do You Yahoo!?
 Yahoo! Tax Center - online filing with TurboTax


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: IIS 5.0 + TC 4.0.3

2002-04-14 Thread Tomcat Huang


 I think I got the jakarta virtual directory setup in the IIS.  Please look at the 
following log messages that I cut from the isapi.log and 
localhost_access_log.2002-04-14.txt.  It seems that the isapi_redirector.dll redirects 
the wrong url to Tomcat.
Thank you for your help.
Chiming
isapi.log 
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (555)]: HttpFilterProc started
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (600)]: In HttpFilterProc Virtual Host 
redirection of /localhost/examples/jsp/num/numguess.jsp
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/examples/jsp/num/numguess.jsp'
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (606)]: In HttpFilterProc test Default 
redirection of /examples/jsp/num/numguess.jsp
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/examples/jsp/num/numguess.jsp'
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (416)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 - *.jsp
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (617)]: HttpFilterProc 
[/examples/jsp/num/numguess.jsp] is a servlet url - should redirect to ajp13
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (639)]: HttpFilterProc check if 
[/examples/jsp/num/numguess.jsp] is points to the web-inf directory
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (657)]: HttpFilterProc started
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (705)]: In HttpFilterProc Virtual Host 
redirection of /localhost/jakarta/isapi_redirector.dll
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (447)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (464)]: Attempting to map URI 
'/localhost/jakarta/isapi_redirector.dll'
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (570)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (711)]: In HttpFilterProc test Default 
redirection of /jakarta/isapi_redirector.dll
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (447)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (464)]: Attempting to map URI 
'/jakarta/isapi_redirector.dll'
[Sun Apr 14 13:37:57 2002]  [jk_uri_worker_map.c (570)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (775)]: HttpFilterProc 
[/jakarta/isapi_redirector.dll] is not a servlet url
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (784)]: HttpFilterProc check if 
[/jakarta/isapi_redirector.dll] is points to the web-inf directory
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (824)]: HttpExtensionProc started
[Sun Apr 14 13:37:57 2002]  [jk_worker.c (132)]: Into wc_get_worker_for_name ajp13
[Sun Apr 14 13:37:57 2002]  [jk_worker.c (136)]: wc_get_worker_for_name, done  found a 
worker
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (860)]: HttpExtensionProc got a worker 
for name ajp13
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (1352)]: Into jk_worker_t::get_endpoint
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (1075)]: Into jk_endpoint_t::service
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (280)]: Into ajp_marshal_into_msgb
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (413)]: ajp_marshal_into_msgb - Done
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (612)]: sending to ajp13 #317
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (853)]: ajp_send_request 2: request body 
to send 0 - request body to resend 0
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (698)]: received from ajp13 #17
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (461)]: ajp_unmarshal_response: status = 
404
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (466)]: ajp_unmarshal_response: Number of 
headers is = 0
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (428)]: Into 
jk_ws_service_t::start_response
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (698)]: received from ajp13 #664
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (562)]: Into jk_ws_service_t::write
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (698)]: received from ajp13 #2
[Sun Apr 14 13:37:57 2002]  [jk_isapi_plugin.c (872)]: HttpExtensionProc service() 
returned OK
[Sun Apr 14 13:37:57 2002]  [jk_ajp_common.c (1307)]: Into jk_endpoint_t::done

localhost_access_log.2002-04-14.txt.
127.0.0.1 -  [14/Apr/2002:13:37:53 -0500] GET /jakarta/isapi_redirector.dll? 
HTTP/1.1 404 660
127.0.0.1 -  [14/Apr/2002:13:37:57 -0500] GET /jakarta/isapi_redirector.dll? 
HTTP/1.1 404 660

  David Boyer [EMAIL PROTECTED] wrote: You need an IIS virtual directory named 'jakarta' 
that points to the
directory that contains isapi_redirector.dll. Tne