This content has been marked as final.
Show 2 replies
-
1. Re: Custom error page when application is down
wdfink Nov 23, 2011 1:59 AM (in response to kamal_khadka)If the JBoss is down and you use it directly there is no chance because there is no listener process.
As I know a common solution is a apache in front to host the static context and loadbalance the requests.
Here it is possible to switch the static start page to a mantenance page during the JBoss mantenance.
-
2. Re: Custom error page when application is down
kamal_khadka Nov 23, 2011 11:05 AM (in response to wdfink)We have Apache server at the front. Where in the server do we need to put this error page and what configuration file do I need to make changes.