Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 88011 invoked from network); 18 Nov 2005 03:14:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Nov 2005 03:14:26 -0000 Received: (qmail 76633 invoked by uid 500); 18 Nov 2005 03:14:21 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 76566 invoked by uid 500); 18 Nov 2005 03:14:20 -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 76555 invoked by uid 99); 18 Nov 2005 03:14:20 -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 19:14:20 -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.191.85.4] (HELO web36504.mail.mud.yahoo.com) (209.191.85.4) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Nov 2005 19:15:53 -0800 Received: (qmail 68651 invoked by uid 60001); 18 Nov 2005 03:13:58 -0000 Message-ID: <20051118031358.68649.qmail@web36504.mail.mud.yahoo.com> Received: from [209.6.174.142] by web36504.mail.mud.yahoo.com via HTTP; Thu, 17 Nov 2005 19:13:58 PST X-RocketYMMF: yoavs1 Date: Thu, 17 Nov 2005 19:13:58 -0800 (PST) From: Yoav Shapira Reply-To: yoavs@apache.org Subject: Re: Is the JSSE15SocketFactory class missing from the standard tomcat 5.5.12 binary distribution? To: Tomcat-dev In-Reply-To: <6c0aa9500511171854g6a9b0883q531ae31b78f8d4fc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Mmm, I'm not sure. The download page is already somewhat cluttered with a bunch of different distributions and their assorted files (zip/tar.gz, PGP and MD5 for each, etc.) I don't want to double the number of binary distributions per release. And I'm even less excited about doing something like retroweaver (http://retroweaver.sourceforge.net/) to cross-compile 1.5 source to 1.4 compatibility. But perhaps it's time we just start building with J2SE 5.0 by default, instead of 1.4? Yoav --- Bruce Keats wrote: > Is is possible to put 5.0 JSK version up on the downloads site? I can > certainly build the missing JSSE components, but I would rather stick with a > prebuilt official version. > Bruce > > On 11/17/05, Yoav Shapira wrote: > > > > Hi, > > Bill is correct. > > > > I do have both the 1.4 and 5.0 JDKs on my build machine. I wonder if we > > should > > change the build.xml to build both if both are present, rather than just > > one. > > Would we have multiple JAVA_HOMEs? Seems dirty... > > > > Yoav > > > > --- Bill Barker wrote: > > > > > 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 > > > > > > > > > > > > Yoav Shapira > > System Design and Management Fellow > > MIT Sloan School of Management > > Cambridge, MA, USA > > yoavs@computer.org / www.yoavshapira.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > > For additional commands, e-mail: dev-help@tomcat.apache.org > > > > > Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA, USA yoavs@computer.org / www.yoavshapira.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org