How can, we know the jboss username and password for login
A:
User: jboss Password: passw0rd
If you are referring to JBoss' console user/password.
Pablo Santa Cruz
2010-04-22 18:25:23
I am using JBossAS4.USER:jbosspassword:passwordnot worked.give me proper suggesition.
CHANTI
2010-04-22 18:36:10
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
2010-04-22 19:40:30
+2
A:
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
Dolph
2010-04-22 18:59:01