[jboss-user] [JBoss Getting Started Documentation] - Re: Access denied error
coolio
do-not-reply at jboss.com
Wed Aug 2 12:35:06 EDT 2006
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
More information about the jboss-user
mailing list