You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Donges <Ch...@practical.com.au> on 2003/12/10 02:17:43 UTC

Access denied with jk1 and iis

I have a site running ok with tomcat and can browse at port 8080.

I have set up the jk1 redirector and when I first try to open a jsp page I get "error: access denied" in the web browser.  The second time I try to open a jsp page I just get the source of the jsp page.  I think the isapi_redirector.dll is crashing.

Can somebody please help or give me more information?  I have included the debug output from jk.


Christoph


~~~~~

[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (1018)]: Using registry.
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (1020)]: Using log file C:\web\tomcat\logs\jk.log.
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (1021)]: Using log level 0.
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (1022)]: Using extension uri /jakarta/isapi_redirect.dll.
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (1023)]: Using worker file C:\web\tomcat\conf\workers.properties.
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (1024)]: Using worker mount file C:\web\tomcat\conf\uriworkermap.properties.
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (1025)]: Using uri select 0.
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (172)]: Into jk_uri_worker_map_t::uri_worker_map_alloc
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (375)]: Into jk_uri_worker_map_t::uri_worker_map_open
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (396)]: jk_uri_worker_map_t::uri_worker_map_open, rule map size is 1
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (299)]: Into jk_uri_worker_map_t::uri_worker_map_open, suffix rule /***.**.**.**/webtest/.jsp=defworker was added
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (408)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 1 rules
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (422)]: jk_uri_worker_map_t::uri_worker_map_open, done
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (88)]: Into wc_open
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (222)]: Into build_worker_map, creating 1 workers
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (228)]: build_worker_map, creating worker defworker
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (148)]: Into wc_create_worker
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (162)]: wc_create_worker, about to create instance defworker of ajp13
[Wed Dec 10 11:21:11 2003]  [jk_ajp13_worker.c (108)]: Into ajp13_worker_factory
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (171)]: wc_create_worker, about to validate and init defworker
[Wed Dec 10 11:21:11 2003]  [jk_ajp_common.c (1343)]: Into jk_worker_t::validate
[Wed Dec 10 11:21:11 2003]  [jk_ajp_common.c (1364)]: In jk_worker_t::validate for worker defworker contact is 127.0.0.1:8009
[Wed Dec 10 11:21:11 2003]  [jk_ajp_common.c (1397)]: Into jk_worker_t::init
[Wed Dec 10 11:21:11 2003]  [jk_ajp_common.c (1421)]: In jk_worker_t::init, setting socket timeout to 300
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (187)]: wc_create_worker, done
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (238)]: build_worker_map, removing old defworker worker 
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (250)]: build_worker_map, done
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (111)]: wc_open, done 1
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (655)]: Detected IIS >= 5.0
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (696)]: HttpFilterProc started
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host redirection of /***.**.***.**/webtest/test.jsp
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (477)]: Attempting to map URI '/***.**.***.**/webtest/test.jsp'
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (558)]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match defworker -> *.jsp
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (775)]: HttpFilterProc [/webtest/test.jsp] is a servlet url - should redirect to defworker
[Wed Dec 10 11:21:11 2003]  [jk_isapi_plugin.c (838)]: HttpFilterProc check if [/webtest/test.jsp] is points to the web-inf directory
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (190)]: Into jk_uri_worker_map_t::uri_worker_map_free
[Wed Dec 10 11:21:11 2003]  [jk_uri_worker_map.c (441)]: Into jk_uri_worker_map_t::uri_worker_map_close
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (118)]: Into wc_close
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (199)]: close_workers got 1 workers to destroy
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (206)]: close_workers will destroy worker defworker
[Wed Dec 10 11:21:11 2003]  [jk_ajp_common.c (1461)]: Into jk_worker_t::destroy
[Wed Dec 10 11:21:11 2003]  [jk_ajp_common.c (1468)]: Into jk_worker_t::destroy up to 10 endpoint to close
[Wed Dec 10 11:21:11 2003]  [jk_worker.c (120)]: wc_close, done

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org