[jboss-user] [Clustering/JBoss] - Re: Resource Not Available during shutdown

bstansberry@jboss.com do-not-reply at jboss.com
Fri Jan 26 15:55:25 EST 2007


Not the "instant" it shuts down.

On Apache, in your workers.properties, for each node add the following:

worker.nodeX.disabled=false
worker.nodeX.stopped=false

Also make sure you have a status worker.

To quiesce a server (i.e. no new sessions go to it, but requests for sessions already pinned to the node still go to it) set disabled=true and save the file.  Within 60 seconds Apache will pick up the change.

To stop sending requests to a server, set stopped=true and save the file.

There is work underway on a new mod_cluster that will provide a more robust feature set.

I'd thought the AS shutdown hook was supposed to stop the Tomcat connector before removing the webapps, which would remove the 404 issue.  Apparently not. :(

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

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



More information about the jboss-user mailing list