Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 6 Config UI : Starting GUI

Starting GUI
This section explains the steps to start the configuration server in a test environment.
1.
2.
Navigate to the ASG_HOME/bin directory.
3.
On the Windows platform, type the following command on a command prompt:
 
   asg-configui.exe
On the UNIX platform, type the following command on a terminal window:
   ./asg-configui
4.
   http://localhost:9200/ConfigUI
5.
   username:admin
   password:admin
6.
7.
 
Access Config UI through HTTPs Transport
To access the Config UI of TIBCO API Exchange Gateway through HTTPs transport, do the following :
1.
2.
3.
Navigate to the ASG_HOME/bin directory.
4.
Make a copy of the asg-configui.tra file.
5.
Using a text editor, edit the asg-configui.tra file. To enable SSL, set the following properties:
java.property.com.tibco.asg.designtime.configui.launcher.secure=true
java.property.com.tibco.asg.designtime.configui.launcher.SSLEnabled=true
6.
7.
SSL Properties for Config UI
The following table explains the SSL properties to specify the keystore configuration for using the HTTPs transport:
If this property is set to true, it requires the scheme and secure properties to be set correctly for HTTPs transport.
For example, C:/tibco/keystores/config.jks
By default, the pathname is the .keystore file. The file is stored in the home directory of the user who is running Tomcat server.
Changing Login, Host, and Port Information
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:
1.
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.
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
For production systems, it is recommended 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.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved