Databases Reference
In-Depth Information
There's more...
The Multicast can also be configured through WLST.
Configuring Multicast using WLST
1. Log in as a wls user to shell and start WLST:
[wls@prod01]$ $WL_HOME/common/bin/wlst.sh
2. Connect to the Administration Server using wlsadmin as the user, <pwd> as the
password, and t3://prod01.domain.local:7001 as the server URL:
wls:/offline> connect("wlsadmin","<pwd>","t3://prod01.domain.
local:7001")
3. Run the following WLST commands to create the cluster and the server instances:
edit()
startEdit()
cd('/Clusters/PROD_Cluster')
cmo.setClusterMessagingMode('multicast')
cmo.setMulticastPort(7001)
cmo.setMulticastAddress('239.192.0.0')
activate()
exit()
See also
F Configuring HA WebLogic cluster parameters
F Using Unicast for cluster communications
Installing Apache HTTP Server for the
Web tier
This recipe will describe a quick installation of the Apache HTTP Server because a Web tier
is needed to illustrate the use of WebLogic Web Server plug-in.
The plug-in is used for load balancing and the failover of HTTP requests to WebLogic Server,
and the next recipe will cover its configuration and usage.
 
Search WWH ::




Custom Search