Found my problem, I needed to pass the keystore location and password to jboss at startup
in run.conf
JAVA_OPTS="$JAVA_OPTS
-Djavax.net.ssl.keyStore=/opt/jboss/server/default/conf/server.keystore
-Djavax.net.ssl.keyStorePassword=password"
this post was helpful
http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/t...
thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164752#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...