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 (for U.S. English) to NOR or nor (for Norwegian).

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 16.0 on Microsoft Windows:

[/callcenter_enu]
ConnectString = siebel.TCPIP.None.None://siebsrvr16:2321/SBA_16/SCCObjMgr_enu
...

And modify the copied section like this:

[/callcenter_nor]
ConnectString = siebel.TCPIP.None.None://siebsrvr16:2321/SBA_16/SCCObjMgr_nor
...

Related Books

Siebel Installation Guide for the operating system you are using

Siebel System Administration Guide

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