RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-10-01 Thread Turner, John
-Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 4:51 PM To: 'Tomcat Users List' Subject: RE: Start Apache/Jakarta-Tomcat as Non-root user I'm no linux expert, and I am trying to set this up on a production server that may have 1000

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Turner, John
Tomcat can run on ports 1024 as any user you like. You just have to make sure that user has permissions to read and write to Tomcat's work area and logging area, and any place you put your web applications. If you want to run on ports 1024, you have to run as root (at least on *nix

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Matt Raible
Coble [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 28, 2002 8:11 AM To: Tomcat Users List Subject: Re: Start Apache/Jakarta-Tomcat as Non-root user I accomplished this yesterday on Solaris 8 using the following script called at system startup (linked to S40tomcat in rc3.d

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Turner, John
To: 'Tomcat Users List' Subject: RE: Start Apache/Jakarta-Tomcat as Non-root user I've modified your script for RedHat Linux 7.3, but my tomcat instance still won't start on bootup. I can execute ./S40tomcat, enter the tomcat user's password and everything works fine. Any ideas or log

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Matt Raible
To: 'Tomcat Users List' Subject: RE: Start Apache/Jakarta-Tomcat as Non-root user I've modified your script for RedHat Linux 7.3, but my tomcat instance still won't start on bootup. I can execute ./S40tomcat, enter the tomcat user's password and everything works fine. Any ideas or log files I

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Turner, John
[mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:29 PM To: 'Tomcat Users List' Subject: RE: Start Apache/Jakarta-Tomcat as Non-root user I've noticed that if I run ./S40tomcat, I have to add start after it in order to get it to start from the command line. Does the startup script

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Matt Raible
;; esac exit 0 -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 8:15 AM To: 'Tomcat Users List' Subject: RE: Start Apache/Jakarta-Tomcat as Non-root user My guess is your environment variables (JAVA_HOME

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Turner, John
: Monday, September 30, 2002 12:45 PM To: 'Tomcat Users List' Subject: RE: Start Apache/Jakarta-Tomcat as Non-root user I changed my script to add these two variables and still no luck. I also have them defined in catalina.sh (since I have many instances of tomcat running) - could that cause

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Thad Humphries
Apache/Jakarta-Tomcat as Non-root user I accomplished this yesterday on Solaris 8 using the following script called at system startup (linked to S40tomcat in rc3.d) ... Replace tomcat after the two su commands with the user you want Tomcat to run as and, of course, change the paths

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Robert L Sowders
To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Start Apache/Jakarta-Tomcat as Non-root user I've noticed that if I run ./S40tomcat, I have to add start after it in order to get it to start from the command line. Does the startup script add this automatically

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Matt Raible
;; esac exit 0 -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 10:39 AM To: 'Tomcat Users List' Subject: RE: Start Apache/Jakarta-Tomcat as Non-root user I'm not sure what you mean...you have to give it an argument, that's

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Matt Raible
: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:45 PM To: 'Tomcat Users List' Subject: RE: Start Apache/Jakarta-Tomcat as Non-root user I changed my script to add these two variables and still no luck. I also have them defined in catalina.sh (since I

Re: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Matthew Hannigan
On Mon, Sep 30, 2002 at 10:28:49AM -0600, Matt Raible wrote: I've noticed that if I run ./S40tomcat, I have to add start after it in order to get it to start from the command line. Does the startup script add this automatically? Yes. Have a look at /etc/inittab to follow the trail. The S*

Re: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-28 Thread Jim Coble
I accomplished this yesterday on Solaris 8 using the following script called at system startup (linked to S40tomcat in rc3.d) ... Replace tomcat after the two su commands with the user you want Tomcat to run as and, of course, change the paths as appropriate for your system. You'll also