Siebel Analytics Installation and Configuration Guide > Configuring Siebel Analytics in the Windows Environment > Process of Configuring Apache Tomcat Web Server (Windows) >

Configuring the Apache Tomcat Web Server for Siebel Analytics Web (Windows)


This task is part of the Process of Configuring Apache Tomcat Web Server (Windows).

To configure Apache Tomcat Web server (stand-alone under Windows)

  1. Stop the Apache Tomcat service.
  2. In the Tomcat \conf directory, open the file server.xml in a text editor.

    Locate the <Host> tag for the virtual host you wish Siebel Analytics Web to run under. A default installation of Tomcat 4.x has a single <Host> tag for the default host.

  3. Modify the contents of this tag as follows:

    <Context path="/analytics" docBase="$INSTALLDIR\Web\Servlet">

    Replace $INSTALLDIR with the full path to the directory where Siebel Analytics has been installed.

  4. Near the end of the Apache Web server configuration file, insert a Tomcat configuration file reference.

    For example:

    include "D:\apache\tomcat\conf\tomcat-apache.conf"

Siebel Analytics Installation and Configuration Guide