WebLogic Cluster
From Documentation
Revision as of 04:02, 29 June 2011 by Jimmyshiau (talk | contribs) (→Turn on ClusterSessionPath for WebLogic)
Before You Start
You have to configure the following setting for ZK and Weblogic.
zk.xml
- Turn on Serializable UI Factory for ZK, please refer to this documentation.
<zk>
<system-config>
<ui-factory-class>org.zkoss.zk.ui.http.SerializableUiFactory</ui-factory-class>
</system-config>
</zk>
Setting up Weblogic Clusters
After those things done above, please follow the official document to set up a Weblogic Cluster Server here.
Version History
Version | Date | Content |
---|---|---|
5.0.8 | June 2011 | Add ClusterSessionPatch listener to zk.xml for enforce Weblogic to write session. |