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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...