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

Updating the eapps.cfg File on the SWSE


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.

This task is a step in Process of Localizing an Unshipped Language.

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 this:

[/callcenter_enu]
ConnectString = siebel.TCPIP.None.None://siebsrvr78:2321/sieb78/SCCObjMgr_enu
WebPublicRootDir = D:\siebel78\SWEApp\public\enu

To this:

[/callcenter_plk]
ConnectString = siebel.TCPIP.None.None://siebsrvr78:2321/sieb78/SCCObjMgr_plk
WebPublicRootDir = D:\siebel78\SWEApp\public\plk

Global Deployment Guide