You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Richard Wooding <ri...@camara.co.za> on 2002/05/02 17:15:58 UTC

Extension Mechanism Architecture & JSSE

Hi all,
 
I'm still struggling to use HTTPS as a client (from classes within) a
web application on:
 
Redhat Linux 7.2
IBM JDK 1.3.1
Tomcat 4
JSSE 1.0.2
 
I think the fact that it uses the Extension Mechanism at URL:
http://java.sun.com/j2se/1.3/docs/guide/extensions/spec.html
has a bearing on this problem. I think my web applications' class loader
cannot "see" the JSSE libraries, jnet.jar, jsse.jar, and jcert.jar.
 
Has anybody experienced the same problem?
 
Regards,
Richard Wooding