I am implementing session replication in my application. This is old application. I made all changes and now need to test the server switch and confirm that the objects in session is properly carried to another server in server list.
I have 1 Admin server and 2 managed servers. So the cluster is made of 2 managed server.
while testing I have to always bounce the server and test the flow of my application. This process is very time consuming. So I am looking for any other way to sway a server in and out of cluster
during runtime. I asked on Oracle support website , but they said only way to bounce the server.
- How can I write a script for this?
- Is there a parameter in weblogic or wlproxy plugin config file that help in this switch.
Your help is appreciated.