You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Philippe Couas <pc...@infodev.fr> on 2006/02/02 18:36:44 UTC

Tomcat 4.1.31 & IBM JDK & JSSE crash

Hi,
 
I use an Tomcat 4.1.31 wit IBM JDK 1.4.1 and i want Implement JSSE on my
Tomcat
I have add Sun jsse.jar on $JAVA_HOME/jre/lib/ext but i have following
error, where is my mistake ??
 
Regards
Philippe
----- Root Cause -----

java.security.NoSuchAlgorithmException: Class com.ibm.jsse.bd configured for
SSL
Context not a SSLContext

        at com.sun.net.ssl.SunJSSE_b.a(DashoA12275)

 
Philippe COUAS
Responsable Développement
INFODEV S.A.
 

Re: Tomcat 4.1.31 & IBM JDK & JSSE crash

Posted by Bill Barker <wb...@wilshire.com>.
"Mike Sabroff" <mi...@cygnusb2b.com> wrote in message 
news:43E2661C.90807@cygnusb2b.com...
> The error is for com.ibm.jsse.bd not com.sun.jsse or whatever. Youneed 
> IBM's jsse it appears
>

Yup.  Ditch the Sun jar, and specify algorithm="IbmX509" on the <Connector>.

>
> Philippe Couas wrote:
>>
>> Hi,
>>
>> I use an Tomcat 4.1.31 wit IBM JDK 1.4.1 and i want Implement JSSE on my
>> Tomcat
>> I have add Sun jsse.jar on $JAVA_HOME/jre/lib/ext but i have following
>> error, where is my mistake ??
>>
>> Regards
>> Philippe
>> ----- Root Cause -----
>>
>> java.security.NoSuchAlgorithmException: Class com.ibm.jsse.bd configured 
>> for
>> SSL
>> Context not a SSLContext
>>
>> at com.sun.net.ssl.SunJSSE_b.a(DashoA12275)
>>
>>
>> Philippe COUAS
>> Responsable D?veloppement
>> INFODEV S.A.
>>
>
> -- 
> Mike Sabroff
> Web Services
> Developer
> mike.sabroff@cygnusb2b.com
> 920-568-8379 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat 4.1.31 & IBM JDK & JSSE crash

Posted by Mike Sabroff <mi...@cygnusb2b.com>.
The error is for com.ibm.jsse.bd not com.sun.jsse or whatever. Youneed 
IBM's jsse it appears


Philippe Couas wrote:
>
> Hi,
>
> I use an Tomcat 4.1.31 wit IBM JDK 1.4.1 and i want Implement JSSE on my
> Tomcat
> I have add Sun jsse.jar on $JAVA_HOME/jre/lib/ext but i have following
> error, where is my mistake ??
>
> Regards
> Philippe
> ----- Root Cause -----
>
> java.security.NoSuchAlgorithmException: Class com.ibm.jsse.bd 
> configured for
> SSL
> Context not a SSLContext
>
> at com.sun.net.ssl.SunJSSE_b.a(DashoA12275)
>
>
> Philippe COUAS
> Responsable D�veloppement
> INFODEV S.A.
>

-- 
Mike Sabroff
Web Services
Developer
mike.sabroff@cygnusb2b.com
920-568-8379


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org