A SERVICE OF

logo

File Synchronization with rsync
BEA AquaLogic Commerce Services Deployment Guide 57
APACHE_HTTP_PORT The port that the Apache server will be listening
to http requests on
APACHE_HTTPS_PORT The port that the Apache server will be listening
to https requests on
SERVER1_IP The IP address of the server hosting the first
managed server in the cluster
SERVER1_HTTP_PORT The port that the first managed server is listening
to http requests on
SERVER2_IP The IP address of the server hosting the second
managed server in the cluster
SERVER2_HTTP_PORT The port that the second managed server is
listening to http requests on
APPLICATION_CONTEXT_NAME The name of the Elastic Path Storefront context.
Apache will only handle requests with this context
in it. If the context is empty or you want Apache
to handle all requests against
APACHE_HTTP_PORT/APACHE_HTTPS_PORT, then
this line can be taken out of the files.
2. Setup Apache Http Server Plug-in Module
o Copy the correct version of the WebLogic Apache Http Server Plug-in for the
Operating System of your Apache server from the WebLogic install to
APACHE_HOME/modules. See the Apache HTTP Server Plug-In
documentation at http://e-docs.bea.com/wls/docs92/plugins/apache.html to
determine which is the correct version to copy.
o Comment out the following line in APACHE_HOME/conf/httpd.conf so it can
be replaced with a clustered WebLogic SSL configuration file.
# Include conf/ssl.conf
o Add the following lines to APACHE_HOME/conf/httpd.conf under the other
LoadModule lines to include the weblogic clustering configurations (replacing
mod_wl_20 with the correct name of the server plug-in module that you copied
over).
LoadModule weblogic_module modules/mod_wl_20.so
<IfModule mod_ssl.c>
Include conf/ssl-weblogic.conf
</IfModule>
Include conf/weblogic.conf
File Synchronization with rsync
AquaLogic Commerce Services uses rsync to synchronize asset and template files between a
Commerce Manager server and Storefront servers.