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

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

Hope someone can help me.

share|improve this question

1 Answer

up vote 4 down vote accepted

I get the answer by myself: quiet simple.

  1. add-user.bat
  2. a

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

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

share|improve this answer
great. It helps me alot – David Mar 26 at 17:27
@David you're welcome – Festus Tamakloe Mar 26 at 19:23

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.