Re: SLES7 for S/390 and Tomcat 4.03 Automating Startup Problem

2002-05-01 Thread Rengasamy, Samy
Rengasamy. -Original Message- From: Post, Mark K [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 11:43 AM To: [EMAIL PROTECTED] Subject: Re: SLES7 for S/390 and Tomcat 4.03 Automating Startup Problem Donna, I've run into similar problems in the past when I forget

Re: SLES7 for S/390 and Tomcat 4.03 Automating Startup Problem

2002-04-16 Thread Sergey Korzhevsky
My script is... return=$rc_done case $1 in start) . /etc/profile.d/javaprof.sh #JAVA_HOME=. nohup /usr/local/jakarta/tomcat/bin/startup.sh ;; ...working fine. nohup is right command :) WBR, Sergey

SLES7 for S/390 and Tomcat 4.03 Automating Startup Problem

2002-04-15 Thread Donna Awald
I have installed the tar version of Tomcat 4.03 and want to incorporate it in the /etc/init.d start up process. I took the skeleton script and modified it for Tomcat. I can successfully start it manually with the /etc/init.d/tomcat start command, and stop it with the /etc/init.d/tomcat stop

Re: SLES7 for S/390 and Tomcat 4.03 Automating Startup Problem

2002-04-15 Thread Gustavson, John (ECSS)
- From: Donna Awald [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 10:58 AM To: [EMAIL PROTECTED] Subject:SLES7 for S/390 and Tomcat 4.03 Automating Startup Problem I have installed the tar version of Tomcat 4.03

Re: SLES7 for S/390 and Tomcat 4.03 Automating Startup Problem

2002-04-15 Thread Post, Mark K
in the /etc/init.d/tomcat script. That might help figure out what's really going on. Mark Post -Original Message- From: Donna Awald [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 10:58 AM To: [EMAIL PROTECTED] Subject: SLES7 for S/390 and Tomcat 4.03 Automating Startup Problem I have