[jboss-user] [Beginners Corner] - Re: How to disable login+password popup when calling JBossWS

PeterJ do-not-reply at jboss.com
Wed Nov 5 14:56:33 EST 2008


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#4187079

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187079



More information about the jboss-user mailing list