i made it work i have missed ';' in my classpath.. but after that im having this exception javax.net.ssl.SSLException: untrusted server cert chain i already have my .keystore ...yet im having this error...
-----Original Message----- From: Byung Jin Chun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 4:53 PM To: Jovie Subject: RE: urgent help pls... did you set the env variable JSSE_HOME and r u still getting the same stack trace? -----Original Message----- From: Jovie Castaneda To: 'Byung Jin Chun' Sent: 12/4/01 12:40 AM Subject: RE: urgent help pls... thanks for the reply... I already download the following: jsse.jar, jnet.jar, jcert.jar then i stored them in $CATALINA_HOME\common\lib yet it doesnt work... it doesnt seem to find my jar files, but i can implement https in my browser i followed that SSL configuration HOW TO , yet why cant i make my code run? -----Original Message----- From: Byung Jin Chun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 4:38 PM To: Jovie Subject: RE: urgent help pls... Jovie, you need the Java Secure Socket Extension (JSSE) which you can get at www.javasoft.com. If you have it, then you read the SSL Configuration How To off of the tomcat install. Jin -----Original Message----- From: Jovie Castaneda To: 'Tomcat Users List' Sent: 12/4/01 12:17 AM Subject: urgent help pls... hello there... i hope you can help me with this problem..i have no idea on what's happening here the following lines are shown in the console once i do https post java.lang.NoClassDefFoundError: javax/net/SocketFactory at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at com.sun.net.ssl.HttpsURLConnection.<clinit>([DashoPro-V1.2-120198]) at com.sun.net.ssl.internal.www.protocol.https.Handler.openConnection([Dash oPro -V1.2-120198]) at java.net.URL.openConnection(Unknown Source) at GCProtocol.communicateRequest(GCProtocol.java:42) at GCServer.run(GCServer.java:56) ....your help will be very much appreciated !! thanks -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>