Deploying Custom Java on AIS Server on IBM WebSphere Application Server

To deploy the custom Java JAR file to the AIS Server on Websphere Application Server:

  1. Add the JAR as a shared library:

    1. On WebSphere, expand Environment and select Shared Libraries.

    2. In ClassPath, add the path to the JAR location on the server.

  2. Associate the shared library with the JDERestProxy application:

    This image is described in surrounding text.
    1. In the left pane, expand Applications, Application Types, and then select WebSphere enterprise applications.

    2. Select the appropriate AIS deployment.

    3. Under References, select Shared library references.

      This image is described in surrounding text.
    4. Select the JDERestProxy check box and then select the Reference shared libraries button.

    5. Use the directional arrow to move the JAR file to the Selected group.

    6. Click OK.

  3. Synchronize Server Manager with the deployed application:

    Saving the configuration in Websphere will redeploy the application, but you must synchronize Server Manager to recognize the deployed application.

    1. In Server Manager, locate the AIS Server and update a setting in the Configuration section. This is required so that Server Manager detects a change in the AIS Server when you click the Synchronize Configuration button.

    2. Apply the changes and then return to the AIS Server home page.

    3. Click the Synchronize Configuration button to restart the AIS Server.