Apama 10.7.2 | 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.