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 steps in Creating Virtual Directories on the Web Server, you need to create corresponding entries in the eapps.cfg file, or eapps_sia.cfg for Siebel Industry Applications, on the SWSE.

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

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

Copy a section like this:

[/callcenter_enu]
ConnectString = siebel.TCPIP.None.None://siebsrvr80:2321/SBA_80/SCCObjMgr_enu
WebPublicRootDir = D:\sba80\SWEApp\public\enu

And modify the copied section like this:

[/callcenter_plk]
ConnectString = siebel.TCPIP.None.None://siebsrvr80:2321/SBA_80/SCCObjMgr_plk
WebPublicRootDir = D:\sba80\SWEApp\public\plk

Siebel Global Deployment Guide Copyright © 2007, Oracle. All rights reserved.