I need to bring down a server in Weblogic 10.3 (which will have only one application deployment) and display a "Under Maintenance" page when the user requests the application.
Is there a way to use two managed servers or WLST to do this somehow?
I need to bring down a server in Weblogic 10.3 (which will have only one application deployment) and display a "Under Maintenance" page when the user requests the application.
Is there a way to use two managed servers or WLST to do this somehow?
My first thought is to proxy requests through nginx or apache (or tomcat for that matter) My second thought is that you put the managed severs in a cluster, and when the app goes offline, cluster resolves to the managed server that displays Under Maintenance page. Third thought is if dns resolves to myserver.mydomain.com:9333/ you can stop one managed server and start the other and your customers won't know the diff wonder how cache in the customer browser affects this?