[Bug 475457] Re: Adding JSVC_CLASSPATH to /etc/default/tomcat6

2009-12-14 Thread Thierry Carrez
** Changed in: tomcat6 (Ubuntu)
   Status: Triaged = In Progress

** Changed in: tomcat6 (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

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


[Bug 475457] Re: Adding JSVC_CLASSPATH to /etc/default/tomcat6

2009-11-09 Thread Thierry Carrez
Thanks, will commit that soon in a tomcat6 lucid update :)

** Changed in: tomcat6 (Ubuntu)
   Status: New = Triaged

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


[Bug 475457] Re: Adding JSVC_CLASSPATH to /etc/default/tomcat6

2009-11-09 Thread Thierry Carrez
\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