Configuration files

The following table describes the configuration files for Windows and UNIX:

Name (Windows)

Name (UNIX)

Description

emapi‑configure.bat

emapi-configure.sh

Configures the serverURL in a given dummy communication.xml

emapi_env.bat

emapi_env.sh
(users working in Korn Shell environment)

emapi_env.csh
(users working in C Shell and TC Shell environments)

Automatically adds API directory pathnames to the CLASSPATH environment variable.

ctmemapi.properties

 

Contains the locations of the XMLDATAPATH property. To find the “xmldata” directory do one of the following:

  • If the properties file is found, look for key com.bmc.ctmem.emapi.XMLDATAPATH.
  • If not, automatically set “xmldata” under “EMAPI_DIR” directory.

To find “communication.xml”:

  • If properties file found, look for key com.bmc.ctmem.emapi.ConfigDir for directory of file, (and optionally com.bmc.ctmem.emapi.ConfigFile for different file name)
  • If not, use “EMAPI_DIR” directory, and look for “communication.xml”
  • If not found, use default values (EMThriftClientConf parameters)

Parent Topic

Control-M/EM API configuration