Configuring General Configuration Settings

On the host that will run the management portal, complete these steps to edit the asg_portal.properties file.

Procedure

  1. Set Reporting to off. Make sure that the reportingEnables variable is set to false:
       # Turn on or off reporting to CL
         tibco.clientVar.ASG/Logging/reportingEnabled=false
  2. Specify the driver and URL for MySQL:<
    # 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.

  3. Specify the MySQL database user name and password:
      # 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.

    Note: The URL might be http:// or https:// depending on the Apache configuration for Joomla.
  4. Specify the Portal Server URL prefix:
    # 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.

    Note: The URL might be http:// or https:// depending on the Apache configuration for Joomla.
  5. Save the asg_portal.properties file.