Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to login to the jboss 7.1 admin console on windows

Tags:

jboss7.x

Unable to login to the jboss 7.1 and 7.1.1 admin console on windows Server 2008 HPC Edition. i try also to add a new user(add-user.bat) nothing. Even the default user: admin=admin doesn't work.

This problem happens on domain and standalone.

like image 788
Festus Tamakloe Avatar asked Nov 02 '12 09:11

Festus Tamakloe


People also ask

How do I log into JBoss admin console?

JBoss AS 7, by default, does not use any more port 8080 to serve the admin console. You can access it at the https://localhost:9990/console as configured in your standalone. xml / domain.

What is my JBoss admin console username and password?

Go to the jmx console, enter JBoss login URL, then enter admin as username and admin password. Show activity on this post.

How do I enable console in JBoss?

To change the above setting via jboss-cli.sh in standalone mode like: Enable console: /core-service=management/management-interface=http-interface:write-attribute(name=console-enabled,value=true)

How do I reset my JBoss EAP admin password?

Resolution. Use $JBOSS_HOME/bin/add-user.sh script to overwrite existing user details. To reset login details execute the script and use the same user name but specify a different password, it will overwrite existing login details. # ./add-user.sh What type of user do you wish to add?


1 Answers

With add-user.bat:

Realm (ManagementRealm) : ManagementRealm Username : q Password : superpassword Re-enter Password : superpassword 

The problem was that the Realm (ManagementRealm) value must be the same: ManagementRealm

like image 112
Festus Tamakloe Avatar answered Oct 14 '22 22:10

Festus Tamakloe