The keystore and trust-store files provided for development are stored in the install_dir/domains/
domain_name/config
directory. To change the name and/or location of the keystore and trust-store files, follow these steps.
-Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/path/ks_name
-Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/path/ts_name
where ks_name is the keystore file name and ts_name is the trust-store file name.
See also: