I've replied to your offlist email, basically you have mapped everything coming in to 
apache to both of the tomcats so it will always take the first matching route.

You need to be more specific with your uri's and define the exact webapp names if the 
webapps are different across the 2 tomcats. If the webapps are the same then perhaps 
you could just miss out the apache section and run 1 tomcat with 2 virtual hosts.

Ta
Matt


-----Original Message-----
From: Paul D. Hester [mailto:[EMAIL PROTECTED]
Sent: 30 September 2004 23:00
To: 'Tomcat Users List'
Subject: RE: JK2 2.0.4


I've attached my workers.properties file below.

Paul






#define the shared memory file
[shm:]
file=/usr/local/apache-2.0.50/logs/jk2.log
size=1000000
debug=1

# Define the communication channel
[channel.socket:localhost:8409]
[channel.socket:localhost:8209]

#define the worker
[ajp13:localhost:8409]
channel=channel.socket:localhost:8409

[ajp13:localhost:8209]
channel=channel.socket:localhost:8209

[uri:/*]
group=ajp13:localhost:8409

[uri:/*]
group=ajp13:localhost:8209 


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

Any opinions expressed in this E-mail may be those of the individual and not 
necessarily the company. This E-mail and any files transmitted with it are 
confidential and solely for the use of the intended recipient. If you are not the 
intended recipient or the person responsible for delivering to the intended recipient, 
be advised that you have received this E-mail in error and that any use or copying is 
strictly prohibited. If you have received this E-mail in error please notify the 
beCogent postmaster at [EMAIL PROTECTED]
Unless expressly stated, opinions in this email are those of the individual sender and 
not beCogent Ltd. You must take full responsibility for virus checking this email and 
any attachments.
Please note that the content of this email or any of its attachments may contain data 
that falls within the scope of the Data Protection Acts and that you must ensure that 
any handling or processing of such data by you is fully compliant with the terms and 
provisions of the Data Protection Act 1984 and 1998.


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

Reply via email to