Re: Tomcat and Linux

2003-07-01 Thread Gerald Henriksen
On Mon, 30 Jun 2003 12:55:15 -0700, you wrote: >Are you sure rc5.d is your startup level? Mine starts in rc3.d, but I am >running RH Linux 8.0. Just a thought. rc3.d is boot into text mode, rc5.d boots into X - To unsubscrib

RE: Tomcat and Linux

2003-06-30 Thread thors_hammer123
Thanks! Changing it to rc3.d did the trick. Anthony --- Michael Cardon <[EMAIL PROTECTED]> wrote: > Are you sure rc5.d is your startup level? Mine > starts in rc3.d, but I am > running RH Linux 8.0. Just a thought. > > -Original Message- > From: thors_hammer123 > [mailto:[EMAIL PROTE

Re: Tomcat and Linux

2003-06-30 Thread Oscar Carrillo
Look at my website on Tomcat installation. At the bottom of the page there are descriptions of how to do it along with my daemon scripts that you can use. Just change the location of executables in the scripts, or create symbolic links. I remember it was tricky to do shutdown properly, so I a

Re: Tomcat and Linux

2003-06-30 Thread John Turner
Well, this might not be the problem, but just in case, your setup is backwards, unless I am misunderstanding your post. S71tomcat should be a symlink to /etc/init.d/tomcatd (your script), not the other way around. The actual script should go in init.d, not in any of the rc*.d directories. The

RE: Tomcat and Linux

2003-06-30 Thread Phillip Qin
Please be specific. What is failing? What didn't work? What is the error message? -Original Message- From: thors_hammer123 [mailto:[EMAIL PROTECTED] Sent: June 30, 2003 3:50 PM To: [EMAIL PROTECTED] Subject: Tomcat and Linux I have installed Tomcat 5.0 (as part of the Java Web Services P

RE: Tomcat and Linux

2003-06-30 Thread Michael Cardon
Are you sure rc5.d is your startup level? Mine starts in rc3.d, but I am running RH Linux 8.0. Just a thought. -Original Message- From: thors_hammer123 [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 12:50 PM To: [EMAIL PROTECTED] Subject: Tomcat and Linux I have installed Tomcat

RE: tomcat and linux

2001-06-15 Thread Tony Abernethy
This is not as virtual as you would want it, but if you can stand www.abc.com/abc/whatever   # mkdir /usr/local/jakarta-tomcat/webapps/abc # mkdir /usr/local/jakarta-tomcat/webapps/abc/META-INF # ln -s /usr/local/jakarta-tomcat/webapps/abc /home/abc # adduser abc # passwd abc    ... # ch