Sample extended configuration file
Save the extended configuration file as a text file. Blank lines are ignored. For example, the contents of ApamaExtendedConfig.txt might be as follows:
[Server] 
BindAddress=127.0.0.1:15903 
BindAddress=10.0.0.1 
AllowClient=127.0.0.1 
AllowClient=10.0.0.0/24 
[Environment] 
LD_LIBRARY_PATH=/usr/local/mydir
[ApplicationLogging]
PackageFile.com.myCompany=apama\\apama.log
PackageLevel.com.myCompany=WARN
PackageLevel.com.myCompany.Client=DEBUG