Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 69547 invoked from network); 19 May 2006 03:41:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 May 2006 03:41:19 -0000 Received: (qmail 61212 invoked by uid 500); 19 May 2006 03:41:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 61184 invoked by uid 500); 19 May 2006 03:41:04 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 61172 invoked by uid 99); 19 May 2006 03:41:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 20:41:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jak-tomcat-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 20:41:03 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fgvqx-0001r3-8l for users@tomcat.apache.org; Fri, 19 May 2006 05:40:39 +0200 Received: from pool-71-107-249-42.lsanca.dsl-w.verizon.net ([71.107.249.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 May 2006 05:40:39 +0200 Received: from wbarker by pool-71-107-249-42.lsanca.dsl-w.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 May 2006 05:40:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@tomcat.apache.org From: "Bill Barker" Subject: Re: JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes Date: Thu, 18 May 2006 20:40:38 -0700 Lines: 50 Message-ID: References: <446CB17D.2080803@earthlink.net> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-107-249-42.lsanca.dsl-w.verizon.net X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N "Joe Bohn" wrote in message news:446CB17D.2080803@earthlink.net... > > I'm trying to build Tomcat 5.5.15 using the IBM 1.5 JDK. > > Why? Because I'm working with a user that wants to run with the IBM 1.5 > JDK in production. They want to build Tomcat with the IBM JDK for 2 > reasons: > 1) To ensure that they can build if they have to fix/change something > (and this is their JDK of choice). > 2) To preempt any potential runtime problems with missing classes in the > JVM by catching and fixing them at build time rather than runtime. > > I'm having problems building JSSE13SocketFactory because of references to > SUN-SPECIFIC classes in packages like com.sun.net.ssl.internal.ssl.* > > Am I correct in understanding that this class only exists for > compatibility with 1.3 JVMs and will never be executed in a 1.5 JVM? If > so, then that should address #2 above (we'll never execute the class. I > could then address #1 by either changing the class or possibly even > removing it and all references. > Yes, that class is only for compatibility with 1.3 JVMs. It will never be loaded by a 1.4+ JVM. Personally, I think that it is easier to simply grap JSSE 1.0 (the one for 1.3 JVMs) from Sun and set jsse.home in your build.properties file to wherever you unpack it. However, either of your options will work as well, provided that you remember to repeat it whenever you upgrade. > Have other folks built Tomcat using JDKs other than Sun's? How do you > work around problems like this? > Gump has built Tomcat regularly with Kaffe by having the JSSE 1.0 jars installed. > Thanks for the help! > Joe > > > -- > Joe Bohn > joe.bohn at earthlink.net > > "He is no fool who gives what he cannot keep, to gain what he cannot > lose." -- Jim Elliot --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org