Changing Login Host and Port Information

You can change the login information for Config UI.

The values for username, password, host, and port are configured in the ASG_HOME/bin/asg-configui.tra file. By default, the values are shown as follows:

   tibco.env.ASG_HOST=localhost

   tibco.env.ASG_PORT=9200

   tibco.env.ASG_ADMIN_USERNAME=asgadmin

   tibco.env.ASG_ADMIN_PASSWORD=asgadmin

To change the values for username, password, host, and port, follow these steps:

Procedure

  1. Open a terminal window.
  2. Navigate to the ASG_HOME/bin directory.
  3. Make a copy of the asg-configui.tra file.
  4. Edit the asg-configui.tra file using a text editor to set the following properties, as required:

       tibco.env.ASG_HOST= hostname

       tibco.env.ASG_PORT= port

       tibco.env.ASG_ADMIN_USERNAME= username

       tibco.env.ASG_ADMIN_PASSWORD= password

  5. Stop the GUI server (if running).
  6. Restart the GUI server using the asg-configui executable.

    For example,

    On the Windows, run the asg-configui.exe.

    On the UNIX, type the following command:

       ./asg-configui
    Note: For production systems, it is good practice to deploy the ASGConfig.war file on a secure application server running in the production environment. The war file is located under the ASG_HOME/webapp directory.