Securing jmx-console:
=====================
1. uncomment the lines found in the following path.
$JBOSS_HOME\server\all\deploy\jmx-console.war\WEB-INF\web.xml
2. Change the password in the jmx-console-users.properties,if required. The properties
file is found in the following path:
$JBOSS_HOME\server\all\conf\props\jmx-console-users.properties
3. uncomment the tag found in the jboss-web.xml. The path of the file is
as follows:
$JBOSS_HOME\server\all\deploy\jmx-console.war\WEB-INF\jboss-web.xml
Securing web-console:
=====================
1. Repeat the step 1 of “Securing jmx-console”. The web.xml is found in the following path:
$JBOSS_HOME\server\all\deploy\management\console-mgr.sar\web-console.war\WEB-INF\web.xml
2. Change the password in the web-console-users.properties,if required. The properties
file is found in the following path:
$JBOSS_HOME\server\all\deploy\management\console-mgr.sar\web-console.war\WEB-INF\classes\web-console-users.properties
3. uncomment the tag found in the jboss-web.xml. The path of the file is
as follows:
$JBOSS_HOME\server\all\deploy\management\console-mgr.sar\web-console.war\WEB-INF\jboss-web.xml