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 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, things should work right.

 If all that's correct, try putting in an echo command on the line above
 where java... is called in catalina.sh to see what is trying to be
 executed.

 --David

 On Wednesday 20 February 2002 03:01 pm, you wrote:
  Answers in reply
 
  On February 20, 2002 01:14 pm, you wrote:
   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
 
  I am running RedHat 7.1
 
   Did k the logs? I think cataline.out  will give you the errors.
 
  catalina.out contains:
 
  usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [
  -debug ] [ -nonaming ] { start | stop }
 
   What does you httpd.conf look like??  Is apache running??
 
  Apache runs and works with Tomcat using mod_webapp
 
   How are you calling your domain?
 
  domain is localhost
 
   Give a little info
  
   chad

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 it like
 that.

 I would like any help that can be offered. Thanks

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 give you the errors.

What does you httpd.conf look like??  Is apache running??

How are you calling your domain?

Give a little info

chad

On Wed, 20 Feb 2002 13:09:11 -0600
Dieter Lunn [EMAIL PROTECTED] wrote:

 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 it like
  that.
 
  I would like any help that can be offered. Thanks
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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, 
things should work right.

If all that's correct, try putting in an echo command on the line above where 
java... is called in catalina.sh to see what is trying to be executed.

--David

On Wednesday 20 February 2002 03:01 pm, you wrote:
 Answers in reply

 On February 20, 2002 01:14 pm, you wrote:
  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

 I am running RedHat 7.1

  Did k the logs? I think cataline.out  will give you the errors.

 catalina.out contains:

 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [
 -debug ] [ -nonaming ] { start | stop }

  What does you httpd.conf look like??  Is apache running??

 Apache runs and works with Tomcat using mod_webapp

  How are you calling your domain?

 domain is localhost

  Give a little info
 
  chad

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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, CATALINA_HOME,
 CATALINA_BASE for typo's or errors.  Provided you didn't edit startup.sh or
 catalina.sh, things should work right.

 If all that's correct, try putting in an echo command on the line above
 where java... is called in catalina.sh to see what is trying to be
 executed.

 --David

 On Wednesday 20 February 2002 03:01 pm, you wrote:
  Answers in reply
 
  On February 20, 2002 01:14 pm, you wrote:
   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
 
  I am running RedHat 7.1
 
   Did k the logs? I think cataline.out  will give you the errors.
 
  catalina.out contains:
 
  usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [
  -debug ] [ -nonaming ] { start | stop }
 
   What does you httpd.conf look like??  Is apache running??
 
  Apache runs and works with Tomcat using mod_webapp
 
   How are you calling your domain?
 
  domain is localhost
 
   Give a little info
  
   chad

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]