A simple newbie JBoss question.

I've got JBoss 5.1.0 GA installed (from here) and running, and I'm trying to access the administration console:

alt text

What are the default credentials (if any) and where do you configure these? I didn't find an answer in the JBoss Installation And Getting Started Guide.

The server is running Ubuntu 9.10 but I believe that is irrelevant, as JBoss is installed outside package management.

link|improve this question

78% accept rate
Neither does the "Administration And Configuration Guide" seem to help much. – Jonik Feb 16 '10 at 14:37
feedback

1 Answer

up vote 3 down vote accepted

The default is admin/admin.

You can find and modify this in:

server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties

Information can be found online (on page 3):

JBoss Admin Console Quick Start Guide

link|improve this answer
That's it; thanks! – Jonik Feb 17 '10 at 7:58
feedback

Your Answer

 
or
required, but never shown

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