Re: Tomcat service only starts if

2010-09-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff, On 9/7/2010 11:32 AM, Jeff Hubbs wrote: > Tomcat 5.5.23, sun-jdk 1.5.0_11, CentOS 4.8. Tomcat was > built/installed from upstream. Tomcat service starts and runs normally > if user tomcat's entry in /etc/passwd has "/home/tomcat:/bin/bash" but

Re: Tomcat service only starts if

2010-09-07 Thread Jorge Medina
How do you start tomcat? What script gets executed? Probably your bash profile script for the "tomcat" account was setting the PATH and/or LD_LIBRARY_PATH for you. Review your startup script. On Tue, Sep 7, 2010 at 11:32 AM, Jeff Hubbs wrote: > Tomcat 5.5.23, sun-jdk 1.5.0_11, CentOS 4.8. Tomc

Tomcat service only starts if

2010-09-07 Thread Jeff Hubbs
Tomcat 5.5.23, sun-jdk 1.5.0_11, CentOS 4.8. Tomcat was built/installed from upstream. Tomcat service starts and runs normally if user tomcat's entry in /etc/passwd has "/home/tomcat:/bin/bash" but not if it has "/dev/null:/sbin/nologin". Would rather have it work set to the latter, which se