Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 4999 invoked from network); 26 Aug 2005 14:52:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2005 14:52:36 -0000 Received: (qmail 30166 invoked by uid 500); 26 Aug 2005 14:52:18 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 30134 invoked by uid 500); 26 Aug 2005 14:52:17 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 30116 invoked by uid 99); 26 Aug 2005 14:52:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2005 07:52:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [142.169.1.152] (HELO smtp2.globetrotter.net) (142.169.1.152) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2005 07:52:33 -0700 Received: from (192.168.250.24) by avas7.globetrotter.net via smtp id 16e9_fd8bb67e_1640_11da_9499_0002b3e6f1b0; Fri, 26 Aug 2005 10:52:15 -0400 Received: from [192.168.128.24] ([206.162.174.50]) by smtp2.globetrotter.net (iPlanet Messaging Server 5.2) with ESMTP id <0ILU004373WOA7@"TELUS Quebec"> for tomcat-user@jakarta.apache.org; Fri, 26 Aug 2005 10:50:48 -0400 (EDT) Received: from (206.162.174.50) by avas7.globetrotter.net via smtp id 159c_c9ed5d22_1640_11da_9868_0002b3e6f1b0; Fri, 26 Aug 2005 10:50:48 -0400 Date: Fri, 26 Aug 2005 10:50:48 -0400 From: Alain Brousseau Subject: Custom SSLServerSocket implementation To: tomcat-user@jakarta.apache.org Message-id: <430F2C48.5060204@intertrade.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0 (X11/20041207) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I need to tell Tomcat 5.5 to use my custom SSLServerSocketFactory for backwards compatibility with our client-side software. It was relatively easy with Tomcat 4.1 (using a Factory element in the Connector configuration) but with tomcat 5.5 it doesn't work. The Connector seems to ignore the factory attribute. How can this be done with Tomcat 5.5 ? Thanks Alain Brousseau --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org