Hello Mr Helpman,

for an amount of time, I try to use IIS to serve my JBOSS/TOMCAT servlet -context. It 
is part of a commercial ERP, wich usually works with apache. Even, without any 
dedicated webserver, only tomcat/jboss it works ok. I did everything as described in 
your good and understandable IIS-Howto and so the samples are served perfectly. But my 
context is totally ignored (404-Error). 

the uriworkermap.properties looks like that:

default.worker=ajp13

/admin=$(default.worker)
/admin/*=$(default.worker)
/examples=$(default.worker)
/examples/*=$(default.worker)

if I add lines like:
/ROOT=$(default.worker)
/ROOT/*=$(default.worker)

I get IIS iis_redirect.log entries like the following (1):



the display of the "tomcat.bat run jkconf" is  attached at the end of the mail (2).

I work with jboss 2.2.2 tomcat 3.3.1 IIS 5

If you need any further information, tell me. I' ll be grateful for any kind of help.

so long, Jens

(1)


[Tue Oct 21 15:20:32 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:20:32 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/ROOT/login.html'
[Tue Oct 21 15:20:32 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:20:32 2003]  [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default 
redirection of /ROOT/login.html
[Tue Oct 21 15:20:32 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:20:32 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/ROOT/login.html'
[Tue Oct 21 15:20:32 2003]  [jk_uri_worker_map.c (391)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /ROOT/
[Tue Oct 21 15:20:32 2003]  [jk_isapi_plugin.c (688)]: HttpFilterProc 
[/ROOT/login.html] is a servlet url - should redirect to ajp13
[Tue Oct 21 15:20:32 2003]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/ROOT/login.html] is points to the web-inf directory
[Tue Oct 21 15:20:32 2003]  [jk_isapi_plugin.c (777)]: HttpExtensionProc started
[Tue Oct 21 15:20:32 2003]  [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13
[Tue Oct 21 15:20:32 2003]  [jk_worker.c (127)]: wc_get_worker_for_name, done  found a 
worker
[Tue Oct 21 15:20:32 2003]  [jk_isapi_plugin.c (799)]: HttpExtensionProc got a worker 
for name ajp13
[Tue Oct 21 15:20:32 2003]  [jk_ajp13_worker.c (865)]: Into jk_worker_t::get_endpoint
[Tue Oct 21 15:20:32 2003]  [jk_ajp13_worker.c (775)]: Into jk_endpoint_t::service
[Tue Oct 21 15:20:32 2003]  [jk_ajp13.c (403)]: Into ajp13_marshal_into_msgb
[Tue Oct 21 15:20:32 2003]  [jk_ajp13.c (537)]: ajp13_marshal_into_msgb - Done
[Tue Oct 21 15:20:32 2003]  [jk_ajp13_worker.c (206)]: sending to ajp13 #515
[Tue Oct 21 15:20:32 2003]  [jk_ajp13_worker.c (645)]: send_request 2: request body to 
send 0 - request body to resend 0
[Tue Oct 21 15:20:32 2003]  [jk_ajp13_worker.c (258)]: received from ajp13 #45
[Tue Oct 21 15:20:32 2003]  [jk_ajp13.c (584)]: ajp13_unmarshal_response: status = 404
[Tue Oct 21 15:20:32 2003]  [jk_ajp13.c (591)]: ajp13_unmarshal_response: Number of 
headers is = 2
[Tue Oct 21 15:20:32 2003]  [jk_ajp13.c (634)]: ajp13_unmarshal_response: Header[0] 
[Content-Type] = [text/html]
[Tue Oct 21 15:20:32 2003]  [jk_ajp13.c (634)]: ajp13_unmarshal_response: Header[1] 
[Content-Length] = [176]
[Tue Oct 21 15:20:32 2003]  [jk_isapi_plugin.c (415)]: Into 
jk_ws_service_t::start_response
[Tue Oct 21 15:20:32 2003]  [jk_ajp13_worker.c (258)]: received from ajp13 #180
[Tue Oct 21 15:20:32 2003]  [jk_isapi_plugin.c (549)]: Into jk_ws_service_t::write
[Tue Oct 21 15:20:32 2003]  [jk_ajp13_worker.c (258)]: received from ajp13 #2
[Tue Oct 21 15:20:32 2003]  [jk_isapi_plugin.c (811)]: HttpExtensionProc service() 
returned OK
[Tue Oct 21 15:20:32 2003]  [jk_ajp13_worker.c (549)]: Into jk_endpoint_t::done
[Tue Oct 21 15:23:03 2003]  [jk_isapi_plugin.c (626)]: HttpFilterProc started
[Tue Oct 21 15:23:03 2003]  [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host 
redirection of /localhost/index.html
[Tue Oct 21 15:23:03 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:23:03 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/index.html'
[Tue Oct 21 15:23:03 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:23:03 2003]  [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default 
redirection of /index.html
[Tue Oct 21 15:23:03 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:23:03 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/index.html'
[Tue Oct 21 15:23:03 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:23:03 2003]  [jk_isapi_plugin.c (728)]: HttpFilterProc [/index.html] is 
not a servlet url
[Tue Oct 21 15:23:03 2003]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/index.html] is points to the web-inf directory
[Tue Oct 21 15:24:39 2003]  [jk_isapi_plugin.c (626)]: HttpFilterProc started
[Tue Oct 21 15:24:39 2003]  [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host 
redirection of /localhost/index.html
[Tue Oct 21 15:24:39 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:24:39 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/index.html'
[Tue Oct 21 15:24:39 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:24:39 2003]  [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default 
redirection of /index.html
[Tue Oct 21 15:24:39 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:24:39 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/index.html'
[Tue Oct 21 15:24:39 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:24:39 2003]  [jk_isapi_plugin.c (728)]: HttpFilterProc [/index.html] is 
not a servlet url
[Tue Oct 21 15:24:39 2003]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/index.html] is points to the web-inf directory
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (626)]: HttpFilterProc started
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host 
redirection of /localhost/ROOT/index.html
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/ROOT/index.html'
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default 
redirection of /ROOT/index.html
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/ROOT/index.html'
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (391)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /ROOT/
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (688)]: HttpFilterProc 
[/ROOT/index.html] is a servlet url - should redirect to ajp13
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/ROOT/index.html] is points to the web-inf directory
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (626)]: HttpFilterProc started
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host 
redirection of /localhost/ROOT/index.html
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/ROOT/index.html'
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default 
redirection of /ROOT/index.html
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/ROOT/index.html'
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (391)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /ROOT/
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (688)]: HttpFilterProc 
[/ROOT/index.html] is a servlet url - should redirect to ajp13
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/ROOT/index.html] is points to the web-inf directory
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (626)]: HttpFilterProc started
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host 
redirection of /localhost/ROOT/index.html
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/ROOT/index.html'
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default 
redirection of /ROOT/index.html
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/ROOT/index.html'
[Tue Oct 21 15:26:01 2003]  [jk_uri_worker_map.c (391)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /ROOT/
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (688)]: HttpFilterProc 
[/ROOT/index.html] is a servlet url - should redirect to ajp13
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/ROOT/index.html] is points to the web-inf directory
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (777)]: HttpExtensionProc started
[Tue Oct 21 15:26:01 2003]  [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13
[Tue Oct 21 15:26:01 2003]  [jk_worker.c (127)]: wc_get_worker_for_name, done  found a 
worker
[Tue Oct 21 15:26:01 2003]  [jk_isapi_plugin.c (799)]: HttpExtensionProc got a worker 
for name ajp13
[Tue Oct 21 15:26:01 2003]  [jk_ajp13_worker.c (865)]: Into jk_worker_t::get_endpoint
[Tue Oct 21 15:26:01 2003]  [jk_ajp13_worker.c (775)]: Into jk_endpoint_t::service
[Tue Oct 21 15:26:01 2003]  [jk_ajp13.c (403)]: Into ajp13_marshal_into_msgb
[Tue Oct 21 15:26:01 2003]  [jk_ajp13.c (537)]: ajp13_marshal_into_msgb - Done
[Tue Oct 21 15:26:01 2003]  [jk_ajp13_worker.c (206)]: sending to ajp13 #465
[Tue Oct 21 15:26:01 2003]  [jk_ajp13_worker.c (645)]: send_request 2: request body to 
send 0 - request body to resend 0
[Tue Oct 21 15:26:02 2003]  [jk_ajp13_worker.c (258)]: received from ajp13 #45
[Tue Oct 21 15:26:02 2003]  [jk_ajp13.c (584)]: ajp13_unmarshal_response: status = 404
[Tue Oct 21 15:26:02 2003]  [jk_ajp13.c (591)]: ajp13_unmarshal_response: Number of 
headers is = 2
[Tue Oct 21 15:26:02 2003]  [jk_ajp13.c (634)]: ajp13_unmarshal_response: Header[0] 
[Content-Type] = [text/html]
[Tue Oct 21 15:26:02 2003]  [jk_ajp13.c (634)]: ajp13_unmarshal_response: Header[1] 
[Content-Length] = [176]
[Tue Oct 21 15:26:02 2003]  [jk_isapi_plugin.c (415)]: Into 
jk_ws_service_t::start_response
[Tue Oct 21 15:26:02 2003]  [jk_ajp13_worker.c (258)]: received from ajp13 #180
[Tue Oct 21 15:26:02 2003]  [jk_isapi_plugin.c (549)]: Into jk_ws_service_t::write
[Tue Oct 21 15:26:02 2003]  [jk_ajp13_worker.c (258)]: received from ajp13 #2
[Tue Oct 21 15:26:02 2003]  [jk_isapi_plugin.c (811)]: HttpExtensionProc service() 
returned OK
[Tue Oct 21 15:26:02 2003]  [jk_ajp13_worker.c (549)]: Into jk_endpoint_t::done
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (626)]: HttpFilterProc started
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host 
redirection of /localhost/ROOT/index.html
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/ROOT/index.html'
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default 
redirection of /ROOT/index.html
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/ROOT/index.html'
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (391)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /ROOT/
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (688)]: HttpFilterProc 
[/ROOT/index.html] is a servlet url - should redirect to ajp13
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/ROOT/index.html] is points to the web-inf directory
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (626)]: HttpFilterProc started
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host 
redirection of /localhost/ROOT/index.html
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/ROOT/index.html'
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default 
redirection of /ROOT/index.html
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/ROOT/index.html'
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (391)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /ROOT/
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (688)]: HttpFilterProc 
[/ROOT/index.html] is a servlet url - should redirect to ajp13
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/ROOT/index.html] is points to the web-inf directory
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (626)]: HttpFilterProc started
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (672)]: In HttpFilterProc Virtual Host 
redirection of /localhost/ROOT/index.html
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/localhost/ROOT/index.html'
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (456)]: 
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (678)]: In HttpFilterProc test Default 
redirection of /ROOT/index.html
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (351)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (368)]: Attempting to map URI 
'/ROOT/index.html'
[Tue Oct 21 15:35:59 2003]  [jk_uri_worker_map.c (391)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /ROOT/
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (688)]: HttpFilterProc 
[/ROOT/index.html] is a servlet url - should redirect to ajp13
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (737)]: HttpFilterProc check if 
[/ROOT/index.html] is points to the web-inf directory
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (777)]: HttpExtensionProc started
[Tue Oct 21 15:35:59 2003]  [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13
[Tue Oct 21 15:35:59 2003]  [jk_worker.c (127)]: wc_get_worker_for_name, done  found a 
worker
[Tue Oct 21 15:35:59 2003]  [jk_isapi_plugin.c (799)]: HttpExtensionProc got a worker 
for name ajp13
[Tue Oct 21 15:35:59 2003]  [jk_ajp13_worker.c (865)]: Into jk_worker_t::get_endpoint
[Tue Oct 21 15:35:59 2003]  [jk_ajp13_worker.c (775)]: Into jk_endpoint_t::service
[Tue Oct 21 15:35:59 2003]  [jk_ajp13.c (403)]: Into ajp13_marshal_into_msgb
[Tue Oct 21 15:35:59 2003]  [jk_ajp13.c (537)]: ajp13_marshal_into_msgb - Done
[Tue Oct 21 15:35:59 2003]  [jk_ajp13_worker.c (206)]: sending to ajp13 #465
[Tue Oct 21 15:35:59 2003]  [jk_ajp13_worker.c (645)]: send_request 2: request body to 
send 0 - request body to resend 0
[Tue Oct 21 15:36:00 2003]  [jk_ajp13_worker.c (258)]: received from ajp13 #45
[Tue Oct 21 15:36:00 2003]  [jk_ajp13.c (584)]: ajp13_unmarshal_response: status = 404
[Tue Oct 21 15:36:00 2003]  [jk_ajp13.c (591)]: ajp13_unmarshal_response: Number of 
headers is = 2
[Tue Oct 21 15:36:00 2003]  [jk_ajp13.c (634)]: ajp13_unmarshal_response: Header[0] 
[Content-Type] = [text/html]
[Tue Oct 21 15:36:00 2003]  [jk_ajp13.c (634)]: ajp13_unmarshal_response: Header[1] 
[Content-Length] = [176]
[Tue Oct 21 15:36:00 2003]  [jk_isapi_plugin.c (415)]: Into 
jk_ws_service_t::start_response
[Tue Oct 21 15:36:00 2003]  [jk_ajp13_worker.c (258)]: received from ajp13 #180
[Tue Oct 21 15:36:00 2003]  [jk_isapi_plugin.c (549)]: Into jk_ws_service_t::write
[Tue Oct 21 15:36:00 2003]  [jk_ajp13_worker.c (258)]: received from ajp13 #2
[Tue Oct 21 15:36:00 2003]  [jk_isapi_plugin.c (811)]: HttpExtensionProc service() 
returned OK
[Tue Oct 21 15:36:00 2003]  [jk_ajp13_worker.c (549)]: Into jk_endpoint_t::done


(2)



C:\Programme\tomcat3.3.1\bin>"C:\Programme\JBuilder4\jdk1.3\bin\java"  -mx256m 
-Djava.naming.factory.i
itial=org.jnp.interfaces.NamingContextFactory 
-Djava.naming.provider.url=localhost:1099 -Djava.naming.
actory.url.pkgs=org.jboss.naming -Djava.security.policy=="../conf/tomcat.policy" 
-Dtomcat.home=".." or
.apache.tomcat.startup.Main start jkconf
2003-10-21 16:13:26 - ServerXmlReader: Config=$TOMCAT_HOME\conf\server.xml
2003-10-21 16:13:26 - PathSetter: home=C:\Programme\tomcat3.3.1
2003-10-21 16:13:26 - ContextXmlReader: Context 
config=$TOMCAT_HOME\conf\apps-127.0.0.1.xml
2003-10-21 16:13:26 - ContextXmlReader: Context config=$TOMCAT_HOME\conf\apps-admin.xml
2003-10-21 16:13:26 - ContextXmlReader: Context 
config=$TOMCAT_HOME\conf\apps-examples.xml
2003-10-21 16:13:26 - AutoWebApp: Loaded from config: DEFAULT:/admin
2003-10-21 16:13:26 - AutoWebApp: Loaded from config: DEFAULT:/examples
2003-10-21 16:13:26 - AutoWebApp: Auto-Adding DEFAULT:/
2003-10-21 16:13:26 - ContextManager: Tomcat configured and in stable state
2003-10-21 16:13:26 - ContextManager: Adding  DEFAULT:/admin
2003-10-21 16:13:26 - ContextManager: Adding  DEFAULT:/examples
2003-10-21 16:13:26 - ContextManager: Adding  DEFAULT:/ROOT
2003-10-21 16:13:27 - ApacheConfig: Generating apache mod_jk config = 
C:\Programme\tomcat3.3.1\conf\au
o\mod_jk.conf
2003-10-21 16:13:27 - ApacheConfig: mod_jk location: modules\mod_jk.dll
2003-10-21 16:13:27 - ApacheConfig: Make sure it is installed corectly or  set the 
config location
2003-10-21 16:13:27 - ApacheConfig: Using <ApacheConfig 
modJk="PATH_TO_MOD_JK.SO_OR_DLL" />
2003-10-21 16:13:27 - ApacheConfig: Ignoring root context in forward-all mode
2003-10-21 16:13:28 - IISConfig: Generating IIS registry file = 
C:\Programme\tomcat3.3.1\conf\auto\iis
redirect.reg
2003-10-21 16:13:28 - IISConfig: Generating IIS properties file = 
C:\Programme\tomcat3.3.1\conf\auto\i
api_redirect.properties
2003-10-21 16:13:28 - IISConfig: Generating IIS URI worker map file = 
C:\Programme\tomcat3.3.1\conf\au
o\uriworkermap.properties
2003-10-21 16:13:28 - IISConfig: Ignoring root context in forward-all mode
2003-10-21 16:13:28 - NSConfig: Generating netscape web server config = 
C:\Programme\tomcat3.3.1\conf\
uto\obj.conf
2003-10-21 16:13:28 - NSConfig: Ignoring root context in forward-all mode
EmbededTomcat: Init time 4336
EmbededTomcat: Tomcat will not start  - configuration only mode

C:\Programme\tomcat3.3.1\bin>goto cleanup

C:\Programme\tomcat3.3.1\bin>set CLASSPATH=

C:\Programme\tomcat3.3.1\bin>set _CLASSPATH=

C:\Programme\tomcat3.3.1\bin>set TOMCAT_HOME=

C:\Programme\tomcat3.3.1\bin>set _TOMCAT_HOME=

C:\Programme\tomcat3.3.1\bin>set TOMCAT_INSTALL=

C:\Programme\tomcat3.3.1\bin>set _TOMCAT_INSTALL=

C:\Programme\tomcat3.3.1\bin>set _LIBJARS=

C:\Programme\tomcat3.3.1\bin>set _SECSTARTJAVA=

C:\Programme\tomcat3.3.1\bin>set _STARTJAVA=

C:\Programme\tomcat3.3.1\bin>set _RUNJAVA=

C:\Programme\tomcat3.3.1\bin>set _MAIN=

C:\Programme\tomcat3.3.1\bin>set _CONTAINER=

C:\Programme\tomcat3.3.1\bin>Set _NULL=

C:\Programme\tomcat3.3.1\bin>



Reply via email to