Analysis of the setting of JBoss console password

Source: Internet
Author: User
Tags jboss

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.