Thursday, December 18, 2014

ASG - Starting Configuration Server GUI


Configuration Server GUI provides to configure an Endpoint Operation for TIBCO API Exchange Gateway. Below are the list of steps to start server in GUI mode.
  • Open a window and navigate to <ASG_HOME>/bin directory.
  • Start the Config UI as follows:
       On windows platform, type the following command on a command prompt:
       asg-configui.exe
       On UNIX platform, type the following command on a terminal window:
       ./asg-configui

  • Open a browser window and enter the following URL:
        http://<Host_Name>:9200/ConfigUI
  • Now you can see Login page in UI and enter the required credentials Username and Password.
        Username: admin
        Password : admin


  • Ensure the following default project configurations are displayed under Projects panel: 
         - Default 
         - GetLocation
         - BookQuery
         - BookQueryWSS
         - Caching
         - APIExchange 
         - ProductQuery etc. 

Some more additional information: 

Changing Host, Port and Login details:

The values for Host, Port, Username and Password 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

As per the requirements we can update these settings by editing asg-configui.tra file and restart GUI server using asg-configui executable to reflect these changes. 

NOTE: Take a backup of asg-configui.tra file before doing any changes.


No comments:

Post a Comment

back to top