- Documentation
- Configuration Property Overview
- Windows Configuration
- wrapper.registry.java_home Property
wrapper.registry.java_home |
||||||||||||
WARNINGDO NOT modify the value of this property while an application using the configuration file has been installed as a Windows Service. Please uninstall the existing service BEFORE modifying this property. The service with the new value can then be safely reinstalled later. This property is only used on Windows platforms. The Wrapper can be configured to launch a JVM that has been configured in the Windows registry. The wrapper.java.command property is required to be set to an empty value. By default, the Wrapper will look for a a registry entry set by the Sun JRE installer. This property makes it possible to tell the Wrapper to look in a specific location for a registry key containing a JAVA_HOME value. The specified registry key is the full path to a key of type "REG_SZ".
The registry entry should contain a fully qualified, absolute path to a Java installation. It should be the home directory of the installation. The Wrapper will append \bin\java to the specified directory.
If the Java command is located using the Windows registry, the JAVA_HOME value will be stored into a WRAPPER_JAVA_HOME environment variable. This value can then be referenced in the values of other properties. |
Reference: |
|















