Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 'JOC Cockpit Clusters' updated

...

To enable clustering of the JOC Cockpit:

  • install Install two or more instances of the JOC Cockpit on separate servers
  • all All JOC Cockpit servers must use the same database
  • add Add the following two lines of code to the [main] section of the Shiro configuration for one of the instances:
    • sessionDAO = com.sos.auth.shiro.SOSDistributedSessionDAO
    • securityManager.sessionManager.sessionDAO = $sessionDAO
    • This can either be done most easily using the Enable JOC Cluster button in the Manage Accounts / Main Section tab.
  • Connect all JOC Cockpit servers to a load balancer.

...