RE: Tomcat/ Apache startup

2003-06-06 Thread David Nelson
- From: Mark Eggers [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 3:32 PM To: Tomcat Users List Subject: RE: Tomcat/ Apache startup David, I am using the scripts from: http://daydream.stanford.edu/tomcat/install_web_services.html I modified them slightly, including using sudo -u tomc

RE: Tomcat/ Apache startup

2003-06-06 Thread Mark Eggers
David, I am using the scripts from: http://daydream.stanford.edu/tomcat/install_web_services.html I modified them slightly, including using sudo -u tomcat-ops for the Tomcat startup script. These scripts take care of setting the appropriate environment variables before starting, stopping, or re

RE: Tomcat/ Apache startup

2003-06-06 Thread David Nelson
ions at the shell prompt? -Dave -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 3:02 PM To: Tomcat Users List Subject: Re: Tomcat/ Apache startup My guess is that Tomcat isn't starting, because the convention is to use CATALINA_HOME, not TOMCA

RE: Tomcat/ Apache startup

2003-06-06 Thread David Nelson
Friday, June 06, 2003 3:01 PM To: Tomcat Users List Subject: RE: Tomcat/ Apache startup David, I don't know about Redhat 7.3, but the default configuration in Redhat 9 restricts user "noone" and "nobody" so that network access does not work. I am using similar scripts, bu

Re: Tomcat/ Apache startup

2003-06-06 Thread John Turner
ping Apache" $APACHEHOME/bin/apachectl stop fi ;; *) echo $"Usage: $0 {start|stop}" exit 1 ;; esac exit $RETVAL -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 2:37 PM To: Tomcat Users List Subj

RE: Tomcat/ Apache startup

2003-06-06 Thread Mark Eggers
David, I don't know about Redhat 7.3, but the default configuration in Redhat 9 restricts user "noone" and "nobody" so that network access does not work. I am using similar scripts, but installed Tomcat from the binaries and made two users. 1. tomcat is a normal user and has rw access to the /ho

RE: Tomcat/ Apache startup

2003-06-06 Thread David Nelson
l stop fi ;; *) echo $"Usage: $0 {start|stop}" exit 1 ;; esac exit $RETVAL -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 2:37 PM To: Tomcat Users List Subject: Re: Tomcat/ Apache startup What is your scr

Re: Tomcat/ Apache startup

2003-06-06 Thread John Turner
What is your script trying to do? Start all of them? That's not the optimal configuration. You should really have 3 scripts, one for each. Start them up in sequence in rc3-5.d. MySQL, then Tomcat, then Apache. "Connection refused" generally means that something is already started on that p