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
Chris, > On Tuesday, October 14, 2014 11:47 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 10/14/14 1:21 PM, Mark Eggers wrote: >> Chris, >> >>> On Tuesday, October 14, 2014 9:47 AM, Christopher Schultz >>> wrote: >> -BE

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 Mark, On 10/14/14 1:21 PM, Mark Eggers wrote: > 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: >>

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 >> non-root user. >> >> The OS is Debi

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 tomcat7.tomcat7 /opt/tomcat7/ > > I

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
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/daemon.sh" into "/etc/init.d" and renamed it as

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> chown -R tomcat7.tomcat7 /opt/tomcat7/ > > I