Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
Hi All,

I am posting this again. Please help.

Thanks.


--Forwarded message --
References: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Strange Problem!: Connection time out while using URLConnection 
connect method
Date: Wed, 17 Nov 2004 09:30:17 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi All,
 
I am facing a very strange problem. When I run tomcat4.1.27 in command prompt, 
I am able to connect and call a servlet deployed in it from another java 
program running on another machine using using URLConnection connect method.
 
But when I run tomcat server from windows services, the client program is not 
able to call the deployed servlet and throws the below exception at the line 
where connect method is invoked.
 
java.net.ConnectException: Connection timed out: connect
 
 
Has anyone else faced this strange problem. The only difference is in the way 
tomcat server has been started. When started in command prompt there are no 
problems in connecting to the server and calling the servlet deployed in it! I 
need to badly get this working when tomcat is started as a windows service.
 
Thanks in Advance.
 
Vignesh.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread Sailing Cai
I think you may check you IP setting.
You run tomcat in command prompt ,jvm binging your ip;but in windows
service it may binding 127.0.0.1 or localhost.

I guess it^_^


On Thu, 18 Nov 2004 09:36:32 GMT, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi All,
 
 I am posting this again. Please help.
 
 Thanks.
 
 --Forwarded message --
 References: [EMAIL PROTECTED]
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Strange Problem!: Connection time out while using URLConnection 
 connect method
 Date: Wed, 17 Nov 2004 09:30:17 GMT
 Mime-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hi All,
 
 I am facing a very strange problem. When I run tomcat4.1.27 in command 
 prompt, I am able to connect and call a servlet deployed in it from another 
 java program running on another machine using using URLConnection connect 
 method.
 
 But when I run tomcat server from windows services, the client program is not 
 able to call the deployed servlet and throws the below exception at the line 
 where connect method is invoked.
 
 java.net.ConnectException: Connection timed out: connect
 
 Has anyone else faced this strange problem. The only difference is in the way 
 tomcat server has been started. When started in command prompt there are no 
 problems in connecting to the server and calling the servlet deployed in it! 
 I need to badly get this working when tomcat is started as a windows service.
 
 Thanks in Advance.
 
 Vignesh.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread birendar . waldiya

Is this somthing related to external Ip and Internal ip 
if you are behind the firewall...

Birendar Singh Waldiya
Tata Consultancy Services Limited
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com



[EMAIL PROTECTED] 
11/18/2004 03:06 PM

Please respond to
Tomcat Users List [EMAIL PROTECTED]


To
[EMAIL PROTECTED]
cc

Subject
Strange Problem!: Connection time out while using URLConnection connect 
method






Hi All,

I am posting this again. Please help.

Thanks.


--Forwarded message --
References: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Strange Problem!: Connection time out while using URLConnection 
connect method
Date: Wed, 17 Nov 2004 09:30:17 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi All,
 
I am facing a very strange problem. When I run tomcat4.1.27 in command 
prompt, I am able to connect and call a servlet deployed in it from 
another java program running on another machine using using URLConnection 
connect method.
 
But when I run tomcat server from windows services, the client program is 
not able to call the deployed servlet and throws the below exception at 
the line where connect method is invoked.
 
java.net.ConnectException: Connection timed out: connect
 
 
Has anyone else faced this strange problem. The only difference is in the 
way tomcat server has been started. When started in command prompt there 
are no problems in connecting to the server and calling the servlet 
deployed in it! I need to badly get this working when tomcat is started as 
a windows service.
 
Thanks in Advance.
 
Vignesh.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


ForwardSourceID:NT4412 


DISCLAIMER: The information contained in this message is intended only and 
solely for the addressed individual or entity indicated in this message and for 
the exclusive use of the said addressed individual or entity indicated in this 
message (or responsible for delivery of the message to such person) and may 
contain legally privileged and confidential information belonging to Tata 
Consultancy Services Limited. It must not be printed, read, copied, disclosed, 
forwarded, distributed or used (in whatsoever manner) by any person other than 
the addressee. Unauthorized use, disclosure or copying is strictly prohibited 
and may constitute unlawful act and can possibly attract legal action, civil 
and/or criminal. The contents of this message need not necessarily reflect or 
endorse the views of Tata Consultancy Services limited on any subject matter.
  Any action taken or omitted to be taken based on this message is entirely at 
your risk and neither the originator of this message nor Tata Consultancy 
Services Limited takes any responsibility or liability towards the same. 
Opinions, conclusions and any other information contained in this message that 
do not relate to the official business of Tata Consultancy Services limited 
shall be understood as neither given nor endorsed by Tata Consultancy Services 
Limited or any affiliate of Tata Consultancy Services Limited. If you have 
received this message in error,  you should destroy this message and may please 
notify the sender by e-mail. 
 Thank you.

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
Hi,

Thanks. Thinking that could be the problem, I had already tried binding it with 
the specific IP address of the machine by setting the address attribute for 
HTTP connector in server.xml but that too didn't work.


-- Original Message --

