Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 'Clustering' rewritten

...

Multiple instances of the JOC Cockpit can be configured to operate as an active cluster. This requires a load balancer and session sharing between the JOC Cockpit instances. See the JOC Cockpit - Authentication and Authorization article for an introduction to Clustering.

Clustering is configured as follows:

...

Add the following two lines of configuration items 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 be done most easily using the Enable JOC Cluster button in the Manage Accounts / Main Section tab.

...

Anchor
database-authentication
database-authentication

...