You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

Clustering setup heavily depends on the JEE container.

Note: Run Syncope in real environments is a prerequisite for this page.

Apache Tomcat 7

Having this as special reference,

  1. Add <distributable> in core/src/main/webapp/WEB-INF/web.xml
  2. Be sure that all cluster nodes have time aligned (via NTP or other)
  3. Enable Tomcat 7 clustering (session replication is not needed)
  4. Deploy your WAR artifacts to all cluster nodes
  • No labels