Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typo corrected

...

  • Install two or more instances of the JOC Cockpit on separate servers
  • All JOC Cockpit servers must use the same database
  • Add the following two lines of code to the [main] section of the Shiro configuration for one of the instances:
    • Code Block
      languagexml
      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.

...