JBoss Settings
1. Hide Access Directory
Jboss_home/server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml
<param-name>listings</param-name>
<param- value>false</param-value>
2. Set the Jmx-console console password
Because that is, use a firewall to block 8080 ports, the user with ulterior motives can also access through Http://your_domain/JMX-Console, modify the following
jboss_home/server/default/deploy/jmx-console.war/web-inf/
Web.xml Cancellation <security-constraint> this comment
Jboss-web.xml Cancellation <security-domain> this comment
Jboss_home/server/default/conf/props
Jmx-console-users.properties Modify Admin=admin Set user name = Set Password
Jmx-console-roles.properties Modify Admin change to the user name set above
3, set the Web-console console password:
jboss_home/server/default/deploy/management/console-mgr.sar/web-console.war/web-inf/
Web.xml Cancellation <security-constraint> this comment
Jboss-web.xml Cancellation <security-domain> this comment
Cd.. /class
Web-console-roles.properties Modify Admin change to the user name set above
Web-console-users.properties Modify Admin=admin Set user name = Set Password