-
1. Re: How to Configure Jboss4.2.2 using Https
peterj Jul 16, 2008 11:25 AM (in response to praveen.subramaniam)I will assume that you already looked in the documentation and found http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/Security_on_JBoss-Using_SSL_with_JBoss_using_JSSE.html
or you looked in the wiki and found http://wiki.jboss.org/wiki/SSLSetup
and that after trying the steps there you ran into a problem. But we cannot help you with the problem if you don't tell us what it is. -
2. Re: How to Configure Jboss4.2.2 using Https
naturei27 Jul 19, 2008 12:42 AM (in response to praveen.subramaniam)Peter we're having the same problem.......its almost as if we can't get up from the hiccups that have been caused by our inability to configure SSL with JBoss 4.2.2 GA......please help us...........will update you with some more details........
-
3. Re: How to Configure Jboss4.2.2 using Https
naturei27 Jul 19, 2008 2:26 PM (in response to praveen.subramaniam)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.... -
4. Re: How to Configure Jboss4.2.2 using Https
peterj Jul 21, 2008 11:03 AM (in response to praveen.subramaniam)The acme/ReadHttpsURL2 class is the example class used in the docs. Replace that part of the command line with your main class.
-
5. Re: How to Configure Jboss4.2.2 using Https
jessev Nov 23, 2009 1:48 PM (in response to praveen.subramaniam)how do u do that?
-
6. Re: How to Configure Jboss4.2.2 using Https
peterj Nov 23, 2009 1:52 PM (in response to praveen.subramaniam)How do you do what? Replace the acme/ReadHttpsURL2 class with your main class? Or are you asking about something else?
-
7. Re: How to Configure Jboss4.2.2 using Https
deveshkbhatia Dec 9, 2009 5:24 PM (in response to praveen.subramaniam)I am getting following error when i run
java -Djavax.net.ssl.keyStore=client.keystore -Djavax.net.ssl.keyStorePassword=123456
-Djavax.net.ssl.trustStore=client.truststore -Djavax.net.ssl.trustStorePassword=123456
acme/ReadHttpsURL2 https://localhost:8443
Exception in thread "main" java.lang.NoClassDefFoundError: acme/ReadHttpsURL2 -
8. Re: How to Configure Jboss4.2.2 using Https
yusano Mar 27, 2013 5:56 AM (in response to peterj)Hi Peter,
Currently i'm using jboss 4.2.1.GA
I'm having the same issue with David.
How to replace the acme/ReadHttpsURL2 class with main class?
Thanks in advance