RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-13 Thread Rohan Kadam
to connect to IPV4 (Tomcat Version : 7.0.14) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rohan, On 7/5/2011 12:18 AM, Rohan Kadam wrote: I apologize for the typo made by me. I used only -Djava.net.preferIPv4Stack=true in the java option pane. But it didn't work. Go back and read Konstantin's

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-13 Thread André Warnier
To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rohan, On 7/5/2011 12:18 AM, Rohan Kadam wrote: I apologize for the typo made by me. I used only -Djava.net.preferIPv4Stack=true in the java option

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-13 Thread Rohan Kadam
13, 2011 3:12 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) Rohan, what you have never clearly explained until now in this rather long thread, is what you are exactly trying to do. Is it : a) an external application written in Java, which

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-13 Thread Caldarale, Charles R
From: Rohan Kadam [mailto:roha...@cybage.com] Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) I tried again. And still not successful, please find the stack trace below - INFO: I/O exception (java.net.ConnectException) caught when processing request

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-13 Thread André Warnier
: Wednesday, July 13, 2011 3:12 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) Rohan, what you have never clearly explained until now in this rather long thread, is what you are exactly trying to do. Is it : a) an external application written

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-13 Thread André Warnier
Caldarale, Charles R wrote: From: Rohan Kadam [mailto:roha...@cybage.com] Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) I tried again. And still not successful, please find the stack trace below - INFO: I/O exception (java.net.ConnectException) caught when

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-13 Thread Rohan Kadam
Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, July 13, 2011 3:12 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) Rohan, what you have never clearly explained until now in this rather long thread, is what

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-13 Thread André Warnier
:52 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) Rohan Kadam wrote: I really apologize for the confusion created. We are having an application, which is deployed on tomcat. Rather we are shipping the application with tomcat. After

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rohan, On 7/5/2011 12:18 AM, Rohan Kadam wrote: I apologize for the typo made by me. I used only -Djava.net.preferIPv4Stack=true in the java option pane. But it didn't work. Go back and read Konstantin's response. Sounds like you have two

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Rohan Kadam
To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) 2011/6/30 Rohan Kadam roha...@cybage.com: Hi All, We had recently upgraded tomcat from 5.5.30 to 7.0.14. We were earlier facing problem that tomcat was not able to connect using Static IP

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Pid
On 04/07/2011 05:23, Rohan Kadam wrote: I am not getting what I am supposed to do? After that Iwent to Java Tab, and added the below line in Java Option Section. Please let me know if I am missing something. The line. Chris was asking you to specify the line you refer to as being

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Rohan Kadam
Thanks a lot!!! Hi Chris, This is the line I was talking about - JAVA_OPTS=-Djava.net.preferIPv4Stack=true -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, July 04, 2011 2:16 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Caldarale, Charles R
From: Rohan Kadam [mailto:roha...@cybage.com] Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) This is the line I was talking about - JAVA_OPTS=-Djava.net.preferIPv4Stack=true Which explains why it's being ignored. The line should simply

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Konstantin Kolinko
2011/7/4 Caldarale, Charles R chuck.caldar...@unisys.com: From: Rohan Kadam [mailto:roha...@cybage.com] Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) This is the line I was talking about - JAVA_OPTS=-Djava.net.preferIPv4Stack=true Which explains why it's being

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-04 Thread Rohan Kadam
is not able to connect to IPV4 (Tomcat Version : 7.0.14) 2011/7/4 Caldarale, Charles R chuck.caldar...@unisys.com: From: Rohan Kadam [mailto:roha...@cybage.com] Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) This is the line I was talking about - JAVA_OPTS

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-03 Thread Rohan Kadam
Hi, I am not getting what I am supposed to do? Thanks, Rohan -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, July 01, 2011 11:52 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-03 Thread Rohan Kadam
To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) 2011/6/30 Rohan Kadam roha...@cybage.com: Hi All, We had recently upgraded tomcat from 5.5.30 to 7.0.14. We were earlier facing problem that tomcat was not able to connect using Static IP

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread Rohan Kadam
Hi All, Is some more information required for this? Thanks. -Original Message- From: Rohan Kadam Sent: Thursday, June 30, 2011 7:26 PM To: Tomcat Users List Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) Hi, I am using JAVA 1.6 update 23 version. Thanks

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread André Warnier
, 2011 7:26 PM To: Tomcat Users List Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) Hi, I am using JAVA 1.6 update 23 version. Thanks, Rohan Kadam. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, June 30, 2011 7:22 PM To: Tomcat Users

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread Rohan Kadam
disableUploadTimeout=true address=0.0.0.0 / -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, July 01, 2011 3:00 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) Well, answering Christopher's questions would

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread Pid
On 30/06/2011 21:57, Christopher Schultz wrote: Rohan, On 6/30/2011 8:01 AM, Rohan Kadam wrote: We had recently upgraded tomcat from 5.5.30 to 7.0.14. We were earlier facing problem that tomcat was not able to connect using Static IP address. The fix that we found was adding address =

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread Rohan Kadam
: Friday, July 01, 2011 4:18 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) On 30/06/2011 21:57, Christopher Schultz wrote: Rohan, On 6/30/2011 8:01 AM, Rohan Kadam wrote: We had recently upgraded tomcat from 5.5.30 to 7.0.14. We were

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread Pid
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, July 01, 2011 4:18 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) On 30/06/2011 21:57, Christopher Schultz wrote: Rohan, On 6/30/2011 8:01 AM, Rohan Kadam

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread Rohan Kadam
Sorry Folks...I forgot to mention, I have also restarted the service after the changes were done. -Original Message- From: Rohan Kadam Sent: Friday, July 01, 2011 5:26 PM To: Tomcat Users List Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) We have created

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread Rohan Kadam
Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, July 01, 2011 5:07 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) On 01/07/2011 12:07, Rohan Kadam wrote: I have tries to set this java option in catalane .bat, but no success

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rohan, On 7/1/2011 7:56 AM, Rohan Kadam wrote: We have created a service named say ABCTomcat Then we navigated to bin directory of tomcat, typed the following command - tomcat7w.exe //ES//ABCTomcat After that Iwent to Java Tab, and added

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-01 Thread Konstantin Kolinko
2011/6/30 Rohan Kadam roha...@cybage.com: Hi All, We had recently upgraded tomcat from 5.5.30 to 7.0.14. We were earlier facing problem that tomcat was not able to connect using Static IP address. The fix that we found was adding address = 0.0.0.0 in the Connector tag of server.xml in the

Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-06-30 Thread Rohan Kadam
Hi All, We had recently upgraded tomcat from 5.5.30 to 7.0.14. We were earlier facing problem that tomcat was not able to connect using Static IP address. The fix that we found was adding address = 0.0.0.0 in the Connector tag of server.xml in the conf directory. After upgrading tomcat to

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-06-30 Thread Pid
On 30/06/2011 13:01, Rohan Kadam wrote: Hi All, We had recently upgraded tomcat from 5.5.30 to 7.0.14. We were earlier facing problem that tomcat was not able to connect using Static IP address. The fix that we found was adding address = 0.0.0.0 in the Connector tag of server.xml in the

RE: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-06-30 Thread Rohan Kadam
Hi, I am using JAVA 1.6 update 23 version. Thanks, Rohan Kadam. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, June 30, 2011 7:22 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14) On 30/06/2011 13:01, Rohan

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rohan, On 6/30/2011 8:01 AM, Rohan Kadam wrote: We had recently upgraded tomcat from 5.5.30 to 7.0.14. We were earlier facing problem that tomcat was not able to connect using Static IP address. The fix that we found was adding address = 0.0.0.0