https://bz.apache.org/bugzilla/show_bug.cgi?id=63815

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
What exact change are you asking for?

Please note that on the last step (when invoking a java executable) the
JAVA_OPTS must produce several separate command line arguments: java expects
that each -D is passed as a separate command-line argument. As such, JAVA_OPTS
cannot be quoted there.


I have not tested, but I think that you should have used the quotes around the
whole -D argument:

JAVA_OPTS="\"-Dfoo.cronExpression=0 0 0/12 * * ?\""

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to