1

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.

Jonik
  • 2,961
  • 4
  • 38
  • 48

1 Answers1

4

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

Lloyd Meinholz
  • 546
  • 2
  • 5