On Thu, 20 Jan 2005 13:15:58 +0100, Christian Schuhegger
<[EMAIL PROTECTED]> 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!
> 
> i've circumvented the problem currently by "doubling" the name in the
> workers.properties file as follows:
> -- snip start --
> worker.list=load
> 
> worker.load.type=lb
> worker.load.balance_workers=tc1.tc1,tc2.tc2
> worker.load.sticky_session=True
> 
> worker.tc1.tc1.port=12013
> worker.tc1.tc1.host=localhost
> worker.tc1.tc1.type=ajp13
> 
> worker.tc2.tc2.port=12013
> worker.tc2.tc2.host=remote
> worker.tc2.tc2.type=ajp13
> -- snip end --
> 
> was this problem already noticed? did i do something wrong? or should i
> file a bug report?

- Added jvmRoute="tc1" on Engine
- Accessed http://127.0.0.1:8080/servlets-examples/servlet/SessionExample
- Session ID displayed is 8DBBCECBCAD078E18C07401A076734B0.tc1

-- 
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Group (Europe) SàRL
xxxxxxxxxxxxxxxxxxxxxxxxx

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

Reply via email to