i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

    1. On the server that hosts the i2 Analyze deployment, find the toolkit/configuration directory, and then navigate to the fragments/opal-services directory that it contains.

    2. If the opal-services directory does not already contain a plugins subdirectory, create one.

    3. Create a directory for the plug-in inside the plugins directory and copy all the plug-in files into it, so that the new directory contains your entry point and manifest at the top level.

    4. Run the following toolkit commands to update the deployed i2 Analyze server:

      setup -t stopLiberty
      setup -t deployLiberty
      setup -t startLiberty
      
    In this article
    Back to top © N. Harris Computer Corporation