Override SSL implementation for apache embedded on JONAS
<[email protected]> Thu, 24 Feb 2011 17:46:31 +0100 (CET)
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone,
I'm searching for a solution for overriding the default SSLImplementation for
apache tomcat https connector.
I tested my implementation on a apache tomcat (6.0) server successfully by
adding SSLImplementation attribute on $CATALINA_BASE/conf/server.xml.
i tried to migrate this configuration into Jonas, by placing my interceptor.jar
file on $JONAS_BASE/lib/ext (i also tried with
$JONAS_BASE/{commons,endorsed,...})
But I take a "ClassNotFoundException" when Jonas starts; it can't find my
class.
Do you have any ideas about this ?
Thanks