The variable dseIniPath is the key clew
for BTT to locate the des.ini and other external files required for
BTT initialization. There are three ways to specify the path of dse.ini:
Procedure
Define an JNDI name: dseIniPath in cell
scope in WebSphere® admin
console. It is to avoid defining dse.ini file path in multiple places.
Instead, the dse.ini path is defined in a central place
Open WebSphere Application
Server admin console, and select Environment > Naming > Name Space Bindings
Click New .
Enter dseIniPath in the Binding
Identifier field.
Enter cell/persistent/comp/env/dseIniPath in
the Name in Name Space.
Enter des.in file path, such as c:\\dse\\dse.ini, in String
Value.
Click Next.
Click Finish to save the definition.
Restart the WebSphere Application
Server.
Define an Environment Variable dseIniPath in
web.xml in a web project or ejb-jar.xml in an EJB project.
Use the default dse.ini path. If the dse.ini path is not
defined in the two ways above, the default dse.ini path will work.
The default path is /des.ini.