Re: How can Tomcat be started at boot time as a non-root user

2014-10-15 Thread Léa Massiot
Thank you George Sexton for your explanations. Best regards to you all. -- View this message in context: http://tomcat.10.x6.nabble.com/How-can-Tomcat-be-started-at-boot-time-as-a-non-root-user-tp5023810p5023899.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Mark Eggers
4, 2014 9:47 AM, Christopher Schultz >>> wrote: >> >>>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA256 >>> >>> Léa, >>> >>> On 10/14/14 7:06 AM, Léa Massiot wrote: >>>> My question is about how can Tomcat be started a

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Christopher Schultz
a, >> >> On 10/14/14 7:06 AM, Léa Massiot wrote: >>> My question is about how can Tomcat be started at boot time as >>> a non-root user. >>> >>> The OS is Debian Wheezy. >>> >>> Below is what I did already: >>> >>>

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Mark Eggers
Chris, > On Tuesday, October 14, 2014 9:47 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Léa, > > On 10/14/14 7:06 AM, Léa Massiot wrote: >> My question is about how can Tomcat be started at boot time as a >

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Léa, On 10/14/14 7:06 AM, Léa Massiot wrote: > My question is about how can Tomcat be started at boot time as a > non-root user. > > The OS is Debian Wheezy. > > Below is what I did already: > > root> chown -R t

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread George Sexton
On 10/14/2014 10:09 AM, Léa Massiot wrote: Hello Dan and thank you for your answer. I installed the JSVC tool as indicated in your document http://tomcat.apache.org/tomcat-7.0-doc/setup.html#Unix_daemon I copied the "jsvc" executable into "/opt/tomcat7/bin/". I also copied "/opt/tomcat7/bin/d

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Léa Massiot
rocess is created either. I noticed that the $CATALINA_PID file contain the PID of the process owned by user 1000. I am wondering if this is normal behavior and if it is, why is it behaving like this? Thank you for helping. Best regards. -- View this message in context: http://tomcat.10.x6.nabble

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Daniel Mikusa
On Tue, Oct 14, 2014 at 7:06 AM, Léa Massiot wrote: > Hello and thank you for reading my post. > > My question is about how can Tomcat be started at boot time as a non-root > user. > > The OS is Debian Wheezy. > > Below is what I did already: > > root> chow

How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Léa Massiot
Hello and thank you for reading my post. My question is about how can Tomcat be started at boot time as a non-root user. The OS is Debian Wheezy. Below is what I did already: root> chown -R tomcat7.tomcat7 /opt/tomcat7/ I created a new file: "/etc/init.d/tomcat7" Owner and owne