Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools > Installing the Siebel Web Server Extension > Postinstallation Tasks for Siebel Web Server Extension >

Reviewing Installation Directories for Siebel Web Server Extension


Review the physical and virtual directories created during installation of the Web Server Extension on the Web server host to familiarize yourself with the locations of files, such as the configuration file (eapps.cfg).

Physical Directories

The following list shows some of physical directories and files created when you install the SWSE on the Web server. In the list, language represents languages you have installed, such as ENU for U.S. English.

SWEApp/

 

 

 

 

_uninst/

 

 

 

admin/

 

 

 

bin/

 

 

 

 

language/

 

 

 

eapps.cfg

 

 

 

sweiis.dll

 

 

install_script/

 

 

 

locale/

 

 

 

 

language/

 

 

log/

 

 

 

public/

 

 

 

 

language/

 

 

 

 

demo/

 

 

 

files/

 

 

 

images/

 

base.txt

 

 

 

language.txt

 

 

 

log.txt

 

 

 

upgrade.log

 

 

_uninst. Contains files required for uninstallation of the product.

admin. Contains the file swseapps.scm, which is used during installation. This file launches the dialog boxes used during configuration of the Siebel eBusiness Applications.

bin. Contains the SWSE configuration file (eapps.cfg) and the libraries needed for the SWSE functionality.

locale. Contains resource files with information about any run-time errors.

log. Reports communication errors between the SWSE and the Application Object Managers in the Siebel Servers.

public. Each language-specific subdirectory contains the default HTML file (default.htm) used to redirect the browser to the SWSE and subdirectories of the Siebel Server.

Verifying Virtual Directories on the Web Server

Virtual directories are installed on the Web server for each installed Siebel eBusiness Web application. For example, there is an eservice directory for Siebel eService.

To verify the virtual directories on IHS and HP-Apache2

  • Open the Web server configuration file httpd.conf.

    When using IHS, this file is located under $IHS_ROOT/conf. If you are using HP-Apache2, the default directory is /opt/hpws/apache.

The following example partially illustrates a virtual directory structure visible for Siebel eBusiness Applications on IHS or HP-UX.

Alias /ecustomer_enu /vol1/siebel/eappweb/public/enu
Alias /erm_enu /vol1/siebel/eappweb/public/enu
Alias /emarketing_enu /vol1/siebel/eappweb/public/enu
Alias /callcenter_enu /vol1/siebel/eappweb/public/enu
Alias /marketing_enu /vol1/siebel/eappweb/public/enu

To verify the virtual directories on Sun ONE Web Server

  • Open the Web server configuration file obj.conf, located under $iplanetserver/webserverinstance/config.

The following example partially illustrates the virtual directory structure for Siebel eBusiness Applications on the Sun ONE Web Server.

NameTrans fn="pfx2dir" from="/partnerfinder_enu" dir="/export/home/siebel/public/enu"

NameTrans fn="pfx2dir" from="/ecustomer_enu" dir="/export/home/siebel/public/enu"

NameTrans fn="pfx2dir" from="/emarketing_enu" dir="/export/home/siebel/public/enu"

NameTrans fn="pfx2dir" from="/etraining_enu" dir="/export/home/siebel/public/enu"

NameTrans fn="pfx2dir" from="/echannel_enu" dir="/export/home/siebel/public/enu"

NameTrans fn="pfx2dir" from="/esales_enu" dir="/export/home/siebel/public/enu"

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

Siebel Installation Guide for UNIX: Servers, Mobile Web Clients, Tools