Hi all,
I am new to JBoss and study to use it. Suppose, I have several web applications in a JBoss
AS 5.0.
1. If I want to stop one web application temporary for maintenance or other some reason,
how can I do that? As I know, I can use admin-console to delete that web application that
will be removed/deleted physically. I do not want to delete it and I just stop that web
service/application for a short period of time.
2. Also, if any user browse that web page in the stopped web application, they will 404
page not found. Is there other method/handling better to show the specific stopped web
application is not available ( a message page )?
3. If I want to re-deploy the web application, I know that I just put the new war file in
the "depl0y" folder. It can re-deploy itself. My question is how about the
transaction is handled during the deployment. Does JBoss AS 5.0 will wait all
connection/request to finish first and then stop the new request; then do deployment.
Please help to clarify the deployment flow.
Thanks for any help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215556#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...