Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 95557 invoked from network); 18 May 2006 17:40:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2006 17:40:57 -0000 Received: (qmail 43548 invoked by uid 500); 18 May 2006 17:40:39 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 43487 invoked by uid 500); 18 May 2006 17:40:38 -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 43441 invoked by uid 99); 18 May 2006 17:40:38 -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 10:40:38 -0700 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.86.89.66] (HELO elasmtp-spurfowl.atl.sa.earthlink.net) (209.86.89.66) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 10:40:37 -0700 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=fXE7HcNmzKtB0Bh/trio5MjrbOdf/ncl3oNddoS+Fz5NJ1xbd79qjz0xBg1y4teu; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=[9.37.214.129]) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1FgmTw-0007ua-W4 for users@tomcat.apache.org; Thu, 18 May 2006 13:40:17 -0400 Message-ID: <446CB17D.2080803@earthlink.net> Date: Thu, 18 May 2006 13:40:13 -0400 From: Joe Bohn User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@tomcat.apache.org Subject: JSSE13SocketFactory in a 1.5 JVM and SUN-SPECIFIC classes Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec793e39fa521f993412266a5123e74c7bec350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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. Have other folks built Tomcat using JDKs other than Sun's? How do you work around problems like this? 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