Procrun Documentation
---------------------
Key: DAEMON-230
URL: https://issues.apache.org/jira/browse/DAEMON-230
Project: Commons Daemon
Issue Type: Bug
Components: Procrun
Reporter: David Haveman
Priority: Minor
the page http://commons.apache.org/daemon/procrun.html refrences the switch to
add JVM options as "--JvmOptions", but the examples show it as "JvmOption":
If a parameter is repeated, then normally the last value takes precedence.
However some parameters can take multiple values - for example StartParams and
JvmOption. If these parameters are prefixed with ++, then the value will be
appended to the existing value. For example:
--Startup=manual --Startup=auto --JvmOption=-Done=1 ++JvmOption=-Dtwo=2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira