I work on a java web application. I use Weblogic 12c
in my machine.
We have got a requirement of showing a custom message when we attempt to access a URL
when the Weblogic
service is down for maintenance instead of the usual 500
or 404 "Page Not Found"
. I'm not using the Apache layer
. I'm directly using F5 layer
instead.
I just learned that the F5 layer
will take care of redirecting to this new page which has the custom message. But how do we configure that? Is there a specific configuration file (some kind of an xml
file) where we would have to define this information?