Eddie Yee wrote:
Hi,
We use a combination of Tomcat 5.5.25, mod_jk (v1.25) and sun one web server (v6.1). The Sun Java web server points to 5 instances of tomcat as specified in our obj.conf and worker.properties.
I know that currently if the application is not in a started state and Tomcat is up and running, mod_jk will still send traffic to that instance. Is there any way to prevent sending traffic to an application in a stopped state, or is this behavior by design, or just bad configuration?
Mod_jk doesn't have per-application configuration.
However you can create multiple load balancers each pointing
to the same set of nodes and then mount each balancer
to each particular application.
When the application is down, you disable the entire
load balancer.
Of course this is feasible only for a small set of applications.
Regards
--
(TM)
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]