Siebel Installation Guide for UNIX > Additional Postinstallation and Configuration Tasks > Additional Tasks for the Siebel Web Server Extension and the Web Server >

Verifying the Siebel Virtual Directories on the Web Server


Review the Siebel virtual directories that were created during configuration of the Siebel Web Server Extension. The virtual directories are installed on the Web server for the installed Siebel Business Applications. For example, there is an eservice_enu virtual directory for Siebel eService using U.S. English (ENU).

This topic is part of Additional Tasks for the Siebel Web Server Extension and the Web Server.

To verify the virtual directories on Apache-based Web servers

  • Open the Web server configuration file httpd.conf. See also Configuring the Web Server.

    The following example partially illustrates a virtual directory structure for Siebel Business Applications:

    Alias /callcenter_enu /vol1/siebel/8.1.1.0.0/sweapp/public/enu
    Alias /sales_enu /vol1/siebel/8.1.1.0.0/sweapp/public/enu

To verify the virtual directories on Oracle iPlanet Web Server

  • Open the Web server configuration file obj.conf.

    This file is located in Oracle_iPlanet_Web_Server_install/web/https-localhost/config, in the Web server installation directory.

    In this path, Oracle_iPlanet_Web_Server_install is the root directory of the Oracle iPlanet Web Server.

The following example partially illustrates the virtual directory structure for Siebel Business Applications:

NameTrans fn="pfx2dir" from="/callcenter_enu" dir="/export/home/siebel/8.1.1.0.0/sweapp/public/enu"

NameTrans fn="pfx2dir" from="/sales_enu" dir="/export/home/siebel/8.1.1.0.0/sweapp/public/enu"...

Siebel Installation Guide for UNIX Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.