RE: [EMAIL PROTECTED] HttpURLConnection - java.net.ConnectException: Connection timed out

2007-12-07 Thread sh_santosh
Hi, the problem is solved. how see below - in sendAndReceive method Previous code was = String _sServerURL ="http://staging.stemp.com/tempgo1";; url = new URL(_sServerURL+"/wsTestServiceServlet"); //Servlet- where business Implementation code is written. New code in sendAndReceive method - ju

RE: [EMAIL PROTECTED] HttpURLConnection - java.net.ConnectException: Connection timed out

2007-12-07 Thread sh_santosh
Axel-Stephane SMORGRAV-2 wrote: > > Just a wild shot: > > 1. Verify that the URL you try to connect to ( > _sServerURL+"/wsTestServiceServlet" ) is correct ( e.g. > http://my.tomcat.com:8080/wsTestServiceServlet ) > > 2. Test the network connectivity between your java client host and the > h

RE: [EMAIL PROTECTED] HttpURLConnection - java.net.ConnectException: Connection timed out

2007-12-06 Thread Axel-Stephane SMORGRAV
Just a wild shot: 1. Verify that the URL you try to connect to ( _sServerURL+"/wsTestServiceServlet" ) is correct ( e.g. http://my.tomcat.com:8080/wsTestServiceServlet ) 2. Test the network connectivity between your java client host and the hosts on which Tomcat and Axis are running. To do so,

Re: [EMAIL PROTECTED] HttpURLConnection - java.net.ConnectException: Connection timed out

2007-12-05 Thread Vincent Bray
On 05/12/2007, sh_santosh <[EMAIL PROTECTED]> wrote: >I am usging Apache-Tomcat 5.5.20 and Axis 1.2 RC. > I am invoking the web services method by my java client program. Hi, This list is for user support of the Apache HTTPD project, not Tomcat or Axis. Try one of these lists instead: http: