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) >

Configuring Apache Tomcat Web Server for Stand-Alone Analytics (UNIX)


Apache Tomcat may be configured to work in conjunction with the Apache HTTP Server. For the details of the installation process, refer to documentation for the Apache HTTP Server and Apache Tomcat software.

Siebel Analytics Web requires slightly different versions of the JDK/JRE on the various platforms on which it is supported. Siebel Analytics Web has not been certified for all Java versions. The versions required are listed in Siebel System Requirements and Supported Platforms on Siebel SupportWeb.

To configure Siebel Analytics Web on an Apache Tomcat server, perform the following procedure.

NOTE:  In the following procedure, the example uses Tomcat version 4 installed at /usr/local/jakarta-tomcat-4. The exact text you use varies depending on your particular deployment.

To configure Siebel Analytics Web on Apache Tomcat under UNIX (stand-alone)

  1. Open the file /usr/local/jakarta-tomcat-4/conf/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.

  2. Within this tag add the following element:

    <Context path="/analytics" docBase="$INSTALLDIR/web/app/">

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

Siebel Analytics Installation and Configuration Guide