Installing : Installing the UNICOM Digital Transformation Toolkit : Licensing UNICOM Digital Transformation Toolkit : License Server: UDTT project configuration
  
License Server: UDTT project configuration
Configure the UNICOM® Digital Transformation Toolkit (UDTT™) project by completing the following steps:
1 Place the ULT DLL Engine in your system. Such as:
C:\ULT\library\ultclientjni.dll (This is for 64bit.)
The newest version of the ULT library is in:
InstallPackage/lib/License/ULTEngine.zip
2 Place ULTClient.jar in the WAS common library folder. Such as:
C:\Program Files (x86)\IBM\WebSphere\AppServer\lib
\ULTClient.jar
The newest version of the License Server library is in:
InstallPackage/lib/License/ULTClient.jar
3 Configure the license in btt.xml, such as:
<kColl id="settings">
<kColl id="License">
<field id="licenseServerAddress"
value="server_address"
description="The address of the license server" />
<field id="licenseFilePath"
value="license_folder\\License.BTT"
description="The path of the license file, such as
c:\\License.BTT or
/home/ULT/License.BTT" />
<field id="licenseLibraryPath"
value="dependency_library_path"
description="The path of License library file, such as
C:\\windows_intel\\ultclientjni32.dll or
/home/linux_intel/ultclientjni32.so" />
</kColl>
See also
Licensing UNICOM Digital Transformation Toolkit