Loading user-defined node plug-ins on an integration server

Load user-defined node plug-ins at run time from the integration server's work directory.

About this task

You can create a UserDefined/Plugins/lil directory in the integration server's work directory and use it to store user-defined node plug-in files, which are loaded when the integration server is started. You can use this method as an alternative to configuring the lilPath property of the server.conf.yaml file.

Procedure

Load user-defined node plug-ins at run time by completing the following steps:

  1. Create a UserDefined/Plugins/lil directory in the integration server's work directory, at the same level as the run directory.
  2. Copy your user-defined node plug-in files into the UserDefined/Plugins/lil directory.
  3. Restart the integration server to ensure that the new plug-in files are detected.

Results

The integration server loads the user-defined node plug-ins during initialization.