You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Per Johnsson <Pe...@omxgroup.com> on 2006/11/07 15:00:44 UTC

Possible bug in Apache Tomcat JK 1.2.19 for WIN32?

Hi!
 
I don't know if this is a bug or if it's a known issue.
 
This is an extract from our uriworkermap.properties file:
...
/ExtranetLogin*=ajp13w
/images*=ajp13w
/ExtranetLogin*=ajp14w
..
 
It seems like the two ExtranetLogin pointing to two different hosts was
confused in some way and didn't work. After changing the ajp14w to
/Extranet* it worked. So I wonder if there may be some sort of mixup
with url defenitions matching exacly like the two we have above.
 
/Regards Per Jonsson

********************************************************************************
This e-mail and the information it contains may be privileged and/or
confidential.  It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited. 
If you are not an intended recipient, please contact the sender and delete the material from your computer.
********************************************************************************



RE: Possible bug in Apache Tomcat JK 1.2.19 for WIN32?

Posted by Per Johnsson <Pe...@omxgroup.com>.
Thanks four your quick response.

I think, after reading the bugzilla, the problem is:

"The keys on the left side are used in a case insensitive way as a key
in
a hash table. If there are multiple same keys, the first key wins and
the value is set to the last one."

It would explain our problem.

We run a rather complex environment with 4 live tomcat servers fronting
with 4 iis , and one tomcatpreview sharing an IIS with one of the live
ones. So we have the exact patterns in both ajp13w and ajp14w..

/Regards Per Jonsson

-----Original Message-----
From: Rainer Jung [mailto:rainer.jung@kippdata.de] 
Sent: den 7 november 2006 15:25
To: Tomcat Users List
Subject: Re: Possible bug in Apache Tomcat JK 1.2.19 for WIN32?

I'm not sure, what kind of problem you have. Putting two identical
patterns for different workers into uriworkermap.properties will not
result in a well understood (or documented) behaviour.

Nevertheless

http://issues.apache.org/bugzilla/show_bug.cgi?id=40855

might be interesting to read.

Regards,

Rainer

Per Johnsson schrieb:
> Hi!
>  
> I don't know if this is a bug or if it's a known issue.
>  
> This is an extract from our uriworkermap.properties file:
> ...
> /ExtranetLogin*=ajp13w
> /images*=ajp13w
> /ExtranetLogin*=ajp14w
> ..
>  
> It seems like the two ExtranetLogin pointing to two different hosts 
> was confused in some way and didn't work. After changing the ajp14w to
> /Extranet* it worked. So I wonder if there may be some sort of mixup 
> with url defenitions matching exacly like the two we have above.
>  
> /Regards Per Jonsson
> 
> **********************************************************************
> ********** This e-mail and the information it contains may be 
> privileged and/or confidential.  It is for the intended addressee(s) 
> only.
> The unauthorised use, disclosure or copying of this e-mail, or any
information it contains, is prohibited. 
> If you are not an intended recipient, please contact the sender and
delete the material from your computer.
> **********************************************************************
> **********
> 
> 

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


********************************************************************************
This e-mail and the information it contains may be privileged and/or
confidential.  It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited. 
If you are not an intended recipient, please contact the sender and delete the material from your computer.
********************************************************************************



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


Re: Possible bug in Apache Tomcat JK 1.2.19 for WIN32?

Posted by Rainer Jung <ra...@kippdata.de>.
I'm not sure, what kind of problem you have. Putting two identical
patterns for different workers into uriworkermap.properties will not
result in a well understood (or documented) behaviour.

Nevertheless

http://issues.apache.org/bugzilla/show_bug.cgi?id=40855

might be interesting to read.

Regards,

Rainer

Per Johnsson schrieb:
> Hi!
>  
> I don't know if this is a bug or if it's a known issue.
>  
> This is an extract from our uriworkermap.properties file:
> ...
> /ExtranetLogin*=ajp13w
> /images*=ajp13w
> /ExtranetLogin*=ajp14w
> ..
>  
> It seems like the two ExtranetLogin pointing to two different hosts was
> confused in some way and didn't work. After changing the ajp14w to
> /Extranet* it worked. So I wonder if there may be some sort of mixup
> with url defenitions matching exacly like the two we have above.
>  
> /Regards Per Jonsson
> 
> ********************************************************************************
> This e-mail and the information it contains may be privileged and/or
> confidential.  It is for the intended addressee(s) only.
> The unauthorised use, disclosure or copying of this e-mail, or any information it contains, is prohibited. 
> If you are not an intended recipient, please contact the sender and delete the material from your computer.
> ********************************************************************************
> 
> 

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