I compared deploy/jmx-console.war/WEB-INF/web.xml from both the 4.0.4 and 4.0.2 downloads.
I found that the 4.0.4 web.xml is missing the following login-config element. | <login-config> | <auth-method>BASIC</auth-method> | <realm-name>JBoss JMX Console</realm-name> | </login-config> | Adding this element to the 4.0.4 web.xml causes the web server to prompt me for login as advertised. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962545#3962545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962545 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
