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