Re: Connection refused: connect

2018-09-26 Thread Guang Chao
On Fri, Sep 21, 2018 at 4:54 PM Karen Goh wrote: > Hi, > > I am repeatedly getting the following exceptions and am stuck here like > forever. > > Hope someone can tell me what's wrong with my tomcat server version: > 8.5.24 with Eclipse > > > java.net.ConnectException: Connection refused: connec

Re: Connection refused: connect

2018-09-26 Thread Luis Rodríguez Fernández
Hello Karen, May I ask you what exactly you try to do: - Deploy locally - Deploy remotely - Debug locally - Debug remotely - Other... Eclipse version? Other plugins or tools (e.g. maven)? Thanks, Luis El sáb., 22 sept. 2018 a las 0:52, Igal Sapir () escribió: > On 9/21/2018 12:45 PM, André W

Re: Connection refused: connect

2018-09-21 Thread Igal Sapir
On 9/21/2018 12:45 PM, André Warnier (tomcat) wrote: Hi. Sorry, forget my answer below, I was probably talking nonsense here. The stack trace that you show does not even mention any Tomcat class, so the "connect" mentioned below probably has nothing to do with the HTTP CONNECT method. It looks

Re: Connection refused: connect

2018-09-21 Thread tomcat
Hi. Sorry, forget my answer below, I was probably talking nonsense here. The stack trace that you show does not even mention any Tomcat class, so the "connect" mentioned below probably has nothing to do with the HTTP CONNECT method. It looks like something in Eclipse itself, but since I do not kn

Re: Connection refused: connect

2018-09-21 Thread tomcat
On 21.09.2018 10:54, Karen Goh wrote: Hi, I am repeatedly getting the following exceptions and am stuck here like forever. Hope someone can tell me what's wrong with my tomcat server version: 8.5.24 with Eclipse java.net.ConnectException: Connection refused: connect at java.net.Dual

RE: Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread John A Parker
22, 2010 11:27 AM To: Tomcat Users List Subject: Re: Connection Refused On Tomcat Server Shutdowns if... On 22.07.2010 17:02, John A Parker wrote: > Using apache-tomcat-6.0.28... > > We are encountering issue with "catalina.sh stop"s IF we use a variable to > set the

Re: Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread Rainer Jung
On 22.07.2010 17:24, David Fisher wrote: If you look at catalina.sh you will see that stop does not include CATALINA_OPTS: "$_RUNJAVA" $JAVA_OPTS \ -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" -classpath "$CLASSPATH" \ -Dcatalina.base="$CATALINA_BASE" \ -Dcatalina.home="$CATALIN

Re: Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread Rainer Jung
On 22.07.2010 17:02, John A Parker wrote: Using apache-tomcat-6.0.28... We are encountering issue with "catalina.sh stop"s IF we use a variable to set the SHUTDOWN port. e.g.: CATALINA_OPTS = "...-Dco.shutdown.port=8104 ..." server.xml ="... -->

Re: Connection Refused On Tomcat Server Shutdowns if...

2010-07-22 Thread David Fisher
If you look at catalina.sh you will see that stop does not include CATALINA_OPTS: "$_RUNJAVA" $JAVA_OPTS \ -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" -classpath "$CLASSPATH" \ -Dcatalina.base="$CATALINA_BASE" \ -Dcatalina.home="$CATALINA_HOME" \ -Djava.io.tmpdir="$CATALINA_TMPDI

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-06 Thread Bertrand
Thank you, Mladen. It works now. :-) Bertrand - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Lakshmi Venkataraman
PROTECTED] Sent: Saturday, May 05, 2007 11:33 AM To: Tomcat Users List Subject: Re: Connection refused when using Tomcat 6.0.10 with APR ... Bertrand wrote: > > Any ideas ? Am I missing something ? How can I debug that problem ? > APR on BSD was compiled with IPV6 support. However IPV6

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Mladen Turk
Bertrand wrote: Any ideas ? Am I missing something ? How can I debug that problem ? APR on BSD was compiled with IPV6 support. However IPV6 support on BSD (as well on Windows, because Microsoft winsock is BSD sockets) do not support IPv4-mapped IPv6 address. See: http://issues.apache.org/bug

RE: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Caldarale, Charles R
> From: Bertrand [mailto:[EMAIL PROTECTED] > Subject: Re: Connection refused when using Tomcat 6.0.10 with APR ... > > 1.1.8 is the level of the Tomcat Native library compiled from > the Tomcat 6.0.10 release There is a 1.1.10 version of the wrapper available here: http://arc

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Bertrand
It is true, however, that the Tomcat Web site doesn't mention which version of the APR is required. Ooops, the Web site states APR 1.2+, so use of 1.2.7 shoud be ok. Bertrand - To start a new topic, e-mail: users@tomcat.apache

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Bertrand
> APR: Version 1.2.7 installed from the ports collection > > I get the "Loaded Apache Tomcat Native library 1.1.8" message There seems to be a discrepancy between the APR level you think you have (1.2.7) and the one actually found (1.1.8). - Chuck Thanks for your reply, Chuck. 1.1.8 is the le

RE: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Caldarale, Charles R
> From: Bertrand [mailto:[EMAIL PROTECTED] > Subject: Connection refused when using Tomcat 6.0.10 with APR ... > > OS: FreeBSD 6.2 > Tomcat: Version 6.0.10 installed from the ports collection > Java: Diablo JDK 1.5.0 installed from the ports collection > APR: Version 1.2.7 installed from the port

Re: Connection refused

2005-12-27 Thread Dakota Jack
esday, December 27, 2005 2:52 AM > To: Tomcat Users List > Subject: Re: Connection refused > > Hi Mukesh, > > 1) Do you have any way of making sure that whatever it is that you are > trying to connect to is actually up and running and accepting connections? > 2) If so, then a

RE: Connection refused

2005-12-27 Thread mukesh
--Original Message- From: Pulkit Singhal [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 27, 2005 2:52 AM To: Tomcat Users List Subject: Re: Connection refused Hi Mukesh, 1) Do you have any way of making sure that whatever it is that you are trying to connect to is actually up and running and

Re: Connection refused

2005-12-26 Thread Pulkit Singhal
Hi Mukesh, 1) Do you have any way of making sure that whatever it is that you are trying to connect to is actually up and running and accepting connections? 2) If so, then are you sure that the details you use to make the actual connection...are correct? 3) After your second post, I feel that mayb

RE: Connection refused when attempt to contact myUsename.myDns.com:8080

2005-11-23 Thread Caldarale, Charles R
> From: dcausevi [mailto:[EMAIL PROTECTED] > Subject: Connection refused when attempt to contact > myUsename.myDns.com:8080 > > Everything works fine accessing from http://localhost:8080 > locally but http://dcausevic.homelinux.com:8080 would not > work from outside? Sounds like some sort of