Hello,
How can I ask for password when somebody try to access my Jboss Server 3.2.5
Note: I tried this
| 3.2.5/server/default/conf/login_config.xml |
| <module-option name="usersProperties">jmx-console-users.properties</module-option> |
| <module-option name="rolesProperties">jmx-console-roles.properties</module-option> |
| I create both files: |
| C:/pgm/jboss-3.2.5/server/default/conf |
| jmx-console-users.properties |
| eaceves=clave1 |
| jmx-console-roles.properties |
| eaceves=JBossAdmin |
Thanks in advance