Adding your plug-in to an existing deployment of i2 Analyze
After you've written, tested, and built a plug-in in your development environment, you can deploy it to an i2 Analyze server.
Note: If you follow this procedure in a deployment that provides high availability, you must complete each step on every Liberty server in your environment before you move to the next step.
On the server that hosts the i2 Analyze deployment, find the
toolkit/configurationdirectory, and then navigate to thefragments/opal-servicesdirectory that it contains.If the
opal-servicesdirectory does not already contain apluginssubdirectory, create one.Create a directory for the plug-in inside the
pluginsdirectory and copy all the plug-in files into it, so that the new directory contains your entry point and manifest at the top level.Run the following toolkit commands to update the deployed i2 Analyze server:
setup -t stopLiberty setup -t deployLiberty setup -t startLiberty