[jboss-user] [Advanced Documentation] - Re: How to Configure Jboss4.2.2 using Https
naturei27
do-not-reply at jboss.com
Sat Jul 19 14:26:19 EDT 2008
Hi Peter,
I was going thru the URL:-http://wiki.jboss.org/wiki/Wiki.jsp?page=SSLSetup
and in that content they have mentioned how to setup the Jboss ..In the URL Mentioned there is a topic called "1-SSL enabled on the server-the common case" in that we are creating the server.cer and client.truststore .Please explain the use of that.In that topic there is a subtopic called as "Run the client" java -Djavax.net.ssl.trustStore=client.truststore -Djavax.net.ssl.trustStorePassword=123456 acme/ReadHttpsURL2 https://localhost:8443
I'm having the following problem in this step.....
D:\mykeystore\serverkeys>java -Djavax.net.ssl.trustStore=client.truststore -Djav
ax.net.ssl.trustStorePassword=123456 acme/ReadHttpsURL2 https://localhost:443
Exception in thread "main" java.lang.NoClassDefFoundError: acme/ReadHttpsURL2
Caused by: java.lang.ClassNotFoundException: acme.ReadHttpsURL2
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)
Please tell me, where can I get this class...Please do reply me .
Thanks in advance....
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165503#4165503
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165503
More information about the jboss-user
mailing list