Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Editing the *.properties files manually.
  2. Modifying the security configuration from the Administration Console.
  3. Creating a new security realm.

This last option is covered more in detail in the Configuring security section.

Editing the *.properties files manually

Open the <geronimo_home>/var/security/groups.properties file and edit the contents of this file. Add any username that you require and save the file.

...

In this example, two users have been added, user1 and user2 and the default system account has been deleted. Both user1 and user2 can access the console and the command line deployment tools.

...

Modifying the security configuration from the Administration Console

Log into the console and click on Console Realm on the console navigation panel - security folder.

Image Removed

This will take you to display the Console Realm Users and Console Realm Groups Screen portlets.

Image RemovedImage Added

Click on the Create New User link to add a new user and on the individual user names to edit existing ones.
Click on Create New Group link to add new user to the group.
Once the new user name and password is added, log out of the console and try the new user name and password.
Creating your own security realm is being covered under adminstrative tasks under the main 1.1 documentation.

...