Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-21 Thread Dieter Lunn
More info on my problem. catalina.sh is loading org.apache.catalina.startup.Bootstrap Note: I did not edit startup.sh or catalina.sh in any way On February 20, 2002 03:48 pm, you wrote: I'd say there's your problem. usage: java org.apache.(etc.) indicates something isn't right in how

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread Dieter Lunn
I still haven't solved my little dilemma On February 19, 2002 03:04 pm, you wrote: I am having trouble starting Tomcat. I run the startup.sh script and it displays the vars but when I try and connect it isn't running. I can get it started by running catalina.sh debug but I don't want to run

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread chad kellerman
I can offer a little help. What os are you running? If you are on a unix ( which it looks like) variation run ps -ef | grep java. If it reurns something your are running. If not there is something else wrong. Send in the output of the startup.sh Did k the logs? I think cataline.out will

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread David Smith
I'd say there's your problem. usage: java org.apache.(etc.) indicates something isn't right in how catalina.sh is calling java. I would check your variables like CATALINA_OPTS, CATALINA_HOME, CATALINA_BASE for typo's or errors. Provided you didn't edit startup.sh or catalina.sh,

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread Dieter Lunn
I set both CATALINA_HOME and JAVA_HOME. It still hasn't started. On February 20, 2002 03:48 pm, you wrote: I'd say there's your problem. usage: java org.apache.(etc.) indicates something isn't right in how catalina.sh is calling java. I would check your variables like CATALINA_OPTS,

Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-19 Thread Dieter Lunn
I am having trouble starting Tomcat. I run the startup.sh script and it displays the vars but when I try and connect it isn't running. I can get it started by running catalina.sh debug but I don't want to run it like that. I would like any help that can be offered. Thanks -- To unsubscribe: