Tomcat 4.1.18 - Startup script for linux not working

2003-01-15 Thread Christian Schlaefcke
Hi there, I have a problem with the startup of tomcat since I upgraded Tomcat 4.1.17 to 4.1.18. I just downloaded the tar.gz file and extracted it into /var/tomcat4. Since that the startup script ("/etc/init.d/tomcat4" with "start") says "[OK]", but the server won´t come up. After some research

RE: Tomcat 4.1.18 - Startup script for linux not working

2003-01-15 Thread Christian Schlaefcke
on called daemon. I Don´t know what it´s doing exactly (guess something like starting tomcat as daemon??). This is a bit to complicated I think I leave it like: "su - $TOMCAT_USER -c "$TOMCAT_SCRIPT start"". Thank you! Chris > -Original Message- > From: Chri

Re: AW: Tomcat 4.1.18 - Startup script for linux not working

2003-01-15 Thread Christian Schlaefcke
Hi, which linux distro + version do you use? seems to be something like RH ? It is (RH 8.0). "daemon" is a well known function there (often used by shell scripts in the /etc/init.d directory). if it is RH: the function "daemon" calls: initlog -c "su - $user -c \"$*\"" $*

Apache2.0.46, Tomcat4.1.24, SSL, Virtualhost

2003-06-04 Thread Christian Schlaefcke
Hi all, after I took a very hard ride I got Tomcat via mod_jk working with Apache/SSL on a Suse7 machine. So the real work can begin now: What I want to do is to configure Tomcat in a way that it serves multiple instances with different "CATALINA_BASE" settings. I want to reach those instances (le