Christian Schuhegger wrote:
hello,

i've just tried to set-up tomcat 5.5 with apache2 and mod_jk version 1.2.8 in a load balancing set-up with sticky sessions.

when i give as jvmRoute parameter the string tc1 my sessionids look like:
BF20EF21CC52EA0659B1E079015D7B56.tc1.tc1
and i see in the mod_jk.log file that no worker with the name "tc1.tc1" could be found!



Hi,

Take a look at:
http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html

It clearly states that (big warning in red color)
The name of the worker can contain only the alphanumeric characters [a-z][A-Z][0-9] and is case insensitive.


So tc1.tc1 is illegal name for the worker.

Mladen.

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



Reply via email to