2 Replies Latest reply on Jul 17, 2007 1:54 AM by berliita

    Section 2.2.3: Security Service. Securing the web console.

    berliita

      I'm using JBoss 4.0.5.

      1. The documentation states: "The Web Console is in deploy/management/web-console.war." But there's no web-console.war in the deploy/management directory. Should the path be deploy/management/console-mgr.sar/web-console.war?

      2. The conf/login-config.xml file contains the following element:

      <application-policy name="web-console">
       <authentication>
       <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
       <module-option name="usersProperties">web-console-users.properties</module-option>
       <module-option name="rolesProperties">web-console-roles.properties</module-option>
       </login-module>
       </authentication>
      </application-policy>
      


      But where are the two *.properties files located? They're not in the conf directory, so where are they? Should i create them myself? If so, where should i save them?