where do i find sun.net.ssl.SSLContext??
Michael Weller <[EMAIL PROTECTED]> said: > I bet your classpath doesn't contain sun.net.ssl.SSLContext. > > -mw > > ----- Original Message ----- > From: "Panagiotis Zikos" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, February 28, 2003 8:34 PM > Subject: SSL troubles... > > > > Hi , > > I have this problem: i try to > > configure SSL on tomcat and i receive this message: > > > > Exception during startup processing > > java.lang.reflect.InvocationTargetException: > java.lang.NoClassDefFoundError: > > com > > /sun/net/ssl/SSLContext > > at org.apache.catalina.net.SSLServerSocketFactory.initProxy > > (SSLServerSoc > > ketFactory.java:398) > > at org.apache.catalina.net.SSLServerSocketFactory.initialize > > (SSLServerSo > > cketFactory.java:334) > > at org.apache.catalina.net.SSLServerSocketFactory.createSocket > > (SSLServer > > SocketFactory.java:287) > > at org.apache.catalina.connector.http.HttpConnector.open > > (HttpConnector.j > > ava:948) > > at org.apache.catalina.connector.http.HttpConnector.initialize > > (HttpConne > > ctor.java:1128) > > at org.apache.catalina.core.StandardService.initialize > > (StandardService.j > > ava:454) > > > > Can anyone help? > > > > > ___________________________________________________________________________ > > To unsubscribe, send email to [EMAIL PROTECTED] and include in the > body > > of the message "signoff SERVLET-INTEREST". > > > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > > Resources: http://java.sun.com/products/servlet/external-resources.html > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > -- ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
