Re: Cannot setup tomcat (again)

2002-09-24 Thread Marc
Hi! I've reinstalled jdk and tomcat, again. After installation (unpacking tomcat and setting the environment variables JAVA_HOME, CATALINA_HOME and PATH), I started tomcat. In the catalina.out: bash-2.05$ tail -f catalina.out Sep 24, 2002 2:34:23 AM org.apache.commons.modeler.Registry

RE: Cannot setup tomcat

2002-09-23 Thread Ray Madigan
I don't know if this is your problem but your CATALINA_HOME AND BASE point to a *-tomcat-4.0.10 when it maybe should be 4.1.10? -Original Message- From: Marc Vila Perez [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 5:17 PM To: Tomcat Users List Subject: Cannot setup tomcat

Re: Cannot setup tomcat

2002-09-23 Thread Marc
After doing stratup.sh, if I do a 'ps -gux', I can see a lot of java process. Seems that tomcat starts, but the connectors does not start. Marc Kwok Peng Tuck wrote: The problem with the shutdown probably has something to do with the fact that it didn't start up in the first place. I think

Re: Cannot setup tomcat

2002-09-23 Thread Marc
ooops, sorry, problem doing copypaste from another place... The environment vars are ok Marc Ray Madigan wrote: I don't know if this is your problem but your CATALINA_HOME AND BASE point to a *-tomcat-4.0.10 when it maybe should be 4.1.10? -Original Message- From: Marc Vila Perez

RE: Cannot setup tomcat

2002-09-23 Thread Turner, John
Subject: Re: Cannot setup tomcat After doing stratup.sh, if I do a 'ps -gux', I can see a lot of java process. Seems that tomcat starts, but the connectors does not start. Marc Kwok Peng Tuck wrote: The problem with the shutdown probably has something to do with the fact

Re: Cannot setup tomcat

2002-09-23 Thread Marc
about Apache and connectors. John -Original Message- From: Marc [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 7:13 AM To: Tomcat Users List Subject: Re: Cannot setup tomcat After doing stratup.sh, if I do a 'ps -gux', I can see a lot of java process. Seems

Re: Cannot setup tomcat

2002-09-23 Thread Atif Shahab
. Take things one step at a time. Get Tomcat working on its own first, then worry about Apache and connectors. John -Original Message- From: Marc [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 7:13 AM To: Tomcat Users List Subject: Re: Cannot setup tomcat

RE: Cannot setup tomcat

2002-09-23 Thread Turner, John
, 2002 9:47 AM To: Tomcat Users List Subject: Re: Cannot setup tomcat Hi John! Yes, I think so, but I referred to the Coyote HTTP connector too. Seems that tomcat cannot bind to the port 8080 (starts ok, but does not start the HTTP connector on port 8080). I'm a bit newer on Linux, and I

RE: Cannot setup tomcat

2002-09-23 Thread Michael Schulz
: Marc [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 6:13 AM To: Tomcat Users List Subject: Re: Cannot setup tomcat After doing stratup.sh, if I do a 'ps -gux', I can see a lot of java process. Seems that tomcat starts, but the connectors does not start. Marc Kwok Peng Tuck wrote

Re: Cannot setup tomcat

2002-09-23 Thread Marc
and check the man pages for command line options that will organize the output in a way that makes sense to you. John -Original Message- From: Marc [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:47 AM To: Tomcat Users List Subject: Re: Cannot setup tomcat Hi

Re: Cannot setup tomcat

2002-09-23 Thread Marc
[mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 6:13 AM To: Tomcat Users List Subject: Re: Cannot setup tomcat After doing stratup.sh, if I do a 'ps -gux', I can see a lot of java process. Seems that tomcat starts, but the connectors does not start. Marc Kwok Peng Tuck wrote

RE: Cannot setup tomcat

2002-09-23 Thread Turner, John
, 2002 10:31 AM To: Tomcat Users List Subject: Re: Cannot setup tomcat Hi John, I'm trying tomcat with the default server.xml. Tomcat is running on a webserver (I can access via telnet). I'll try to investigate more about netstat opts. Thank you again! Marc Turner, John wrote

RE: Cannot setup tomcat

2002-09-23 Thread Turner, John
[mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:40 AM To: Tomcat Users List Subject: Re: Cannot setup tomcat Hi Michael, The problem is that no output is printed. When I do 'startup.sh', the catalina.out is a file empty. On windows, tomcat output shows something like

Re: Cannot setup tomcat

2002-09-23 Thread Marc
? You are saying different things in different posts, and that doesn't help anyone help you and just wastes time. John -Original Message- From: Marc [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:40 AM To: Tomcat Users List Subject: Re: Cannot setup tomcat

Re: Cannot setup tomcat

2002-09-22 Thread Kwok Peng Tuck
The problem with the shutdown probably has something to do with the fact that it didn't start up in the first place. I think we should concentrate on why it won't start first. After starting up, do a ps to see if java is listed as a process. Then we'll know if tomcat started up in the first