[jboss-user] [Beginner's Corner] - Site available before fully loaded

Jeremiah Shirk do-not-reply at jboss.com
Mon May 24 17:35:41 EDT 2010


Jeremiah Shirk [http://community.jboss.org/people/jeremiahshirk] replied to the discussion

"Site available before fully loaded"

To view the discussion, visit: http://community.jboss.org/message/544571#544571

--------------------------------------------------------------
If your application is suitable for clustering and/or load balancing, then you can avoid missing resource issues during restarts by running multiple AS nodes, and restarting them one at a time.

I've typically used Apache with mod_jk for this, but I believe the current recommended solution is  http://www.jboss.org/mod_cluster mod_cluster.

 http://www.jboss.org/mod_cluster http://www.jboss.org/mod_cluster

In particular:

In mod_cluster, each server forwards any web application context lifecycle events (e.g. web-app deploy/undeploy) to the proxy informing it to start/stop routing requests for a given context to that server.

Hope that helps.

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/544571#544571]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100524/3397f81b/attachment.html 


More information about the jboss-user mailing list