Starting ASMM

You need to run the asmm.jar to start the ASMM Administrative interface.

Procedure

  1. Open a command window.
  2. Navigate to the directory where ASMM is installed. For example, <TIBCO_HOME>\as\<version>\asmm.
  3. Enter the following command:
    java -jar asmm.jar
  4. Open a browser, and in the address field, enter the URL for the ASMM Administrative interface. The default value is:
    http://<hostname>:8680

    where hostname is the host name or IP address of the host running ASMM.

    Note: You can change the port number for the ASMM interface by editing the config.xml file for the ASMM deployment. The config.xml file is located in the TIBCO_HOME/as/<version>/asmm directory. To change the port number for the ASMM Admin interface, locate the <servers> section in the XML code and change the value for the <ports> tag from the default (8680) to the port number that you want to use.

    After providing the credentials, the Home page for the ASMM Admin interface is displayed.