I'm trying to add the keystore and truststore passwords in the domain.xml for glassfish 3.1.2.2 as jvm options.
-Djavax.net.ssl.trustStorePassword=${ALIAS=keystorepassword} -Djavax.net.ssl.keyStorePassword=${ALIAS=truststorepassword}
Using aliases seems to not be working.
Any ideas how this can achieved ?