<\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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to