Starting tomcat with a different user

2002-02-28 Thread Nelson Yip
Hi, I finally installed tomcat but I want to start up tomcat with a different user and not root I created a user called tomcat and I want this user to startup tomcat automatically What is the best way to do it? Thanks Nelson

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Nelson Yip
Do you have jdk installed on your system? Also did u setup your JAVA_HOME and CATALINA_HOME? -n -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 3:37 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Nelson Yip
Did you setup your path? In your .bash_profile if you are using bash shell? -n -Original Message- From: Todd Wright [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 4:37 PM To: Tomcat Users List Subject: RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode I

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Nelson Yip
FOLLOW THESE SIMPLE INSTRUCTIONS AND IT SHOULD WORK. BTW, I INSTALLED TOMCAT ON REDHAT 7.2. 1. Download both attached file j2sdk-1_3_1_02-linux-i386.bin and jakarta-tomcat-4.0.1.tar.gz 2. Ftp the files over to your home directory. 3. Gunzip the file gunzip jakarta-tomcat-4.0.1.tar.gz after

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-14 Thread Nelson Yip
install the jdk 1.3.1_02, tomcat 4.0.1 I put my JAVA_HOME, TOMCAT_HOME, CATALINA_HOME paths into /etc/profile ( so I could use these things any where ). The paths are set and tomcat is reporting the correct paths back to me before it sits there and does nothing. Nelson Yip wrote: FOLLOW

RE: Auto starting Tomcat during boot?

2002-01-11 Thread Nelson Yip
? Thanks Nelson -Original Message- From: Nelson Yip [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 1:51 PM To: [EMAIL PROTECTED] Subject: Auto starting Tomcat during boot? Hi, I've just installed Tomcat 4.0.1 on my Red Hat 7.2 Linux box. Everything works fine but Tomcat

RE: Auto starting Tomcat during boot?

2002-01-11 Thread Nelson Yip
? Set the java_home in the startupscript (or catalina.sh or whatever place you prefer). Mvgr, Martin -Original Message- From: Nelson Yip [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 18:49 To: 'Tomcat Users List' Subject: RE: Auto starting Tomcat during boot? Hello

RE: Auto starting Tomcat during boot?

2002-01-11 Thread Nelson Yip
Thanks guys for your input. I inserted the environments into the Catalina.sh script so when it loads up the script it will load up the environments first before trying to startup the program. I think the best way is to setup an script just to load up environments such as the one you have below.

Auto starting Tomcat during boot?

2002-01-10 Thread Nelson Yip
Hi, I've just installed Tomcat 4.0.1 on my Red Hat 7.2 Linux box. Everything works fine but Tomcat won't auto start after a reboot. I added a symbolic link to the Catalina.sh file in my rc3.d level. ln -s /usr/local/bin/tomcat/bin/Catalina.sh S99tomcat Am I doing something wrong? Thanks

RE: tomcat startup script (AW: Auto starting Tomcat during boot?)

2002-01-10 Thread Nelson Yip
. specify a user under which tomcat will be started (normally user tomcat). then insert the line: START_TOMCAT=yes in /etc/rc.config (note: script tested only with SuSE Linux 7.x but should work elsewhere without problems) have fun! michael -Ursprüngliche Nachricht- Von: Nelson Yip [mailto