tags:

views:

51

answers:

2

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
I am using JBossAS4.USER:jbosspassword:passwordnot worked.give me proper suggesition.
CHANTI
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
+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