You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by dagd <da...@comcast.net> on 2006/04/05 18:18:09 UTC

connecting IIS and tomcat

hi,
excuse me for this post i'm a new user to Tomcat. At work they just give me
the task to connect IIS 6.0 to Tomcat using isapi_redirect.dll. I'm using
Win2003 server, Tomcat 5.0.28  and isapi_redirect.dll v1.2.14. I already did
add keys to windows registry create workers.properties and
uriworkermap.properties

workers.properties
workers.tomcat_home=D:\tomcat\Tomcat 5.0.28

workers.java_home=c:\Progra~1\Java\j2re1.4.2_06

ps=\

worker.list=ajp12, ajp13, node1

worker.ajp12.port=8007
worker.ajp12.host=localhost
worker.ajp12.type=ajp12

worker.ajp12.lbfactor=1

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

worker.ajp13.lbfactor=1

worker.node1.port=8009
worker.node1.host=test.mywebsite.com
worker.node1.type=ajp13

worker.inprocess.type=jni

worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar

worker.inprocess.cmd_line=start

worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(ps)jvm.dll

worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout
worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr
**********************************************************

uriworkermap.properties
/Base/=ajp12
/Base/Psite/=ajp12
/Base/Photog/=ajp12

/Base/*=node1
/Base/Photog/ProxyServ/*=node1
*********************************************************
iis_redirect.log

[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_shm.c (134): Initialized
shared memory size=67584 free=65536 addr=0x1830000
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_isapi_plugin.c (1160):
Using registry.
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_isapi_plugin.c (1163):
Using log file D:\tomcat\Tomcat 5.0.28\logs\iis_redirect.log.
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_isapi_plugin.c (1164):
Using log level 1.
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_isapi_plugin.c (1165):
Using extension uri /jakarta/isapi_redirect.dll.
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_isapi_plugin.c (1166):
Using worker file D:\tomcat\Tomcat 5.0.28\conf\workers.properties.
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_isapi_plugin.c (1167):
Using worker mount file D:\tomcat\Tomcat
5.0.28\conf\uriworkermap.properties.
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_isapi_plugin.c (1169):
Using uri select 0.
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_uri_worker_map.c (268):
exact rule /Base/=ajp12 was added
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_uri_worker_map.c (268):
exact rule /Base/Psite/=ajp12 was added
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_uri_worker_map.c (268):
exact rule /Base/Photog/=ajp12 was added
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_uri_worker_map.c (260):
wildchar rule /Base/*=node1 was added
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_uri_worker_map.c (260):
wildchar rule /Base/Photog/ProxyServ/*=node1 was added
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (236): creating
worker ajp12
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (141): about to
create instance ajp12 of ajp12
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp12_worker.c (241): Into
ajp12_worker_factory
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (154): about to
validate and init ajp12
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp12_worker.c (153): Into
jk_worker_t::validate
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp12_worker.c (165): In
jk_worker_t::validate for worker ajp12 contact is localhost:8007
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (248): removing
old ajp12 worker
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (236): creating
worker ajp13
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (141): about to
create instance ajp13 of ajp13
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (154): about to
validate and init ajp13
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1806):
worker ajp13 contact is 'localhost:8009'
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1895):
setting socket keepalive to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1934):
setting socket timeout to -1
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1938):
setting socket buffer size to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1942):
setting connection recycle timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1946):
setting cache timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1950):
setting connect timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1954):
setting reply timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1958):
setting prepost timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1962):
setting recovery opts to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1966):
setting number of retries to 3
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1843):
setting connection cache size to 10
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (248): removing
old ajp13 worker
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (236): creating
worker node1
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (141): about to
create instance node1 of ajp13
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (154): about to
validate and init node1
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1806):
worker node1 contact is 'test.mywebsite.com:8009'
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1895):
setting socket keepalive to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1934):
setting socket timeout to -1
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1938):
setting socket buffer size to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1942):
setting connection recycle timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1946):
setting cache timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1950):
setting connect timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1954):
setting reply timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1958):
setting prepost timeout to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1962):
setting recovery opts to 0
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1966):
setting number of retries to 3
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_ajp_common.c (1843):
setting connection cache size to 10
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_worker.c (248): removing
old node1 worker
[Wed Apr 05 11:27:08 2006] [1572:3980] [debug] jk_isapi_plugin.c (711):
Detected IIS >= 5.0
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:09 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:10 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:11 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 5 maps
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (475):
Found a wildchar match node1 -> /Base/*
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to node1
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (762):
Filter started
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.mywebsite.com/Base/Photog/ProxyServ
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.mywebsite.com/Base/Photog/ProxyServ' from 5
maps
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/ProxyServ/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Photog/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/Psite/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/'
[Wed Apr 05 11:27:12 2006] [1572:3980] [debug] jk_isapi_plugin.
--
View this message in context: http://www.nabble.com/connecting-IIS-and-tomcat-t1400584.html#a3768081
Sent from the Tomcat - User forum at Nabble.com.


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


Re: connecting IIS and tomcat

Posted by Mladen Turk <ml...@jboss.com>.
dagd wrote:
> hi,
> excuse me for this post i'm a new user to Tomcat. At work they just give me
> the task to connect IIS 6.0 to Tomcat using isapi_redirect.dll. I'm using
> Win2003 server, Tomcat 5.0.28  and isapi_redirect.dll v1.2.14. I already did
> add keys to windows registry create workers.properties and
> uriworkermap.properties
> 

ajp12 is unsupported protocol (it works only with Tomcat 3).
Also use 1.2.15 version.


> workers.properties

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


> 
> uriworkermap.properties

/Base|/*=ajp13w

Regards,
Mladen.


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