During the TIBCO ActiveMatrix Runtime UDDI Server configuration, you are required to provide the username and password of the default administrator. The default values for the administrator are the username 'admin' and the password 'admin'. For detailed information, refer to
Configure the Server Root User and Password.
When connecting to TIBCO ActiveMatrix Runtime UDDI Server, you are required to provide a username and password. You can encrypt your password for greater security.
After encrypting the password, replace the clear-text password with the encrypted password. For example, the clear-text password can be replaced in the
uddi.properties file that is available from the following directory:
TIBCO_HOME\RuntimeUDDIServer\3.1\script\client
In TIBCO ActiveMatrix Runtime UDDI Server, you can implement your own factory to encrypt the database password used in the JNDI resource configuration file.
If you want to access TIBCO ActiveMatrix Runtime UDDI Server using SSL support, you must export the certificate from the server and import it to your client machine. For detailed information, refer to
TIBCO ActiveMatrix Runtime UDDI Server User’s Guide.
To enable SSL on Apache Tomcat, uncomment the SSL/TLS connector in TOMCAT_HOME/conf/server.xml and change the values of the
keystorFile and
keystorPass properties to your actual values.
If your keystore named uddi.keystore is located in the
TOMCAT_HOME directory with the password
TAMRUS, then your default connector
To enable SSL on JBoss, uncomment the SSL/TLS connector in JBOSS_HOME/server/default/deploy/jbossweb.sar/server.xml and change the values of the
keystorFile and
keystorPass properties to your actual values.