Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Windows
Description
Current Situation
Apache's procrun daemon is used to start JOC Cockpit's Jetty as a Windows service.
Apache's procrun daemon looks per default for a JDK in the Windows registry to find a Java environment.
Desired Behaviour
- Apache's procrun daemon should be configured with --JavaHome=jre by the installer to look for a JRE in the Windows registry.
- This option is only set by the installer for a new JOC Cockpit installation.
- If a user want this option for an already existing JOC Cockpit installation then he can call the script ./service/set_java_home_for_jetty_windows_service.cmd manually with the parameter jre.
C:\Program Files\sos-berlin.com\joc\service>set_java_home_for_jetty_windows_service.cmd jre
- You get the usage of this script if you call it without parameter.
- If a user want this option for an already existing JOC Cockpit installation then he can call the script ./service/set_java_home_for_jetty_windows_service.cmd manually with the parameter jre.