|
| Copyright © TIBCO Software Inc. All Rights Reserved |
1. The asg.properties file on the API Exchange Gateway host
2. The asg-portal.properties file on the host that is running the management portal.
1.
2. Check the port number for the tibco.clientVar.DefaultImplementation/Connections/HTTP/FacadeHTTPConnection/Port property
3. Ensure that the port number specified is different than the port number specified for the tibco.clientVar.DefaultImplementation/Connections/HTTP/FacadeHTTPConnection/Port= property that is specified in the asg-portal.properties file.For general information on configuring Central Logger, see the “Central Logger” section in Chapter 14 of the TIBCO API Exchange Gateway User’s Guide, “Gateway Management Features.”
1. Enable central logging in the asg.properties file for the gateway.For specific information, see “Enable Reporting to Central Logger” in Chapter 14 of the TIBCO API Exchange Gateway User’s Guide, “Gateway Management Features.”
2. Configure the asg_cl.properties file to specify the necessary database connection parameters for central logging.For specific information, see “Setup the database connection parameters” in Chapter 14 of the TIBCO API Exchange Gateway User’s Guide, “Gateway Management Features.”(On Host 1) Configure the asg_portal.properties FileOn the host that will run the management portal, complete these steps to edit the asg_portal.properties file to specify general configuration to allow the portal to communicate with the API Exchange Gateway:
1. Set Reporting to Off. Make sure that the reportingEnables variable is set to false:asg.portal.engine.mysql.database.url=jdbc:mysql://
<portal_engine_IP_address>:3306/asg_openapi?autoReconnect=truewhere portal_engine_IP_address is the IP address of the host running the portal.asg.portal.engine.swagger.spec.url.prefix =https://portal_engine_IP_address/joomlaUpgrade/uploads/swaggerSpecs/where portal_engine_IP_address is the IP address of the host running the portal.
asg.portal.url.prefix =https://portal_engine_IP_address/joomlaUpgradewhere portal_engine_IP_address is the IP address of the host running the portal.
5. Save the asg_portal.properties file.On the host that will run the management portal, edit the asg_portal.properties file to specify properties for the Central Logger:
1. Edit the asg-portal.properties file to specify database properties for the Central Logger:
2. Edit the asg-portal.properties file to specify the quota checking interval. The default usage check interval is 10 minutes. The following example sets the quota checking interval to 1 minute:To support quota throttle notification (notification when usage for a particular application reaches a limit set for a specified environment), start each engine in the portal environment using the -n EngineName parameter for the asg-engine command:where EngineName specifies a unique engine name.
|
| Copyright © TIBCO Software Inc. All Rights Reserved |