Here is the section from the jboss-service.xml file which I took from the above 
reference.  I think it must be working as without I don't think that the login module 
would retrieve the subject from the certificate correctly.  IThis was the only change 
(and an addition) to the jboss-service.xml without I don't get an exception, but then 
it also doesn't find the certificate.
                                                                                       
              

  |    <!-- setting up the java://jaas/jmx-console realm see login-config.xml -->
  |    <mbean code="org.jboss.security.plugins.JaasSecurityDomain"
  |       name="jboss.web:service=SecurityDomain">
  |       <constructor>
  |          <arg type="java.lang.String" value="web-console"/>
  |       </constructor>
  |            <attribute 
name="KeyStoreURL">${jboss.server.home.dir}/../../bin/tomcat.jks</attribute>
  |            <attribute name="KeyStorePass">RHhyqC7S</attribute>
  |    </mbean>
  |     

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841046#3841046

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841046


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to