Server Configuration
From Documentation
The configuration of a Web server really depends on the server itself. There is no standard approach.
Load Balancer (Required)
Be sure to configure sticky session on your load balancer because ZK only works correctly on this setting. [1]
- ↑
Check ZK DesktopImpl.java, you will see there are lots of synchronized used in many methods including:
- generate desktop ID
- addPage(), removePage()
- enableServerPush()
- processing server push update
Apache + Tomcat
For configuring Apache + Tomcat, please refer to
- How to Run ZK on Apache + Tomcat clustering, Part I
- How to Run ZK on Apache + Tomcat clustering, Part II
More detail settings
Google App Engine
For configuring Google App Engine, please refer to
Apache + JBoss
For configuring JBoss, please refer to
Glassfish
For configuring Glassfish, please refer to
WebLogic
For configuring WebLogic, please refer to
Version History
Version | Date | Content |
---|---|---|