Configuring General Configuration Settings
On the host that will run the management portal, complete these steps to edit the asg_portal.properties file.
Procedure
Copyright © TIBCO Software Inc. All rights reserved.
On the host that will run the management portal, complete these steps to edit the asg_portal.properties file.
# Turn on or off reporting to CL tibco.clientVar.ASG/Logging/reportingEnabled=false
# Portal Engine MySQL asg.portal.engine.mysql.database.driver=com.mysql.jdbc.Driver asg.portal.engine.mysql.database.url=jdbc:mysql:// <portal_engine_IP_address>:3306/asg_openapi?autoReconnect=true
where portal_engine_IP_address is the IP address of the host running the portal.
# Portal Engine MySQL database username/password asg.portal.engine.db.username=root asg.portal.engine.db.password=root
where portal_engine_IP_address is the IP address of the host running the portal.
# Portal Server URL prefix asg.portal.url.prefix =https://portal_engine_IP_address/joomlaUpgrade
where portal_engine_IP_address is the IP address of the host running the portal.