In the Wiki I found the reference:

anonymous wrote : vi 
$JBOSS_HOME/server/default/deploy/jmx-console.war/WEB-INF/web.xml
  | uncomment the security-constraint block
  | and add a <login-config> block after the end of the <security-constraint> 
block:
  | 
  |    <login-config>
  |     <auth-method>BASIC</auth-method>
  |     <realm-name>jmx-console</realm-name>
  |    </login-config> 
  | 

Note! It should be after the <security-constraint> block.
And FINALLY I managed to get a simple BASIC authentication login from my 
browser.

/Martin

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035003
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to