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

Reviewing the Installation for the SWSE


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 eapps.cfg configuration file.

Verifying Physical Directories on the SWSE Installation

The following list shows some of physical directories and files created after you install the SWSE on the Web server. Some of these folders are not created until the first login. 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 Business 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 Business Application. For example, there is an eservice_enu directory for Siebel eService using U.S. English (ENU).

To verify the virtual directories on IBM HTTP Server and HP Apache Web Server

  • Open the Web server configuration file httpd.conf.
    • If you are using IBM HTTP Server, this file is located under IHS_ROOT/conf, where IHS_ROOT is the IBM HTTP Server installation directory.
    • If you are using HP Apache Web Server, the default directory is /opt/hpws/apache.

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

Alias /ecustomer_enu /vol1/siebel/eappweb/public/enu
Alias /callcenter_enu /vol1/siebel/eappweb/public/enu
Alias /sales_enu /vol1/siebel/eappweb/public/enu

To verify the virtual directories on Sun Java System Web Server

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

The following example partially illustrates the virtual directory structure for Siebel Business Applications on the Sun Java System Web Server:

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

NameTrans fn="pfx2dir" from="/callcenter_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