Posted too soon, you also need to edit the web.xml file in the same directory, commenting
out the security-constraint:
| <!-- A security constraint that restricts access
| <security-constraint>
| <web-resource-collection>
| <web-resource-name>jbossws</web-resource-name>
| <description>Security configuration that only allows users with the
| role 'JBossAdmin' to access the JBossWS console web application
| </description>
| <url-pattern>/*</url-pattern>
| <http-method>GET</http-method>
| <http-method>POST</http-method>
| </web-resource-collection>
| <auth-constraint>
| <role-name>JBossAdmin</role-name>
| </auth-constraint>
| </security-constraint>
| -->
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187079#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...