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 loadRegistr

Re: Cannot setup tomcat

2002-09-23 Thread Marc
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

RE: Cannot setup tomcat

2002-09-23 Thread Turner, John
From: Marc [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.

RE: Cannot setup tomcat

2002-09-23 Thread Turner, John
to:[EMAIL PROTECTED]] > Sent: Monday, September 23, 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

Re: Cannot setup tomcat

2002-09-23 Thread Marc
lz > > -Original Message- > From: 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

Re: Cannot setup tomcat

2002-09-23 Thread Marc
PROTECTED]] > > Sent: Monday, September 23, 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 bin

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

RE: Cannot setup tomcat

2002-09-23 Thread Turner, John
ROTECTED]] > Sent: Monday, September 23, 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 n

Re: Cannot setup tomcat

2002-09-23 Thread Atif Shahab
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 

Re: Cannot setup tomcat

2002-09-23 Thread Marc
et 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: Cann

RE: Cannot setup tomcat

2002-09-23 Thread Turner, John
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: > &g

Re: Cannot setup tomcat

2002-09-23 Thread Marc
ooops, sorry, problem doing copy&paste 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 P

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-22 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-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 pl