Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-26 Thread Bob White
I have still not succeeded in getting jsvc daemon to run under Linux as user tomcat. All files under CATALINA_HOME are owned by the user tomcat. All files have been tried with 750 and 777 permissions. This does not solve the problem. I have noticed that jsvc looks up a JRE JVM rather than the d

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-21 Thread Parsons Technical Services
-- > jsvc.exec debug: Running w/ > LD_LIBRARY_PATH=/usr/lib/java/jre/lib/i386/server:/usr/lib/java/jre/lib/i386 > jsvc.exec debug: redirecting stdout to /usr/local/tomcat5/logs/catalina.out and > stderr to /usr/local/tomcat5/logs/catalina.err > > > ---

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-21 Thread Bob White
e set this, then you must ensure that your tomcat user has rights > to that directory also. > > Read through the following to see if you missed anything in your setup: > http://marc.theaimsgroup.com/?l=tomcat-user&m=108373546715111&w=2 > > If all else fails, run TC as ro

Re: running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-20 Thread Parsons Technical Services
quot;Bob White" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 2:08 AM Subject: running Tomcat from jsvc daemon under Linux as user tomcat > I am running Tomcat (under Linux) from jsvc daemon as user "tomcat". When I do > this, Tomcat fails to

running Tomcat from jsvc daemon under Linux as user tomcat

2004-05-19 Thread Bob White
I am running Tomcat (under Linux) from jsvc daemon as user "tomcat". When I do this, Tomcat fails to run JSPs because Tomcat cannot create java files in the work directories and subsequently cannot compile them (cuz they're not there). When I run Tomcat using startup.sh as user "root" I have no p