Re: Tomcat 6.0.26 startup scripts changed from 6.0.18

2010-04-09 Thread Mark H. Wood
Any chance that the stock scripts might someday use 'jsvc', since Tomcat is set up to run that way? Then Tomcat can be easily started as root (and won't have to worry about permission to create PID files) but run as someone else. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Balance

Tomcat 6.0.26 startup scripts changed from 6.0.18

2010-04-08 Thread Eric B.
Hi, I am trying to upgrade to 6.0.26 and noticed that the startup scripts have changed slightly. One of the issues that I am having is that the new catalina.sh startup script now checks for the existance of the CATALINA_PID file prior to starting up, and if it exists, it aborts. My problem

Re: Tomcat 6.0.26 startup scripts changed from 6.0.18

2010-04-08 Thread Tobias Crefeld
Am Thu, 8 Apr 2010 15:16:36 -0400 schrieb Eric B. ebe...@hotmail.com: So what my init.d script currently does is pre-create an empty pid file in the /var/run directory, then changes ownership of it to tomcat so that tomcat can then update it with the actual pid of the tomcat process. Given