Weblogic - how to bring a server to service?

I need to bring down a server in Weblogic 10.3 (which will only have one app deployment) and display the "Under Serving" page when the user requests the app.

Is there a way to use two managed servers or WLST for this?

0


a source to share


1 answer


My first thought is proxy requests through nginx or apache (or tomcat for that matter). My second thought is that you put the managed delimiters in the cluster and when the app shuts down the cluster goes to the managed server which renders the page " Under service ". The third thought is that dns resolves myserver.mydomain.com:9333/ you can stop one managed server and start another and your clients won't know the diff wondering how it affects the client's browser cache?



+1


a source







All Articles