Hmm, I just noticed that the following is commented out in jwsdp:
Could that be the source of the problem in some sense?
At 01:31 PM 3/27/2004, you wrote:
Djava.endorsed
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
Parser</jvm-options>'>
??? Why would extension jars have to be manually configured in
Tomcat? Thanks.
At 12:23 PM 3/27/2004, Bill Barker wrote:
- Original Message -
From: "Michael McGrady" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAI
- Original Message -
From: "Michael McGrady" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Saturday, March 27, 2004 8:46 AM
Subject: Re: java.security.NoSuchAlgorithmException in Tomcat SOLUTION
> For s
For some reason Tomcat is not seeing the com.sun.crypto.provider package in
jre/lib/ext. The work around is to put the SunJCE provider
(sunjce_provider.jar) into commons/lib of Tomcat and to then add the
provider manually with
Security.addProvider(new com.sun.crypto.provider.SunJCE()). Why t