On 18 Nov 2004, 06:06:06 PM, Sailing Cai writes:

 I think you may check you IP setting.
 You run tomcat in command prompt ,jvm binging your ip;but in windows
 service it may binding 127.0.0.1 or localhost.
 
 I guess it^_^
 
 
 On Thu, 18 Nov 2004 09:36:32 GMT, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  Hi All,
  
  I am posting this again. Please help.
  
  Thanks.
  
  --Forwarded message --
  References: [EMAIL PROTECTED]
  From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Strange Problem!: Connection time out while using URLConnection 
  connect method
  Date: Wed, 17 Nov 2004 09:30:17 GMT
  Mime-Version: 1.0
  Content-Type: text/plain; charset=us-ascii
  Content-Transfer-Encoding: 7bit
  
  Hi All,
  
  I am facing a very strange problem. When I run tomcat4.1.27 in command 
  prompt, I am able to connect and call a servlet deployed in it from another 
  java program running on another machine using using URLConnection connect 
  method.
  
  But when I run tomcat server from windows services, the client program is 
  not able to call the deployed servlet and throws the below exception at the 
  line where connect method is invoked.
  
  java.net.ConnectException: Connection timed out: connect
  
  Has anyone else faced this strange problem. The only difference is in the 
  way tomcat server has been started. When started in command prompt there 
  are no problems in connecting to the server and calling the servlet 
  deployed in it! I need to badly get this working when tomcat is started as 
  a windows service.
  
  Thanks in Advance.
  
  Vignesh.
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
Hi,

The I am running tomcat and the client program in the same subnet and so there 
is no such issue.

Thanks.

-- Original Message --

On 18 Nov 2004, 06:12:54 PM, [EMAIL PROTECTED] writes:

 
 Is this somthing related to external Ip and Internal ip 
 if you are behind the firewall...
 
 Birendar Singh Waldiya
 Tata Consultancy Services Limited
 Mailto: [EMAIL PROTECTED]
 Website: http://www.tcs.com
 
 
 
 [EMAIL PROTECTED] 
 11/18/2004 03:06 PM
 
 Please respond to
 Tomcat Users List [EMAIL PROTECTED]
 
 
 To
 [EMAIL PROTECTED]
 cc
 
 Subject
 Strange Problem!: Connection time out while using URLConnection connect 
 method
 
 
 
 
 
 
 Hi All,
 
 I am posting this again. Please help.
 
 Thanks.
 
 
 --Forwarded message --
 References: [EMAIL PROTECTED]
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Strange Problem!: Connection time out while using URLConnection 
 connect method
 Date: Wed, 17 Nov 2004 09:30:17 GMT
 Mime-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hi All,
  
 I am facing a very strange problem. When I run tomcat4.1.27 in command 
 prompt, I am able to connect and call a servlet deployed in it from 
 another java program running on another machine using using URLConnection 
 connect method.
  
 But when I run tomcat server from windows services, the client program is 
 not able to call the deployed servlet and throws the below exception at 
 the line where connect method is invoked.
  
 java.net.ConnectException: Connection timed out: connect
  
  
 Has anyone else faced this strange problem. The only difference is in the 
 way tomcat server has been started. When started in command prompt there 
 are no problems in connecting to the server and calling the servlet 
 deployed in it! I need to badly get this working when tomcat is started as 
 a windows service.
  
 Thanks in Advance.
  
 Vignesh.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 ForwardSourceID:NT4412 
 
 
 DISCLAIMER: The information contained in this message is intended only and 
 solely for the addressed individual or entity indicated in this message and 
 for the exclusive use of the said addressed individual or entity indicated in 
 this message (or responsible for delivery of the message to such person) and 
 may contain legally privileged and confidential information belonging to Tata 
 Consultancy Services Limited. It must not be printed, read, copied, 
 disclosed, forwarded, distributed or used (in whatsoever manner) by any 
 person other than the addressee. Unauthorized use, disclosure or copying is 
 strictly prohibited and may constitute unlawful act and can possibly attract 
 legal action, civil and/or criminal. The contents of this message need not 
 necessarily reflect or endorse the views of Tata Consultancy Services limited 
 on any subject matter.
   Any action taken or omitted to be taken based on this message is entirely 
 at your risk and neither the originator of this message nor Tata Consultancy 
 Services Limited takes any responsibility or liability towards the same. 
 Opinions, conclusions and any other information contained in this message 
 that do not relate to the official business of Tata Consultancy Services 
 limited shall be understood as neither given nor endorsed by Tata Consultancy 
 Services Limited or any affiliate of Tata Consultancy Services Limited. If 
 you have received this message in error,  you should destroy this message and 
 may please notify the sender by e-mail. 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Strange Problem!: Connection time out while using URLConnection connect method

2004-11-17 Thread vignesh
Hi All,
 
I am facing a very strange problem. When I run tomcat4.1.27 in command prompt, 
I am able to connect and call a servlet deployed in it from another java 
program running on another machine using using URLConnection connect method.
 
But when I run tomcat server from windows services, the client program is not 
able to call the deployed servlet and throws the below exception at the line 
where connect method is invoked.
 
java.net.ConnectException: Connection timed out: connect
 
 
Has anyone else faced this strange problem. The only difference is in the way 
tomcat server has been started. When started in command prompt there are no 
problems in connecting to the server and calling the servlet deployed in it! I 
need to badly get this working when tomcat is started as a windows service.
 
Thanks in Advance.
 
Vignesh.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]