Apama 10.3.1 | Apama Documentation | Deploying and Managing Apama Applications | Deploying Apama Components with Command Central | Administering Apama in Command Central | Configuring Apama components to use custom C++ plug-ins
 
Configuring Apama components to use custom C++ plug-ins
For correlator and IAF components, the environment variables PATH and LD_LIBRARY_PATH will be set as in a normal Apama command prompt. Any .dll and .so files placed in the ${APAMA_WORK}/lib directory will be automatically included in the PATH and LD_LIBRARY_PATH variables for correlator and IAF components.
For the correlator, the environment variables PATH and LD_LIBRARY_PATH will also include the lib/ directory of your deployed project. Therefore, if you are using the engine_deploy tool to deploy a project that makes use of a custom C++ plug-in (connectivity plug-in or EPL plug-in), ensure that the plug-in and its dependencies are in the lib/ directory of the project directory that is used as the input to the engine_deploy tool.
For more information, see Using plug-ins written in C++ and Deploying plug-in libraries.

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.