Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.1
-
None
-
None
Description
Currently in Commons Daemon Procrun, the Java parameters (like classpath, JVM options, etc.) will be read when the service is started/stopped in JVM mode, but not in Java mode. The attached patch will enable the Java mode to read from these parameters too, so that users do not have to assemble the long command line by themselves.