Hi,

I have the following configuration Win2003 Server.
isapi_redirect.dll from
jk-1.2.15
http://government-grants.org/mirrors/apache.org/tomcat/tomcat-connectors/jk/binaries/win32/
I use the instruction for configuration of IIS From 
Documentation
http://tomcat.apache.org/connectors-doc/config/iis.html

*****************************************************************
my workers.properties conf:

# workers.tomcat_home should point to the location where you
# installed tomcat. This is where you have your conf, webapps and lib
# directories.
#
workers.tomcat_home=D:\tomcat\Tomcat 5.0.28

#
# workers.java_home should point to your Java installation. Normally
# you should have a bin and lib directories beneath it.
#
workers.java_home=c:\Progra~1\Java\j2re1.4.2_06

#
# You should configure your environment slash... ps=\ on NT and / on UNIX
# and maybe something different elsewhere.
#
ps=\

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

#

worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=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

*********************************************************************
my uriworkermap.properties

/Base|/*=ajp13w

*******************************************************************
isapi_redirect.log
[Mon Apr 10 12:08:02 2006] [1924:3740] [debug] jk_worker.c (212):
close_workers will destroy worker ajp13w
[Mon Apr 10 12:08:02 2006] [1924:3740] [debug] jk_ajp_common.c (2012): up to
10 endpoints to close
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_shm.c (134): Initialized
shared memory size=67584 free=65536 addr=0x1830000
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (1157):
Using ini file D:\tomcat\Tomcat
5.0.28\bin\win32\i386\isapi_redirect.properties.
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (1163):
Using log file D:\tomcat\Tomcat 5.0.28\logs\isapi_redirect.log.
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (1164):
Using log level 1.
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (1165):
Using extension uri /jakarta/isapi_redirect.dll.
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (1166):
Using worker file D:\tomcat\Tomcat 5.0.28\conf\workers.properties.
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (1167):
Using worker mount file D:\tomcat\Tomcat
5.0.28\conf\uriworkermap.properties.
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (1169):
Using uri select 0.
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (268):
exact rule /Base=ajp13w was added
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (260):
wildchar rule /Base/*=ajp13w was added
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_worker.c (236): creating
worker ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_worker.c (141): about to
create instance ajp13w of ajp13
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_worker.c (154): about to
validate and init ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1806):
worker ajp13w contact is 'localhost:8009'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1895):
setting socket keepalive to 0
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1934):
setting socket timeout to -1
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1938):
setting socket buffer size to 0
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1942):
setting connection recycle timeout to 0
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1946):
setting cache timeout to 0
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1950):
setting connect timeout to 0
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1954):
setting reply timeout to 0
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1958):
setting prepost timeout to 0
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1962):
setting recovery opts to 0
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1966):
setting number of retries to 3
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_ajp_common.c (1843):
setting connection cache size to 10
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_worker.c (248): removing
old ajp13w worker
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (711):
Detected IIS >= 5.0
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:31 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:32 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:33 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (762):
Filter started
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (828):
Virtual Host redirection of /test.photogize.com/Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/test.photogize.com/Base/Photog/ProxyServ' from 2
maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (835):
Default redirection of /Base/Photog/ProxyServ
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/Base/Photog/ProxyServ' from 2 maps
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/Base/*'
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_uri_worker_map.c (475):
Found a wildchar match ajp13w -> /Base/*
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (845):
check if [/Base/Photog/ProxyServ] is points to the web-inf directory
[Mon Apr 10 12:08:34 2006] [0936:2684] [debug] jk_isapi_plugin.c (863):
[/Base/Photog/ProxyServ] is a servlet url - should redirect to ajp13w

any help is appreciated
Thank You DAGD

--
View this message in context: 
http://www.nabble.com/connectorJK1-t1425980.html#a3845079
Sent from the Tomcat - User forum at Nabble.com.


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

Reply via email to