Have u defined a JaasSecurityDomain mbean for the security domain that you need. This will provide the keystore url etc. http://wiki.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule
| <mbean code="org.jboss.security.plugins.JaasSecurityDomain" | name="jboss.security:service=SecurityDomain"> | <constructor> | <arg type="java.lang.String" value="jmx-console"/> | </constructor> | <attribute name="KeyStoreURL">resource:localhost.keystore</attribute> | <attribute name="KeyStorePass">unit-tests-server</attribute> | <depends>jboss.security:service=JaasSecurityManager</depends> | </mbean> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070803#4070803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070803 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
