Configuring Apache HTTP Server for TIBCO API Exchange Gateway

You must configure Apache HTTP server to include the TIBCO API Exchange Gateway module.

Procedure

  1. Open the APACHE_HOME/conf/httpd.conf file for editing.
  2. Add the following line in the file:
          Include ASG_HOME/modules/http_server/apache/mod_ASG.conf
    Note: Replace the ASG_HOME with the directory location where TIBCO API Exchange Gateway is installed.
  3. Modify the listening port, as required:
          Listen 8080
    Note: Edit the listen port only if you run the Apache HTTP Server as a normal user. If you run it as a superuser, the change in port is not required.
  4. Verify that you have set up the system environment variables. See Setting the System Environment Variables.