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
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
Copyright © Cloud Software Group, Inc. All rights reserved.