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

2011-07-13 Thread Rohan Kadam
Hi All, I tried again. And still not successful, please find the stack trace below - INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect Jul 13, 2011 12:10:36 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO:

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

2011-07-13 Thread André Warnier
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 is trying to connect to Tomcat ? (and the log lines below are from the logfile of that application) OR b) is

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

2011-07-13 Thread Rohan Kadam
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 extraction (complete installation), the application is placed under the webapps directory. The logs that I have shared is from the

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
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 extraction (complete installation), the application is placed under the webapps directory. The logs that I

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
Hi André, Yes, whatever your understanding is correct. And also the connector tag is inside of Tomcat B. Thanks. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, July 13, 2011 4:52 PM To: Tomcat Users List Subject: Re: Tomcat is not able to connect to

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

2011-07-13 Thread André Warnier
Rohan Kadam wrote: Hi André, Yes, whatever your understanding is correct. And also the connector tag is inside of Tomcat B. Ok, then Charles' earlier message was correct, and the problem has nothing to do with Tomcat per se. Your web application A makes its own TCP connection to webserver

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
Hello All, Your help for this would be appreciable. Please let me know, if more information is required on the same. -Original Message- From: Rohan Kadam Sent: Monday, July 04, 2011 10:09 AM To: Tomcat Users List Subject: RE: Tomcat is not able to connect to IPV4 (Tomcat Version :

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 be:

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
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. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, July 05, 2011 12:17 AM To: Tomcat Users List Subject: Re: Tomcat is

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
Hi, Please find answers to your question. 1. What exactly is not able? Do you have a stacktrace? Ans: We are trying to connect tomcat to some static IP. When trying to connect it, we are not able to connect it. Yes the port value is right. And the tomcat is up. The problem occurs when we try

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.

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

2011-07-01 Thread André Warnier
Well, answering Christopher's questions would be a good start. Then also maybe paste the content of your Connector tag in your next message. Rohan Kadam wrote: Hi All, Is some more information required for this? Thanks. -Original Message- From: Rohan Kadam Sent: Thursday, June 30,

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

2011-07-01 Thread Rohan Kadam
Please find my connector tag below, I have modified it to listen 7070 - Connector port=7070 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100 connectionTimeout=2

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
I have tries to set this java option in catalane .bat, but no success -Djava.net.preferIPv4Stack=true I am using tomcat as a service, so configures the same in Java properties as well. But it is not working. Please suggest. -Original Message- From: Pid [mailto:p...@pidster.com] Sent:

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

2011-07-01 Thread Pid
On 01/07/2011 12:07, Rohan Kadam wrote: I have tries to set this java option in catalane .bat, but no success -Djava.net.preferIPv4Stack=true I am using tomcat as a service, so configures the same in Java properties as well. But it is not working. How are you setting it, exactly? p

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
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 the below line in Java Option Section. Please let me know if I am missing something. -Original

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

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