Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 62262 invoked from network); 18 Nov 2005 02:20:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Nov 2005 02:20:16 -0000 Received: (qmail 34894 invoked by uid 500); 18 Nov 2005 02:20:11 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 34840 invoked by uid 500); 18 Nov 2005 02:20:10 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 34828 invoked by uid 99); 18 Nov 2005 02:20:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 18:20:10 -0800 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 [209.0.86.83] (HELO tango.wilshire.com) (209.0.86.83) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 18:21:43 -0800 Received: from sneezy.wilshire.com (sneezy.wilshire.com [192.168.14.22]) by tango.wilshire.com (8.13.4/8.12.3/Debian-6.6) with ESMTP id jAI2JItL020072 for ; Thu, 17 Nov 2005 18:19:18 -0800 Received: from bbarkerxp (foundry.wilshire.com [192.168.1.129]) by sneezy.wilshire.com (8.12.9/8.12.3) with SMTP id jAI2Ban6014995 for ; Thu, 17 Nov 2005 18:11:36 -0800 (PST) Message-ID: <010601c5ebe5$6e886d80$7037a8c0@nt.wilshire.com> From: "Bill Barker" To: "Tomcat Developers List" References: <6c0aa9500511171445q4e6a63dai8be5c9cdf6bcdb6d@mail.gmail.com> Subject: Re: Is the JSSE15SocketFactory class missing from the standard tomcat 5.5.12 binary distribution? Date: Thu, 17 Nov 2005 18:11:48 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Zantaz-Archived: tango Content-Disposition: inline X-Scanned-By: MIMEDefang 2.52 on 192.168.1.83 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I believe that Yoav creates the binary distro with a 1.4 JVM, so the 15SocketFactory is excluded. You need to compile at least JSSE15*.java. However it's probably easier to just build all of j-t-c/util. ----- Original Message ----- From: "Bruce Keats" To: "Tomcat Developers List" Sent: Thursday, November 17, 2005 2:45 PM Subject: Is the JSSE15SocketFactory class missing from the standard tomcat 5.5.12 binary distribution? Hi, I am trying to track down an issue with the lack of CRL support in tomcat 5.5.12. I turned on logging in org.apache.tomcat.util.net.jsee.JSSEImplementation and low and behold, the debug log on line 57 generated a ClassNotFoundException when trying to load JSSE15SocketFactory. However, it was able to load the JSSE14SocketFactory (which is in the same directory/classpath). Since it was able to load the JSSE14SocketFactory, I assume this is not a class path issue. We are using tomcat 5.5.12 with JAVA 1.5.0_05. I checked the source distribution and the class is there. Is JSSE15SocketFactory class not part of the standard binary distribution? Is there a different JAR file I have to use? Is there a configuation option I need? Do I need to rebuild the source using JAVA 1.5? Bruce This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org