Siebel Analytics Installation and Configuration Guide > Configuring Siebel Analytics in the UNIX Environment >

Configuring a Custom Name for a Virtual Web Server


When setting up a virtual Web server, the web-apps.xml file uses the following path:

<web-app uri="/Analytics" dir="$INSTALLDIR/Web/app"/></ vs>

This path invokes the application as http://<host:port>/Analytics. However, if you want to invoke the application as a virtual IP address, you must use the following procedure to change the IP address.

To change the Web server virtual IP address

  1. Open the web-apps.xml file.
  2. Configure the <web-app uri= setting as follows:

    <web-app uri="/CUSTOM" dir="$INSTALLDIR/Web/app"/></ vs>

    where CUSTOM represents a different virtual IP address.

  3. Change the Web Server parameter for iBots.

    In schconfig.exe > Configure iBots, set the following value:

    http://<host:port>/CUSTOM/saw.dll

    where CUSTOM represents the virtual IP address specified in the web-apps.xml uri path.

Siebel Analytics Installation and Configuration Guide