Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Changing the Controller ID requires to reinstall the Controller instances by applying the following steps to for each instance:

  • Stop the Controller service, see JS7 - Controller - Command Line Operation.
  • Remove Controller journal files
    • The journal files have to be removed from the configuration directory with the state sub-folder which implies that any submitted orders for workflows will be removed and that workflows have to be redeployed:
      • Unix: rm -f /var/sos-berlin.com/js7/controller/state/*
      • Windows: del C:\ProgramData\sos-berlin.com\js7\controller\state\*
    • Consider that a different location for the configuration directory can be specified during installation.
  • Modify Controller ID
  • Restart the Controller instance.

...

  • Stop the Controller service, see JS7 - Controller - Command Line Operation.
  • Remove Controller journal files
    • The journal files have to be removed from the configuration directory with the state sub-folder which implies that any submitted orders for workflows will be removed and that workflows have to be redeployed:
      • Unix: rm -f /var/sos-berlin.com/js7/controller/state/*
      • Windows: del C:\ProgramData\sos-berlin.com\js7\controller\state\*
    • Consider that a different location for the configuration directory can be specified during installation.
  • Modify the the config/controller.conf file accordinglyto reflect the above setting.
  • Restart the Controller instance.

...

  • Binary code for clustering is available from the js7-license.jar file that is offered from JS7 - Download.
  • By downloading the binary code for clustering you consent with the license terms for a commercial license of JS7.
  • The js7-license.jar file has to be stored to the following locations:
    • Unix
      • Controller Installation Directory with lib/user_lib sub-folders
        • Default Location: /opt/sos-berlin.com/js7/controller/lib/user_lib
        • A different location for the installation directory can be specified during installation.
      • JOC Cockpit Installation Directory with lib/ext/joc sub-folders
        • Default Location/opt/sos-berlin.com/js7/joc/lib/ext/joc
        • A different location for the installation directory can be specified during installation.
    • Windows
      • Controller Installation Directory with lib\user_lib sub-folders
        • Default Location:C:\Program Files\sos-berlin.com\js7\controller\lib\user_lib
        • A different location for the installation directory can be specified during installation.
      • JOC Cockpit Installation Directory with lib\ext\joc sub-folders
        • Default Location:C:\Program Files\sos-berlin.com\js7\joc\lib\ext\joc
        • A different location for the installation directory can be specified during installation.

Initial Operation

Login to JOC Cockpit User Interface

  • In your browser navigate to the JOC Cockpit URL and enter the User Account and Password. Typically the URL includes the hostname and port that JOC Cockpit has been installed for:

    • For example, http://myhost:4446. Please check that the JOC Cockpit port is accessible which might include to add firewall rules to allow access to this port from the computer that you operate the browser for.

    • After initial installation of JOC Cockpit the default User Account root and Password of root:root will be available if no changes have been made to the shiro.ini configuration file.

  • Note that the root user is assigned the all role in the default configuration that includes any available permissions.
    See the Authentication and Authorization - Configuration article for information about the configuration of other user profiles and authentication methods.

  • Note that the JOC Cockpit web service might take a minute to start and to display the login window.

...