Versions Compared

Key

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

...

Windows Service Interface

...

The following information applies to headless installation for Windows systems. For installation with a GUI and user dialog see JS7 - JOC Cockpit - Installation Using the Linux/Windows Graphical Installer.

The JOC Cockpit jetty can be operated as a Windows Service.

Installing the JOC Cockpit Jetty Service

Code Block
languagebash
install_jetty_windows_service.cmd

Starting the JOC Cockpit Jetty Service

Code Block
languagebash
start_jetty_windows_service.cmd

Uninstalling the JOC Cockpit Jetty Service

Code Block
languagebash
uninstall_jetty_windows_service.cmd

Configuring the Windows Service

After installation of the Windows Service, you will find the .\service\js7_<joc_service_name>w.exe file. Run this program to configure the Windows Service.

Image Added

For example, go to the "Startup" tab
to modify start parameters

Debugging

  • The JOC Cockpit instance log level can be increased using the JOC Cockpit's Apache ProcRun Demon Service Manager demon/service.
  • For Windows systems, this is installed in the JOC Cockpit instance's service folder with a name such as js7_<joc_service_name>w.exe where <joc-service-name> is the unique JOC Cockpit service name.
  • Start the ProcRun Manager, select the Logging tab in the Manager interface and set the level to Debug
  • The location of log files is explained above. 
  • Consider reverting a debug log level once you are finished with debugging.