add these configuration in window host file
192.168.0.84 vm.mydomain.com
192.168.0.85 vm.mydomain.comdownload InMemRepClient.war and install it in this cluster servers
modify weblogic.xml to support session replicate in cluster servers
<?xml version="1.0" encoding="UTF-8" ?>
<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90">
<session-descriptor>
<persistent-store-type>replicated</persistent-store-type>
</session-descriptor>
</weblogic-web-app>http://vm.portal.com:7005/InMemRepClient/Session.jsp
if show down either server, the value in session is always there.
troubleshoot:
take note need to open the inbound/outbound Port,let's say 5556, 7005,etc, in windows servers
...
No comments:
Post a Comment