[jboss-user] [Management, JMX/JBoss] - Re: No login available for security service

hebol do-not-reply at jboss.com
Thu Apr 5 09:29:40 EDT 2007


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



More information about the jboss-user mailing list