uCosminexus Service Platform, Setup and Operation Guide

[Contents][Glossary][Index][Back][Next]

2.3.9 Storing jar file used in custom functionality

If the data transformation definition created in the development environment contains the custom functionality, store the jar file used in the custom functionality in the execution environment.

Storage location of jar file
 
<Service Platform installation directory>\CSC\userlib\customfunc
 

Restart J2EE server after storing the jar file in the execution environment.

Changing the storage location of the jar file used in custom functionality
Set the file path in the system properties file, (usrconf.properties).
Storage location of usrconf.properties
 
<Service Platform installation directory>\CC\server\usrconf\ejb\< server name>\usrconf.properties
 
Description format in usrconf.properties
 
csc.dt.customFuncDir=<Change destination directory path>
 
Example of description in usrconf.properties
An example of description when the storage location of jar file used in the custom functionality is changed to "C:\\USER\\FUNC" is described here.
 
csc.dt.customFuncDir=C:\\USER\\FUNC
 
Points to be considered when setting file path in usrconf.properties
If you specify under the Service Platform installation directory in the storage location of jar file used in the custom functionality, specification might be deleted while uninstalling. To avoid this, set a location other than under the Service Platform installation directory while changing the storage location of jar file used in the custom functionality.