Java
--
Questions
--
Followers
Top Experts
Thank you
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
http://localhost:8080/
where 8080 is the port where JBoss is listening
I don't want to secure the web console or JMX console. I just want to login into web console and JMX console
>>http://localhost:8080/
For me it asks for username and password






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
<JBoss root>\server\default\conf\
Search for <application-policy name = "jmx-console">. Under that you would find the user and role properties file that would have the username-password combinations. Please go to the properties file specified by <module-option name="usersProperties"> and you would get the username password combinations.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Ensure that the security-constraint block is uncommented and below <login-config> block exists after the end of the <security-constraint> block.
<login-config>
  <auth-method>BASIC</auth-m
  <realm-name><name of application policy from login-config.xml></realm-n
</login-config>
I have attached the properties files (changed extendion to txt so that they get uploaded) available inside conf. I have tried with the username and password given here but still not able to log in.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Java
--
Questions
--
Followers
Top Experts
Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.