Setting up ASMM Credentials

When you first login, the default username/password is admin/admin. The configuration resides in a user name password properties file, realm.properties, installed under TIBCO_HOME/as/<version>/asmm/conf/.

Procedure

  1. Go to TIBCO_HOME/as/<version>/asmm/conf/realm.properties.
  2. Look for the following code snippet:
      <username>: <password>[,<rolename> ...]
  3. Add user names, password, and a comma-separated list of roles by modifying the code snippet shown in step 2.
  4. Save the file.

A Sample realm.properties File

## This file defines users passwords and roles for a HashUserRealm
## The format is
#  <username>: <password>[,<rolename> ...]
## Passwords may be clear text, obfuscated or checksummed.  The class 
# org.eclipse.util.Password should be used to generate obfuscated
# passwords or password checksums
## If DIGEST Authentication is used, the password must be in a recoverable
# format, either plain text or OBF:.
#
admin: admin,admin
user: password,user