RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
, 2008 10:29 AM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error Looks like you are trying, for whatever reason, to stop tomcat prior to starting it. This exception occurs cause there is no tomcat running that could answer

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
Looks like you are trying, for whatever reason, to stop tomcat prior to starting it. This exception occurs cause there is no tomcat running that could answer that stop request. En l'instant précis du 30/01/08 09:25, Meir Yanovich s'exprimait en ces termes: Hello all Im running with my tomcat

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Murthy Chelankuri
Seems to be port you are using is being used another process or the user don't have permissions to use that port. In linux os normal user can't use port no 1024 not sure on sun os . To bind the port 1024 for non root user use jsvc. Meir Yanovich wrote: Hello all Im running with my tomcat

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
better way to do this ? Some kind of checking if the tomcat alive ? Thanks -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 10:29 AM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
it? -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 12:47 PM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error under linux, a combinaision of ps, grep and wc could tell

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 12:47 PM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error under linux, a combinaision of ps, grep and wc could tell you how much tomcat

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
can grep it? -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 12:47 PM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error under linux, a combinaision of ps, grep

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
] Sent: Wednesday, January 30, 2008 2:22 PM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error ps -aex | grep tomcat | grep java first part limit to tomcat processes, second part strip non java processes that are related

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
the tomcat name shown ? to be more unique , so I can grep it? -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 12:47 PM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread David Delbecq
Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error ps -aex | grep tomcat | grep java first part limit to tomcat processes, second part strip non java processes that are related to tomcat (like the grep tomcat of previous line ;) If you need

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
, 2008 2:22 PM To: Tomcat Users List Subject: Re: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error ps -aex | grep tomcat | grep java first part limit to tomcat processes, second part strip non java processes that are related to tomcat (like the grep tomcat

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Wesley Schwengle
On 30.01.08 14:50 Meir Yanovich wrote: Yes I can see it has x in hp -x Shows the command line in extended format. Someone knows what is the equivalent in sunOs? /usr/ucb/ps -auxww :) Cheers, Wesley - To start a

RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error

2008-01-30 Thread Meir Yanovich
Thanks .. working -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wesley Schwengle Sent: Wednesday, January 30, 2008 3:03 PM To: Tomcat Users List Subject: RE: getting SEVERE: Catalina.stop: java.net.ConnectException: Connection refused error On 30.01.08