With JK 1.2.19 installed on Windows Server 2003 R2, and
given the following in uriworkermap.properties:

/Autoweb=perseus9010
/Autoweb/*=perseus9010
/autoweb=perseus9010
/autoweb/*=perseus9010

Requests are handled as follows:

/Autoweb  --> tomcat --> redirect to /Autoweb/
/Autoweb/ --> tomcat --> redirect to /Autoweb/index.html

This is operating correctly.  But:

/autoweb  --> tomcat --> redirect to /autoweb/
/autoweb/ --> IIS returns 404 (request NOT sent to tomcat)

with an explicit request to /autoweb/index.html IIS also
returns 404 without attempting to send the request to tomcat
via JK. 

What is most interesting is that reversing the uriworkermap
entries so the /autoweb lines come first reverses the
behavior.  I.e. with

/autoweb=perseus9010
/autoweb/*=perseus9010
/Autoweb=perseus9010
/Autoweb/*=perseus9010

IIS now serves /autoweb correctly but /Autoweb breaks.

Is this a known problem in JK?

-- 
James Garrison                                Athens Group, Inc.
mailto:[EMAIL PROTECTED]                    5608 Parkcrest Dr
http://www.athensgroup.com                    Austin, TX 78731
SKYPE callto:jhg-athensgroup                  (512) 345-0600 x150
PGP Key ID: 0x22E8DA2A


---------------------------------------------------------------------
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