I attempt to use jsvc from commons-daemon project to launch my tomcat instance. How can I specify the '-security' option (used with catalina.sh)?
If I write some system properties (like in catalina.sh):
$CATALINA_HOME/bin/jsvc
[...]
-Djava.security.manager \
-Djava.security.policy=$CATALINA_BASE/conf/catalina.policy \
[...]jsvc return an error ("Parameter -D must contain one '=' character")
M
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
