Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 81485 invoked from network); 28 Apr 2003 12:31:14 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 28 Apr 2003 12:31:13 -0000 Received: (qmail 10750 invoked by uid 97); 28 Apr 2003 12:33:12 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 10743 invoked from network); 28 Apr 2003 12:33:10 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 28 Apr 2003 12:33:10 -0000 Received: (qmail 79760 invoked by uid 500); 28 Apr 2003 12:30:53 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 79740 invoked from network); 28 Apr 2003 12:30:52 -0000 Received: from mailgate.siemenscomms.co.uk (194.129.217.115) by daedalus.apache.org with SMTP; 28 Apr 2003 12:30:52 -0000 Received: from CONVERSION-DAEMON.siemenscomms.co.uk by siemenscomms.co.uk (PMDF V6.0-24 #45905) id <0HE200B0102G1V@siemenscomms.co.uk> for tomcat-user@jakarta.apache.org; Mon, 28 Apr 2003 13:30:16 +0100 (BST) Received: from beex10.siemenscomms.co.uk ([137.223.246.252]) by siemenscomms.co.uk (PMDF V6.0-24 #45905) with ESMTP id <0HE200AJ702EL5@siemenscomms.co.uk> for tomcat-user@jakarta.apache.org; Mon, 28 Apr 2003 13:30:14 +0100 (BST) Received: by beex10.siemenscomms.co.uk with Internet Mail Service (5.5.2650.21) id ; Mon, 28 Apr 2003 13:30:46 +0100 Content-return: allowed Date: Mon, 28 Apr 2003 13:30:56 +0100 From: "Bodycombe, Andrew" Subject: RE: Question about Tomcat 4.1 + SSL w/IBM JDK1.4 To: 'Tomcat Users List' Message-id: <2BB3E9E4D24AD511BA700800062B3544032F259F@beex51.siemenscomms.co.uk> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain Content-transfer-encoding: 7BIT X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I assume you are using the IBM JDK instead of the Sun JDK. The IBM JDK will not contain any com.sun.xxxx classes To register the IBM security provider, I think you need to change the master security file, $JAVA_HOME/jre/lib/security/java.security The default security provider is found under the security.provider.1 line. This should be changed from the Sun provider to the IBM provider. I don't know the class name for the IBM provider class (I have never used the IBM JDK), but I guess it would be com.ibm.net.ssl.Provider or something similar. A problem will arise if any of your code imports com.sun.xxx classes directly. Then you will have a portability issue because your code will run only inside the Sun JDK. HTH, Andy -----Original Message----- From: alain@fbsims.com [mailto:alain@fbsims.com] Sent: 25 April 2003 17:29 To: Andrew.Bodycombe@siemenscomms.co.uk Subject: Question about Tomcat 4.1 + SSL w/IBM JDK1.4 Hi all, As i understand, it is not need to have the JSSE since the 1.4 JDK contains the classes. I'm trying to configure SSL in tomcat and i'm running into a wall here. I'm getting an InvocationTargetException caused by NoClassDefFoundError : com/sun/net/ssl/SSLContext I reviewed the jar files in the jdk and the SSLContext class is located in the following package: com/ibm/net/ssl/SSLContext What should I do, how can point tomcat to the different package name or should i restructure the jar file to sun instead of ibm? Thanks! Alain --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org