Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 4 Apache Module for TIBCO API Exchange Gateway : Configuring Apache HTTP Server Using HTTP Transport

Configuring Apache HTTP Server Using HTTP Transport
This section explains the configuration required to setup the Apache HTTP server using the HTTP transport.
Follow these steps to configure the Apache HTTP server installation for using the Apache module of TIBCO API Exchange Gateway.
1.
Open the APACHE_HOME/conf/httpd.conf file for editing.
2.
Include ASG_HOME/modules/http_server/apache/mod_ASG.conf
Replace the ASG_HOME with the directory location where TIBCO API Exchange Gateway product is installed.
3.
Listen 8080
4.
On the Windows Platform
After TIBCO API Exchange Gateway product is installed, verify that the PATH system variable includes RV_HOME/bin, where RV_HOME specifies the directory where the TIBCO Rendezvous product is installed.
On the UNIX Platform
After TIBCO API Exchange Gateway product is installed, ensure that the following environment variables are set correctly. Depending on the type of shell, you may have to use different commands to set these variables.
RV_HOME: verify that this variable is set to the directory where TIBCO Rendezvous is installed. If not, set it as follows:
   export RV_HOME=directory where the TIBCO Rendezvous product is installed.
PATH: verify that this variable includes $RV_HOME/bin. If not, set it as follows:
   export PATH=$RV_HOME/bin:$PATH
LD_LIBRARY_PATH: verify that this variable includes $RV_HOME/lib. If not, set it as follows:
   export LD_LIBRARY_PATH=$RV_HOME/lib:$RV_HOME/lib/64:$LD_LIBRARY_PATH

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved