Friday, March 7

how to setup maintenance page for Apache when weblogic server or application down time?


In Apache httpd.conf file put the below , replace the /console with proper context root and same with the host and port no.

<Location /console> 
SetHandler weblogic-handler 
WebLogicHost 192.168.50.57 
WebLogicPort 7001 
ErrorPage /maintain.html 
</Location>

Place your customized maintain.html in the Root directory.







No comments:

Post a Comment