Hi,

Thank you everyone for the support, it's really appreciated.

I think my problem is a rule priority problem, here is the JK log with debug
on:

May 14 10:27:59 2007] [2564:2720] [debug] HttpFilterProc::jk_isapi_plugin.c
(747): Filter started
[Mon May 14 10:27:59 2007] [2564:2720] [debug]
HttpFilterProc::jk_isapi_plugin.c (813): Virtual Host redirection of
/hostname.domainname.com/jkmanager
[Mon May 14 10:27:59 2007] [2564:2720] [debug]
map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI
'/hostname.domainname.com/jkmanager' from 2 maps
[Mon May 14 10:27:59 2007] [2564:2720] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI
'/jkmanager'
[Mon May 14 10:27:59 2007] [2564:2720] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI
'/*'
[Mon May 14 10:27:59 2007] [2564:2720] [debug]
map_uri_to_worker::jk_uri_worker_map.c (475): Found a wildchar match wlb ->
/*
[Mon May 14 10:27:59 2007] [2564:2720] [debug]
HttpFilterProc::jk_isapi_plugin.c (830): check if [/jkmanager] is points to
the web-inf directory
[Mon May 14 10:27:59 2007] [2564:2720] [debug]
HttpFilterProc::jk_isapi_plugin.c (848): [/jkmanager] is a servlet url -
should redirect to wlb
[Mon May 14 10:27:59 2007] [2564:2720] [debug]
wc_get_worker_for_name::jk_worker.c (111): found a worker wlb
[Mon May 14 10:27:59 2007] [2564:2720] [debug]
HttpExtensionProc::jk_isapi_plugin.c (1003): got a worker for name wlb


Is it correct to say that my URI rule

/*=wlb

Has a higher priority than

/jkmanager=jkstatus?


If yes, it there a way to tell the JK to match the jkstatus rule prior to
the other one? 

Thank you very much


-----Original Message-----
From: Rainer Jung [mailto:[EMAIL PROTECTED] 
Sent: May 12, 2007 7:02 AM
To: Tomcat Users List
Subject: Re: JK connector issue - Can't get JKStatus working with IIS 6.0

Since your original config looked OK, could you set your log level for 
the isapi redirector to trace and log startup and a single test against 
your configured status URL? Please post the results, so we can see, if 
the URL got mapped, and why the request didn't get forwarded.

Regards,

Rainer

Mladen Turk wrote:
> Jean-Francois Beaulac wrote:
>> The Connector itselfs works perfectly, I just want to enable the JKStatus
>> page that shows information about the workers and also allow to make 
>> changes
>> at runtime to work.
>>
>> In the documentation I've seen specific configuration for Apache HTTPD to
>> mount the JKStatus, but I could not find similar information for IIS.
>>
> 
> I presume you have added in workers.properties
> ...
> worker.list=jkstatus,...
> ...
> worker.jkstatus.type=status
> 
> Then inside uriworkermap.properties add something like:
> 
> /one-very-fancy-manger=jkstatus
> 
> Finally hitting the http://yourhost/one-very-fancy-manger
> will open you the whole new world :)
> 
> Regards,
> Mladen.
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
--
kippdata
informationstechnologie GmbH   Tel: 0228 98549 -0
Bornheimer Str. 33a            Fax: 0228 98549 -50
53111 Bonn                     www.kippdata.de

HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417
Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, Sven Maurmann
===============================
kippdata
informationstechnologie GmbH   Tel: +49 228 98549 -0
Bornheimer Str. 33a            Fax: +49 228 98549 -50
D-53111 Bonn                   www.kippdata.de

HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417
Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, Sven Maurmann

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to