Configuring Apache HTTP Server for TIBCO API Exchange Gateway
You must configure Apache HTTP server to include the TIBCO API Exchange Gateway module.
Procedure
-
Open the APACHE_HOME/conf/httpd.conf file for editing.
-
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.
-
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.
-
Verify that you have set up the system environment variables. See Setting the System Environment Variables.
Copyright © Cloud Software Group, Inc. All rights reserved.