[Bug 475457] Re: Adding JSVC_CLASSPATH to /etc/default/tomcat6
Thierry Carrez
thierry.carrez at ubuntu.com
Mon Nov 9 12:43:39 GMT 2009
<\sh> we can go with a better solution with some shell magic..e.g.
setting JSVC_CLASSPATH in default to empty... and in /etc/init.d/tomcat6
if [ -z "$JSVC_CLASSPATH" ]; then JSVC_CLASSPATH="<the standard stuff>"
else JSVC_CLASSPATH="$JSVC_CLASSPATH:<the standard stuff>" fi
<\sh> ttx, or just set the default settings in /etc/default/tomcat6 and
use it as well in the init script...so we are clean...all
defaultsettings are set where it really belongs :)
--
Adding JSVC_CLASSPATH to /etc/default/tomcat6
https://bugs.launchpad.net/bugs/475457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list