[jboss-user] [JBoss Getting Started Documentation] - Section 2.2.3: Security Service. Securing the web console.

berliita do-not-reply at jboss.com
Mon Jul 16 18:07:21 EDT 2007


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?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064766#4064766

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



More information about the jboss-user mailing list