Siebel Global Deployment Guide > Localizing Global Deployments > Localizing an Unshipped Language >

Updating the eapps.cfg File on the SWSE


This topic is part of Localizing an Unshipped Language.

After you created virtual directories following the steps in Creating Virtual Directories on the Web Server, you need to create corresponding entries in the eapps.cfg or eapps_sia.cfg file on the SWSE.

For example, copy the section shown as [/callcenter_enu] to be [/callcenter_nor]. Change any language-specific references from ENU or enu to NOR or nor.

For example, you must specify the correct component name by setting the ConnectString parameter, and specify the correct directory name by setting the WebPublicRootDir parameter. Include all of the parameters in the copied section of the file.

Copy a section like this, for example, for version 8.1.1.11 on Microsoft Windows:

[/callcenter_enu]
ConnectString = siebel.TCPIP.None.None://siebsrvr81:2321/SBA_81/SCCObjMgr_enu
WebPublicRootDir = C:\siebel\8.1.1.11.0\SWEApp\public\enu

And modify the copied section like this:

[/callcenter_nor]
ConnectString = siebel.TCPIP.None.None://siebsrvr81:2321/SBA_81/SCCObjMgr_nor
WebPublicRootDir = C:\siebel\8.1.1.11.0\SWEApp\public\nor

Related Books

Siebel Installation Guide for the operating system you are using

Siebel System Administration Guide

Siebel Global Deployment Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.