Siebel Analytics Installation and Configuration Guide > Configuring Siebel Analytics in the UNIX Environment > Process of Installing Siebel Analytics Web on Sun ONE Web Server (Solaris) >

Editing the web-apps.xml File on Sun ONE


This task is part of the Process of Installing Siebel Analytics Web on Sun ONE Web Server (Solaris).

When you create a new virtual server, the Sun ONE Web Server Administration Server creates a new directory for this server, typically named https-ServerIdentifier, where ServerIdentifier is the value you entered in the similarly named field when you created the virtual server. This directory contains an XML file named web-apps.xml. This file must be edited as shown in the following procedure.

To edit the web-apps.xml file

  1. Locate the https-ServerIdentifier directory. For example:

    /usr/local/iplanet6sp5/servers/https-saw

    NOTE:  The third-party product referred to is Sun ONE, but the installation paths and directories refer to its older name, iPlanet.

  2. Locate the file web-apps.xml in the config subdirectory of your virtual server's directory.

    For example:

    /usr/local/iplanet6sp5/servers/https-saw/config/web-apps.xml.

  3. Add the following line between the <vs> and </vs> tags:

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

    Replace $INSTALLDIR with the complete path to the Analytics installation directory.

    CAUTION:  Make sure that XML syntax is strictly followed when editing this file. Any XML syntax errors may result in your virtual server failing to start.

  4. If you started the virtual server at any point during the installation procedure, you must stop it now.

    Use the Administration Console or the stop script in your virtual server directory.

Siebel Analytics Installation and Configuration Guide