![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/0/41/041f93a3-11a9-4d33-a74b-89372bd39d58/041f93a3-11a9-4d33-a74b-89372bd39d58-bg3c.png)
Load Balancing
BEA AquaLogic Commerce Services Deployment Guide 55
Url The JDBC connection URL (eg. jdbc:oracle:thin:@11.11.1.111:1111:alcs)
JdbcDriverName The name of the JDBC driver (eg. oracle.jdbc.OracleDriver)
DbUserName The username for accessing the database
DbUserPassword The password for accessing the database
Useful Websites
Example setting up a
clustered deployment on a
single server with WLST
http://dev2dev.bea.com/pub/a/2006/03/wlst-clustered-
deployment.html?page=1
Steps for Creating and
starting a managed server
on a remote machine
http://edocs.bea.com/common/docs92/pack/tasks.html#wp1068348
WLST Documentation http://edocs.beasys.com/wls/docs92/config_scripting/
WLST Command and
Variable Reference
http://e-docs.bea.com/wls/docs92/config_scripting/reference.html
WebLogic Server Mbean
Reference
http://e-docs.bea.com/wls/docs92/wlsmbeanref/core/index.html
Load Balancing
Apache HTTP Server may be used along with an installed module to load balance among a
cluster of application servers. This section explains how to setup Apache HTTP Server and the
sub-sections give the details on how to setup the WebLogic Apache HTTP Server Plug-in module
for load balancing. WebLogic provides the WebLogic Apache HTTP Server Plug-in module to be
used with Apache for load balancing WebLogic servers.
Setup of the Apache HTTP Server as a Load Balancer
• Download the latest version of Apache that can be used with the module that you will be
using from the Apache Downloads Page at http://httpd.apache.org/download.cgi.
If you download the source code and build it based on the instructions, don't
forget to enable ssl when you do the configuration.
$ {APACHE_HTTP_SERVER_SRC_DIR}/configure --enable-ssl
--enable-so -enable-mods-shared="proxy \
proxy_http proxy_ftp proxy_connect headers cache
disk_cache mem_cache"
--prefix={INSTALL_FULL_PATH}
$ {APACHE_HTTP_SERVER_SRC_DIR}/make