Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 54053 invoked from network); 14 Aug 2003 08:26:42 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Aug 2003 08:26:42 -0000 Received: (qmail 3135 invoked by uid 97); 14 Aug 2003 08:29:35 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 3127 invoked from network); 14 Aug 2003 08:29:35 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 Aug 2003 08:29:35 -0000 Received: (qmail 53216 invoked by uid 500); 14 Aug 2003 08:26:30 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 53203 invoked from network); 14 Aug 2003 08:26:29 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Aug 2003 08:26:29 -0000 Received: (qmail 3118 invoked by uid 50); 14 Aug 2003 08:29:22 -0000 Date: 14 Aug 2003 08:29:22 -0000 Message-ID: <20030814082922.3117.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 22407] New: - Secured connection problem while running catalina as NT service X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22407 Secured connection problem while running catalina as NT service Summary: Secured connection problem while running catalina as NT service Product: Tomcat 4 Version: 4.1.27 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: erank@valor.com My servlet opens an SSL connection to a third party. When running Catalina, using catalina.bat, all works well, but when running it using an NT service I get a connection refused error while trying to connect to the server. To eliminate external factors we hardcoded both the system properties of the proxy settings and the certificate keystore within the initialization the servlet (using System.getProperties().put(...)). I have also added to the class.path registry entry the JSSE libraries (although I'm using j2sdk1.4.1_04), and I can see from the exception trace those libraries were indeed loaded. I cannot see any connection trials on both server and to the proxy server. The catalina.bat is used as is, and is not modified in any way. Could anyone point out the differences between the startup procedures of both methods (catalina.bat and NT service) that have any relation to my problem? --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org