0 Replies Latest reply on Nov 5, 2012 8:08 AM by katerchen0815

    Migration JBoss 4 to JBoss 6 - WS configuration problem

    katerchen0815

      Hello,

       

      I have to migrate an application using beans from JBoss 4 to JBoss 6. The application uses JBossWS for security. In JBoss 4 configuration was set by update some lines in

      "deploy\jbossws.sar\jbossws-context.war\WEB-INF\web.xml":

       

        <login-config>

            <auth-method>BASIC</auth-method>

            <realm-name>myServer</realm-name>

         </login-config>

       

         <security-role>

            <role-name>friend</role-name>

         </security-role>

       

      Where can I find the equivalent in JBoss 6?

       

      Thank you for your help

       

      Volker