Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can, we know the jboss username and password for login

share|improve this question

2 Answers

Under your JBoss application server directory, look for a file named:

conf/login-config.xml

There will be a block called:

<application-policy name="jmx-console">

... which will tell where your file-based username=password combinations are stored. I believe the default path is:

conf/props/jmx-console-users.properties
share|improve this answer

User: jboss Password: passw0rd

If you are referring to JBoss' console user/password.

share|improve this answer
I am using JBossAS4. USER:jboss password:password not worked. give me proper suggesition. – CHANTI Apr 22 '10 at 18:36
If you have read carefully (or copy+pasted what I've written) you would have used passw0rd (the default password in JBoss installation) instead of password. – Pablo Santa Cruz Apr 22 '10 at 19:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.