Technical data

General Parameters for Web Server Plug-Ins
Administration Guide D-3
WebLogicCluster none
Identifes the WebLogic Server instances to which HTTP
requests should be forwarded. The
WebLogicCluster
parameter specifies the host name and listen port for each server
instance specified. The method of specifying the parameter, and
the required format vary by plug-in. See the examples in:
n "Installing and Configuring the Netscape Enterprise
Server Plug-In (NSAPI)"
n "Installing and Configuring the Microsoft Internet
Information Server (ISAPI) Plug-In"
n "Installing and Configuring the Apache HTTP
Server Plug-In"
If you are using SSL between the plug-in and WebLogic Server,
set the port number to the SSL listen port (see “Configuring the
Listen Port” on page 8-5) and set the SecureProxy parameter
to ON.
The plug-in does a simple round-robin among all available
cluster members. The server list specified in this property is a
starting point for the dynamic server list that the server and
plug-in maintain. WebLogic Server and the plug-in work
together to update the server list automatically with new, failed,
and recovered servers. If a mixed set of clusters and single
servers is specified, the dynamic list returned for this parameter
will return only the clustered servers.
You can disable the use of the dynamic cluster list by setting the
DynamicServerList parameter to OFF.
The plug-in directs HTTP requests containing a cookie,
URL-encoded session, or a session stored in the POST data to
the server in the cluster that originally created the cookie.
Parameter Default Description