Found the message. Unless I am reading it wrong that is for Clustering.
I am looking at configuring Load Balancing with sticky sessions. 

I have managed to get the adaptor to route requests to each of the
Tomcat instances since I originally posted yesterday, the only remaining
problem is the session is not sticking. I can see it bouncing between
the two of them. 

My current round-robin-non-session-sticking workers2.properties file is
below.

Thanks,

Peter Fournier

///////////////////// BEGIN workers2.properties
[logger]
info=Native logger
level=ERROR

[config:]
file=${serverRoot}/conf/workers2.properties
debug=1
debugEnv=1

[uriMap:]
info=Maps the requests.
debug=1

[shm]
info=Scoreboard. Required for reconfiguration and status with
multiprocess servers
file=c:/Tomcat5/work/jk2.shm
debug=0

[workerEnv:]
info=Global server options
timing=0
debug=1

[lb:lb]
Info=default load balancer
debug=1

[channel.socket:pfournier:8019]
host=pfournier
port=8019
tomcatId=pfournierTomcat
group=PetesLB
lb_factor=100
route=pfournierTomcat

[ajp13:pfournier:8019]
channel=channel.socket:pfournier:8019

[channel.socket:kfansler1:8009]
host=kfansler1
port=8009
tomcatId=kfanslerTomcat
group=PetesLB
lb_factor=100
route=kfanslerTomcat

[ajp13:kfansler1:8009]
channel=channel.socket:kfansler1:8009

[lb:PetesLB]
worker=ajp13:pfournier:8019
worker=ajp13:kfansler1:8009
timeout=30
attempts=2
recovery=90
StickySession=1
noWorkersMsg=Server busy please try back later.
noWorkerCodeMsg=503

[uri:/admin]
info=Tomcat HTML based administration web application.
debug=0

[uri:/manager]
info=A scriptable management web application for the Tomcat Web Server.
debug=0

[uri:/*.jsp]
info=JSP Extension mapping.
debug=0

[uri:/ZipCode/ZipCodeLookup]
info=ZipCodeApplication
debug=0
group=lb:PetesLB

[status:]

[uri:/jkstatus/*]
group=status
///////////////////// END workers2.properties

-----Original Message-----
From: Alex [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 22, 2004 11:02 AM
To: Tomcat Users List
Subject: Re: Load Balancing Configuration



Hi Pete.  If you do a search on this list, i posted last week an email
with the configurations that work ... check it out.

On Tue, 21 Sep 2004, Fournier, Pete wrote:

> Date: Tue, 21 Sep 2004 16:38:14 -0400
> From: "Fournier, Pete" <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Load Balancing Configuration


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


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

Reply via email to