Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 30829 invoked from network); 2 Jun 2004 18:22:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Jun 2004 18:22:54 -0000 Received: (qmail 79473 invoked by uid 500); 2 Jun 2004 18:22:32 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 79374 invoked by uid 500); 2 Jun 2004 18:22:30 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 79353 invoked by uid 99); 2 Jun 2004 18:22:30 -0000 Received: from [216.155.196.86] (HELO web60910.mail.yahoo.com) (216.155.196.86) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 02 Jun 2004 11:22:29 -0700 Message-ID: <20040602182210.18430.qmail@web60910.mail.yahoo.com> Received: from [141.202.248.11] by web60910.mail.yahoo.com via HTTP; Wed, 02 Jun 2004 11:22:10 PDT Date: Wed, 2 Jun 2004 11:22:10 -0700 (PDT) From: Isabella Shen Subject: java.net.ConnectException: Connection timed out -- SSL in tomcat To: tomcat-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi All, My java web service application runs successfully in JWSDP environment using SSL, but when I moved it to standalone tomcat using SSL connection I always got HTTP transport error: java.net.ConnectException: Connection timed out: connect Caused by: HTTP transport error: java.net.ConnectException: Connection timed out: connect at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:101) at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:69) I configured Tomcat by uncommenting out the 8443 connector section and created .keystore according to SSL HowTo from tomcat. I also tried Tomcat 5.0.25, it didn't work either. It seems the client application could never find the connection although my service is active. What did I do wrong? Can anybody help? I noticed there are a few messages post about this problem but there is no solution what so ever. Should we report this as a tomcat bug? Thanx in advance! __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org