Versions Compared

Key

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

...

The following information applies to patches of the JOC Cockpit GUI. For patches of the JS7 - REST Web Service API (API Server) see JS7 - Patches for JOC Cockpit API Server.

  • Patch file names follow the schema:
    • Unix, Windows: js7_joc.<release>-PATCH.GUI-<sequence>.<issue-key>.tar.gz
    • The same patch files are applied for Unix and Windows.
  • The following placeholders are used:
    • release: The JS7 release number, see Releases.
    • sequence:  Patches for a given release are assigned ascending numbers starting from 1. Patches with a higher number include any patches with lower numbers.
    • issue-key: The issue in the SOS Change Management System, for example: JOC-1550.
  • Example:
    • Unix, Windows:js7_joc.2.5.3-PATCH.GUI-1.JOC-1550.tar.gz

...

  • Unix
    • /var/sos-berlin.com/js7/joc/jetty_base/webapps/joc
    • /var/sos-berlin.com/js7/joc/jetty_base/webapps/joc/assets
    • /var/sos-berlin.com/js7/joc/jetty_base/webapps/joc/styles
  • Windows
    • C:\ProgramData\sos-berlin.com\js7\joc\jetty_base\webapps\joc
    • C:\ProgramData\sos-berlin.com\js7\joc\jetty_base\webapps\joc\assets
    • C:\ProgramData\sos-berlin.com\js7\joc\jetty_base\webapps\joc\styles

The first part of the path including the jetty_base is specified during installation and can point to a different location. The remaining webapps/joc part of the path will remain the same for all installations.

...