[Bug 706570] Re: JAVA_OPTS defined in /etc/init.d/tomcat6 do not propagate to startup

2011-01-23 Thread Joshua Daniel Franklin
Reuben, it's not obvious in the init script but the proper place is /etc/default/tomcat6 which includes a JAVA_OPT line, which actually clobber the one in the init script due to the "if -z JAVA_OPT". This actually bit me recently due to a tomcat update. -- You received this bug notification becau

[Bug 575303] Re: tomcat6 has two webapps/ directories

2010-05-05 Thread Joshua Daniel Franklin
Also, by the way usr/share/tomcat6/webapps/ is inside data.tar.gz in the deb, and the postinst has this weird line: cp -r /usr/share/tomcat6/webapps/default_root /var/lib/tomcat6/webapps/ROOT Could we include as /var/lib/tomcat6/webapps/ROOT in data.tar.gz and leave off /usr/share/tomcat6/web

[Bug 575303] Re: tomcat6 has two webapps/ directories

2010-05-05 Thread Joshua Daniel Franklin
version 6.0.24-2ubuntu1, out of the lucid main repos today. Get:1 http://ftp.osuosl.org/pub/ubuntu/ lucid/main tomcat6 6.0.24-2ubuntu1 [30.1kB] -- tomcat6 has two webapps/ directories https://bugs.launchpad.net/bugs/575303 You received this bug notification because you are a member of Ubuntu Ser

[Bug 575303] [NEW] tomcat6 has two webapps/ directories

2010-05-04 Thread Joshua Daniel Franklin
Public bug reported: Binary package hint: tomcat6 tomcat6 creates both /usr/share/tomcat6/webapps/ and /var/lib/tomcat6/webapps/ for some reason. Since the CATALINA_BASE=/var/lib/tomcat6 the first /usr/share is not used at all and it confused me! Please remove /usr/share/tomcat6/webapps/ from

[Bug 410379] Re: Tomcat security configuration error prevents proper logging when used with Sun's JVM

2009-10-13 Thread Joshua Daniel Franklin
For what it's worth, you can apt-get install jsvc and then use a simple init script to run apache.org tomcat as tomcat user not root. We have been doing this for many years to run tomcat and other custom java apps as servers. A simple example jsvc init script is here: http://staff.washington.edu