Unfortunately this doesn't work too.

-- Registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="E:\\tomcat-connector\\isapi.log"
"log_level"="debug"
"worker_file"="E:\\tomcat-connector\\workers.properties"
"worker_mount_file"="E:\\tomcat-connector\\uriworkermap.properties"

-- workers.properties
# Define 1 worker
worker.list=worker2,jkstatus
# Set properties for worker2 (ajp13)
worker.worker2.type=ajp13
worker.worker2.host=159.30.79.212
worker.worker2.port=8009
worker.worker2.lbfactor=1
worker.worker2.connection_pool_timeout=600
worker.worker2.socket_keepalive=1
worker.worker2.socket_timeout=60
# Define a 'jkstatus' worker using status
worker.jkstatus.type=status

-- uriworkermap.properties
/analytics/*=worker2
/jkmanager/*=jkstatus

isapi.log when calling http://localhost/jkmanager/ (IIS return 404 status)
[Mon Feb 14 12:46:39.060 2011] [7852:740] [debug]
jk_set_time_fmt::jk_util.c (459): Pre-processed log time stamp format
is '[%a %b %d %H:%M:%S.000 %Y] '
[Mon Feb 14 12:46:39.060 2011] [7852:740] [info]
init_jk::jk_isapi_plugin.c (2562): Starting
Jakarta/ISAPI/isapi_redirector/1.2.31 (1026297)

[Mon Feb 14 12:46:39.060 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2580): Detected IIS version 6.0

[Mon Feb 14 12:46:39.075 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2585): Using registry.

[Mon Feb 14 12:46:39.075 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2588): Using log file
E:\tomcat-connector\isapi.log.

[Mon Feb 14 12:46:39.075 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2589): Using log level 1.

[Mon Feb 14 12:46:39.075 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2590): Using log rotation time 0 seconds.

[Mon Feb 14 12:46:39.075 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2591): Using log file size 0 bytes.

[Mon Feb 14 12:46:39.091 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2593): Using extension uri
/jakarta/isapi_redirect.dll.

[Mon Feb 14 12:46:39.091 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2594): Using worker file
E:\tomcat-connector\workers.properties.

[Mon Feb 14 12:46:39.091 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2595): Using worker mount file
E:\tomcat-connector\uriworkermap.properties.

[Mon Feb 14 12:46:39.091 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2597): Using rewrite rule file .

[Mon Feb 14 12:46:39.107 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2599): Using uri select 3.

[Mon Feb 14 12:46:39.107 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2600): Using no chunked encoding.

[Mon Feb 14 12:46:39.107 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2602): Using notification event
SF_NOTIFY_AUTH_COMPLETE (0x04000000)

[Mon Feb 14 12:46:39.107 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2612): Using uri header
TOMCATURI6A6B0000:.

[Mon Feb 14 12:46:39.107 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2613): Using query header
TOMCATQUERY6A6B0000:.

[Mon Feb 14 12:46:39.107 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2614): Using worker header
TOMCATWORKER6A6B0000:.

[Mon Feb 14 12:46:39.107 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2615): Using worker index
TOMCATWORKERIDX6A6B0000:.

[Mon Feb 14 12:46:39.122 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2616): Using translate header
TOMCATTRANSLATE6A6B0000:.

[Mon Feb 14 12:46:39.122 2011] [7852:740] [debug]
init_jk::jk_isapi_plugin.c (2617): Using a default of 250 connections
per pool.

[Mon Feb 14 12:46:39.138 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property '/analytics/*'
with value 'worker2' to map.

[Mon Feb 14 12:46:39.138 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property '/jkmanager/*'
with value 'jkstatus' to map.

[Mon Feb 14 12:46:39.153 2011] [7852:740] [debug]
uri_worker_map_load::jk_uri_worker_map.c (1102): Loading urimaps from
E:\tomcat-connector\uriworkermap.properties with reload check interval
60 seconds

[Mon Feb 14 12:46:39.153 2011] [7852:740] [debug]
uri_worker_map_add::jk_uri_worker_map.c (720): wildchar rule
'/analytics/*=worker2' source 'uriworkermap' was added

[Mon Feb 14 12:46:39.153 2011] [7852:740] [debug]
uri_worker_map_add::jk_uri_worker_map.c (720): wildchar rule
'/jkmanager/*=jkstatus' source 'uriworkermap' was added

[Mon Feb 14 12:46:39.153 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (171): uri map dump after
file load: index=0 file='E:\tomcat-connector\uriworkermap.properties'
reject_unsafe=0 reload=60 modified=1297424775 checked=1297687599

[Mon Feb 14 12:46:39.153 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (176): generation 0: size=0
nosize=0 capacity=0

[Mon Feb 14 12:46:39.169 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (176): generation 1: size=2
nosize=0 capacity=4

[Mon Feb 14 12:46:39.169 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (186): NEXT (1) map #0:
uri=/jkmanager/* worker=jkstatus context=/jkmanager/*
source=uriworkermap type=Wildchar len=12

[Mon Feb 14 12:46:39.169 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (186): NEXT (1) map #1:
uri=/analytics/* worker=worker2 context=/analytics/*
source=uriworkermap type=Wildchar len=12

[Mon Feb 14 12:46:39.169 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property 'worker.list'
with value 'worker2,jkstatus' to map.

[Mon Feb 14 12:46:39.185 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property
'worker.worker2.type' with value 'ajp13' to map.

[Mon Feb 14 12:46:39.185 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property
'worker.worker2.host' with value '159.30.79.212' to map.

[Mon Feb 14 12:46:39.185 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property
'worker.worker2.port' with value '8009' to map.

[Mon Feb 14 12:46:39.185 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property
'worker.worker2.lbfactor' with value '1' to map.

[Mon Feb 14 12:46:39.200 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property
'worker.worker2.connection_pool_timeout' with value '600' to map.

[Mon Feb 14 12:46:39.200 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property
'worker.worker2.socket_keepalive' with value '1' to map.

[Mon Feb 14 12:46:39.200 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property
'worker.worker2.socket_timeout' with value '60' to map.

[Mon Feb 14 12:46:39.200 2011] [7852:740] [debug]
jk_map_read_property::jk_map.c (491): Adding property
'worker.jkstatus.type' with value 'status' to map.

[Mon Feb 14 12:46:39.216 2011] [7852:740] [debug]
jk_map_resolve_references::jk_map.c (777): Checking for references
with prefix worker. with wildcard (recursion 1)

[Mon Feb 14 12:46:39.216 2011] [7852:740] [debug]
jk_shm_calculate_size::jk_shm.c (132): shared memory will contain 1
ajp workers of size 320 and 0 lb workers of size 320 with 0 members of
size 384+320

[Mon Feb 14 12:46:39.216 2011] [7852:740] [debug]
jk_shm_open::jk_shm.c (254): Initialized shared memory
JKISAPISHMEM_LOCALHOST_1 size=448 free=320 addr=0x1b50000

[Mon Feb 14 12:46:39.216 2011] [7852:740] [debug]
jk_map_dump::jk_map.c (589): Dump of map: 'worker.list' ->
'worker2,jkstatus'

[Mon Feb 14 12:46:39.216 2011] [7852:740] [debug]
jk_map_dump::jk_map.c (589): Dump of map: 'worker.worker2.type' ->
'ajp13'

[Mon Feb 14 12:46:39.232 2011] [7852:740] [debug]
jk_map_dump::jk_map.c (589): Dump of map: 'worker.worker2.host' ->
'159.30.79.212'

[Mon Feb 14 12:46:39.232 2011] [7852:740] [debug]
jk_map_dump::jk_map.c (589): Dump of map: 'worker.worker2.port' ->
'8009'

[Mon Feb 14 12:46:39.232 2011] [7852:740] [debug]
jk_map_dump::jk_map.c (589): Dump of map: 'worker.worker2.lbfactor' ->
'1'

[Mon Feb 14 12:46:39.232 2011] [7852:740] [debug]
jk_map_dump::jk_map.c (589): Dump of map:
'worker.worker2.connection_pool_timeout' -> '600'

[Mon Feb 14 12:46:39.232 2011] [7852:740] [debug]
jk_map_dump::jk_map.c (589): Dump of map:
'worker.worker2.socket_keepalive' -> '1'

[Mon Feb 14 12:46:39.232 2011] [7852:740] [debug]
jk_map_dump::jk_map.c (589): Dump of map:
'worker.worker2.socket_timeout' -> '60'

[Mon Feb 14 12:46:39.232 2011] [7852:740] [debug]
jk_map_dump::jk_map.c (589): Dump of map: 'worker.jkstatus.type' ->
'status'

[Mon Feb 14 12:46:39.247 2011] [7852:740] [debug]
build_worker_map::jk_worker.c (242): creating worker worker2

[Mon Feb 14 12:46:39.247 2011] [7852:740] [debug]
wc_create_worker::jk_worker.c (146): about to create instance worker2
of ajp13

[Mon Feb 14 12:46:39.247 2011] [7852:740] [debug]
wc_create_worker::jk_worker.c (159): about to validate and init
worker2

[Mon Feb 14 12:46:39.247 2011] [7852:740] [debug]
ajp_validate::jk_ajp_common.c (2608): worker worker2 contact is
'159.30.79.212:8009'

[Mon Feb 14 12:46:39.247 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2803): setting endpoint options:

[Mon Feb 14 12:46:39.247 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2806): keepalive:              1

[Mon Feb 14 12:46:39.263 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2810): socket timeout:         60

[Mon Feb 14 12:46:39.263 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2814): socket connect timeout: 60000

[Mon Feb 14 12:46:39.263 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2818): buffer size:            0

[Mon Feb 14 12:46:39.278 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2822): pool timeout:           600

[Mon Feb 14 12:46:39.278 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2826): ping timeout:           10000

[Mon Feb 14 12:46:39.278 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2830): connect timeout:        0

[Mon Feb 14 12:46:39.278 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2834): reply timeout:          0

[Mon Feb 14 12:46:39.278 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2838): prepost timeout:        0

[Mon Feb 14 12:46:39.294 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2842): recovery options:       0

[Mon Feb 14 12:46:39.294 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2846): retries:                2

[Mon Feb 14 12:46:39.294 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2850): max packet size:        8192

[Mon Feb 14 12:46:39.294 2011] [7852:740] [debug]
ajp_init::jk_ajp_common.c (2854): retry interval:         100

[Mon Feb 14 12:46:39.294 2011] [7852:740] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2665): setting connection
pool size to 250 with min 125 and acquire timeout 200

[Mon Feb 14 12:46:39.310 2011] [7852:740] [debug]
build_worker_map::jk_worker.c (242): creating worker jkstatus

[Mon Feb 14 12:46:39.325 2011] [7852:740] [debug]
wc_create_worker::jk_worker.c (146): about to create instance jkstatus
of status

[Mon Feb 14 12:46:39.341 2011] [7852:740] [debug]
wc_create_worker::jk_worker.c (159): about to validate and init
jkstatus

[Mon Feb 14 12:46:39.357 2011] [7852:740] [debug] init::jk_status.c
(5053): Status worker 'jkstatus' is read/write and has css '(null)',
prefix 'worker', name space 'jk:', xml name space
'xmlns:jk="http://tomcat.apache.org";', document type '(null)'

[Mon Feb 14 12:46:39.357 2011] [7852:740] [debug] init::jk_status.c
(5104): Status worker 'jkstatus' has good rating for '0000000f' and
bad rating for '00ff1010'

[Mon Feb 14 12:46:39.357 2011] [7852:740] [debug]
wc_get_worker_for_name::jk_worker.c (116): found a worker jkstatus

[Mon Feb 14 12:46:39.372 2011] [7852:740] [debug]
wc_get_name_for_type::jk_worker.c (293): Found worker type 'status'

[Mon Feb 14 12:46:39.372 2011] [7852:740] [debug]
uri_worker_map_ext::jk_uri_worker_map.c (512): Checking extension for
worker 0: jkstatus of type status (6)

[Mon Feb 14 12:46:39.388 2011] [7852:740] [debug]
wc_get_worker_for_name::jk_worker.c (116): found a worker worker2

[Mon Feb 14 12:46:39.388 2011] [7852:740] [debug]
wc_get_name_for_type::jk_worker.c (293): Found worker type 'ajp13'

[Mon Feb 14 12:46:39.388 2011] [7852:740] [debug]
uri_worker_map_ext::jk_uri_worker_map.c (512): Checking extension for
worker 1: worker2 of type ajp13 (2)

[Mon Feb 14 12:46:39.403 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (171): uri map dump after
extension stripping: index=0
file='E:\tomcat-connector\uriworkermap.properties' reject_unsafe=0
reload=60 modified=1297424775 checked=1297687599

[Mon Feb 14 12:46:39.435 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (176): generation 0: size=0
nosize=0 capacity=0

[Mon Feb 14 12:46:39.450 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (176): generation 1: size=2
nosize=0 capacity=4

[Mon Feb 14 12:46:39.466 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (186): NEXT (1) map #0:
uri=/jkmanager/* worker=jkstatus context=/jkmanager/*
source=uriworkermap type=Wildchar len=12

[Mon Feb 14 12:46:39.466 2011] [7852:740] [debug]
uri_worker_map_dump::jk_uri_worker_map.c (186): NEXT (1) map #1:
uri=/analytics/* worker=worker2 context=/analytics/*
source=uriworkermap type=Wildchar len=12

[Mon Feb 14 12:46:39.482 2011] [7852:740] [debug]
uri_worker_map_switch::jk_uri_worker_map.c (482): Switching uri worker
map from index 0 to index 1

[Mon Feb 14 12:46:39.482 2011] [7852:740] [info]
init_jk::jk_isapi_plugin.c (2741):
Jakarta/ISAPI/isapi_redirector/1.2.31 (1026297) initialized

[Mon Feb 14 12:46:39.482 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1851): Filter started

[Mon Feb 14 12:46:39.482 2011] [7852:740] [debug]
map_uri_to_worker_ext::jk_uri_worker_map.c (1036): Attempting to map
URI '/localhost/analytics/res/Salsa_Glossary_en.htm' from 2 maps

[Mon Feb 14 12:46:39.497 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:46:39.513 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/analytics/*=worker2' source 'uriworkermap'

[Mon Feb 14 12:46:39.513 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:46:39.528 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/analytics/*=worker2' source 'uriworkermap'

[Mon Feb 14 12:46:39.528 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (863): Found a wildchar match
'/analytics/*=worker2'

[Mon Feb 14 12:46:39.528 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1938): check if
[/analytics/res/Salsa_Glossary_en.htm] points to the web-inf directory

[Mon Feb 14 12:46:39.528 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1954):
[/analytics/res/Salsa_Glossary_en.htm] is a servlet url - should
redirect to worker2

[Mon Feb 14 12:46:39.544 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1994): fowarding escaped URI
[/analytics/res/Salsa_Glossary_en.htm]

[Mon Feb 14 12:49:28.156 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1851): Filter started

[Mon Feb 14 12:49:28.172 2011] [7852:740] [debug]
uri_worker_map_update::jk_uri_worker_map.c (1168): File
E:\tomcat-connector\uriworkermap.properties is not modified

[Mon Feb 14 12:49:28.172 2011] [7852:740] [debug]
map_uri_to_worker_ext::jk_uri_worker_map.c (1036): Attempting to map
URI '/localhost/analytics/res/Salsa_Glossary_en.htm' from 2 maps

[Mon Feb 14 12:49:28.172 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:49:28.187 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/analytics/*=worker2' source 'uriworkermap'

[Mon Feb 14 12:49:28.187 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:49:28.187 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/analytics/*=worker2' source 'uriworkermap'

[Mon Feb 14 12:49:28.187 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (863): Found a wildchar match
'/analytics/*=worker2'

[Mon Feb 14 12:49:28.187 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1938): check if
[/analytics/res/Salsa_Glossary_en.htm] points to the web-inf directory

[Mon Feb 14 12:49:28.187 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1954):
[/analytics/res/Salsa_Glossary_en.htm] is a servlet url - should
redirect to worker2

[Mon Feb 14 12:49:28.203 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1994): fowarding escaped URI
[/analytics/res/Salsa_Glossary_en.htm]

[Mon Feb 14 12:49:33.860 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1851): Filter started

[Mon Feb 14 12:49:33.876 2011] [7852:740] [debug]
map_uri_to_worker_ext::jk_uri_worker_map.c (1036): Attempting to map
URI '/localhost/jkmanager/' from 2 maps

[Mon Feb 14 12:49:33.876 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:49:33.876 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/analytics/*=worker2' source 'uriworkermap'

[Mon Feb 14 12:49:33.891 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:49:33.891 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (863): Found a wildchar match
'/jkmanager/*=jkstatus'

[Mon Feb 14 12:49:33.891 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1938): check if [/jkmanager/]
points to the web-inf directory

[Mon Feb 14 12:49:33.891 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1954): [/jkmanager/] is a servlet
url - should redirect to jkstatus

[Mon Feb 14 12:49:33.891 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1994): fowarding escaped URI
[/jkmanager/]

[Mon Feb 14 12:49:37.720 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1851): Filter started

[Mon Feb 14 12:49:37.720 2011] [7852:740] [debug]
map_uri_to_worker_ext::jk_uri_worker_map.c (1036): Attempting to map
URI '/localhost/jkmanager' from 2 maps

[Mon Feb 14 12:49:37.720 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:49:37.720 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/analytics/*=worker2' source 'uriworkermap'

[Mon Feb 14 12:49:37.720 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:49:37.720 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/analytics/*=worker2' source 'uriworkermap'

[Mon Feb 14 12:49:37.720 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (2079): [/jkmanager] is not a
servlet url

[Mon Feb 14 12:54:56.411 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1851): Filter started

[Mon Feb 14 12:54:56.426 2011] [7852:740] [debug]
uri_worker_map_update::jk_uri_worker_map.c (1168): File
E:\tomcat-connector\uriworkermap.properties is not modified

[Mon Feb 14 12:54:56.442 2011] [7852:740] [debug]
map_uri_to_worker_ext::jk_uri_worker_map.c (1036): Attempting to map
URI '/localhost/jkmanager/' from 2 maps

[Mon Feb 14 12:54:56.442 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:54:56.442 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/analytics/*=worker2' source 'uriworkermap'

[Mon Feb 14 12:54:56.458 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (850): Attempting to map context URI
'/jkmanager/*=jkstatus' source 'uriworkermap'

[Mon Feb 14 12:54:56.458 2011] [7852:740] [debug]
find_match::jk_uri_worker_map.c (863): Found a wildchar match
'/jkmanager/*=jkstatus'

[Mon Feb 14 12:54:56.458 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1938): check if [/jkmanager/]
points to the web-inf directory

[Mon Feb 14 12:54:56.458 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1954): [/jkmanager/] is a servlet
url - should redirect to jkstatus

[Mon Feb 14 12:54:56.473 2011] [7852:740] [debug]
HttpFilterProc::jk_isapi_plugin.c (1994): fowarding escaped URI
[/jkmanager/]



Pozdrawiam, S.



2011/2/12 Thomas Strauß <t.stra...@srs-management.de>:
> Hi,
>
> where have you setup the connector properties? In the registry? Can you 
> provide those settings?
>
> They also contain the location of the redirector logfile and loglevel.
>
> If you get that far, you can always install the jkstatus worker to allow you 
> to test the redirector functionality.
>
>
> Regards,
>
>
> Thomas

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

Reply via email to