Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 'Alt. Web Servers' extended

...

If the Jetty provided with the JOC Cockpit is not to be installed, resource files in the resources folder that will likely be relevant for system administrators - i.e. the shiro.ini file (containing default authentication and authorization information) and the hibernate.cfg.xml the joc.properties file (containing default database configuration information) - will not be written to an alternative location. This location is:locations described in Step 4 of the installation procedure above. The exact locations will depend on whether the installation program finds an older Jetty installation within the JOC Cockpit installation path specified in Step 3 of the installation procedure. System administrators can then move the shiro.ini file and other resources to the appropriate application directory.

Location of the resources folder with a fresh installation

With a fresh installation, the installer will not find an existing Jetty and saves the resources directory by default as follows:

  • on Windows systemsOn Windows systems the files will be saved in:
    • C:\Program Files\sos-berlin.com\joc\resources
  • on Linux systems:
    • ...   < PATH TO BE COMPLETED

Location of the resources folder with an installation on top of an installation with Jetty
Status
title< Title ist Schlecht

If the JOC Cockpit is being installed without the included Jetty on top of an installation that had included the JOC Cockpit Jetty then the resources folder will be found after the new installation as follows:

  • on Windows systems:
    • C:\ProgramData\sos-berlin.com\joc\resources
  • on Linux systems:
    • ...
    On Unix systems it will be:
    • ...   < PATH TO BE COMPLETED

In this situation the shiro.ini

...

and joc.properties file from the earlier installation will not be overwritten. However new versions of the hibernate.cfg.xml , joc.properties-example and shiro.ini-example files will be written to the resources folder.

File Structure
Status
colourYellow
titleSECTION FOR REFERENCE ONLY

...

Windows

  • If JETTY IS INSTALLED:
    • File Structure is:
      • ProgramData\sos-berlin.com\joc
        • > joc_home < bleibt after uninstall
        • logs < bleibt after uninstall
        • resources < bleibt after uninstall
          • hibernate.cfg.xml
          • joc.properties < bleibt after uninstall
          • joc.properties-example < only added if joc.properties file found
          • shiro.ini < bleibt after uninstall
          • shiro.ini-example < only added if shiro.ini file found
        • temp < bleibt after uninstall
        • webapps
        • start.ini < bleibt after uninstall
      • Program Files\sos-berlin.com\joc
        • install
          • see below
        • jetty
        • > jetty_base
        • service
          • as below plus:
            • sos_joc.exe
            • sos_jocw.exe
        • Uninstaller < bleibt after uninstall (empty)
          • jobscheduler.ico
          • uninstall.cmd
          • uninstaller.jar
        • .jocinstallinformation < bleibt after uninstall
        • joc_install.xml < bleibt after uninstall
  • If JETTY NOT INSTALLED:
    • File Structure is:
      • Program Files\sos-berlin.com\joc
        • install
          • see below
        • logs
          • Install_ ... .log < bleibt after uninstall
        • resources
          • hibernate.cfg.xml
          • joc.properties < bleibt after uninstall
          • shiro.ini < bleibt after uninstall
        • service
          • amd64
          • ia64
          • manager
          • x86
          • install_jetty_windows_service.cmd
          • LICENSE.txt
          • NOTICE.txt
          • RELEASE-NOTES.txt
          • set_java_home_for_jetty_windows_service.cmd
          • start_jetty_windows_service.cmd
          • uninstall_jetty_windows_service.cmd
        • Uninstaller < bleibt after uninstall (empty)
          • jobscheduler.ico
          • uninstall.cmd
          • uninstaller.jar
        • webapps
          • joc.war
        • .jocinstallinformation < bleibt after uninstall
        • joc_install.xml < bleibt after uninstall
    • Contents of C:\Program Files\sos-berlin.com\joc\install folder are:
      Status
      title< FILE FUNCTIONS TO BE DESCRIBED .....

      • install_jetty_base.cmd
      • shortcut.vbs
      • sleep.exe
      • update_jetty_base.cmd
    • Contents of C:\Program Files\sos-berlin.com\joc\webapps folder are:
      Status
      title< FILE FUNCTIONS TO BE DESCRIBED .....
      • joc.war

...