[jboss-user] [Clustering/JBoss] - Re: graceful shutdown one JBoss instance in cluster environm

bstansberry@jboss.com do-not-reply at jboss.com
Tue Jan 29 12:55:14 EST 2008


If you are using mod_jk you can disable a worker.  If a worker is disabled, mod_jk will route requests for existing sessions to it, but will not route requests for new sessions (unless there are no non-disabled workers available).

http://tomcat.apache.org/connectors-doc/reference/workers.html discusses this.  Look for the 'activation' property (for mod_jk 1.2.19 or later) or the 'disabled' property for earlier mod_jk releases.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124515#4124515

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124515



More information about the jboss-user mailing list