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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
