Previous Topic: Modify the Plug-in for an IIS Web ServerNext Topic: Start the WebLogic Cluster


Modify the Plug-in for an iPlanet Web Server

Follow these steps:

Make these changes to the obj.conf file:

  1. Locate each line that includes WebLogicHost and WebLogicPort parameters. For example:
    Service fn="wl-proxy" 
    WebLogicHost="north.com" WebLogicPort="7001" PathTrim="/weblogic"
    
  2. Replace these parameters with a WebLogicCluster parameter in this format:
    WebLogicCluster="wl_host:port,wl_host:port,..."
    

    For example, this cluster has two nodes:

    Service fn="wl-proxy" WebLogicCluster="north.com:7001,south.com:7001" PathTrim="/weblogic"
    

    Note: Be sure to use host names, not IP addresses. The host names work even if you use dynamic IP addresses.