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 to connect our application with one of the static IP. All the other pages we are able to navigate properly. 2. What exactly connector is being used? ["http-apr-/0.0.0.0-7070"-exec-8] ERROR rcl.HttpHelper - for a PUT, the response code is - 401 response message -- Unauthorized 3. "we have done the same process" means you are trying to use "0.0.0.0" like you did with 5.5 and now it fails? Ans: Yes Please let me know, if more information is required. Thanks, Rohan Kadam. -----Original Message----- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Saturday, July 02, 2011 2:08 AM 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 > address. The fix that we found was adding address = "0.0.0.0" in the > Connector tag of server.xml in the "conf" directory. 1) What exactly is "not able"? Do you have a stacktrace? Maybe some other process already uses that port number? Was the value for address a correct one? > <Connector port="7070" maxHttpHeaderSize="8192" > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" > enableLookups="false" redirectPort="8443" acceptCount="100" > connectionTimeout="20000" disableUploadTimeout="true" > address="0.0.0.0" /> 2) What exactly connector is being used? In your configuration Tomcat autoselects between two: "Http11Protocol" or "Http11AprProtocol" - which one is actually used is mentioned in the logs. > > After upgrading tomcat to 7.0.14, we have done the same process, but > we are not able to connect. > "we have done the same process" means you are trying to use "0.0.0.0" like you did with 5.5 and now it fails? (or that you tried your proper network address and failed with that, but 0.0.0.0 works)? > > The OS we found these issues are Win XP, Win 2008. > Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org "Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or otherwise protected from disclosure. The information is intended to be for the addressee(s) only. If you are not an addressee, any disclosure, copy, distribution, or use of the contents of this message is strictly prohibited. If you have received this electronic message in error please notify the sender by reply e-mail to and destroy the original message and all copies. Cybage has taken every reasonable precaution to minimize the risk of malicious content in the mail, but is not liable for any damage you may sustain as a result of any malicious content in this e-mail. You should carry out your own malicious content checks before opening the e-mail or attachment." www.cybage.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org