Shared libraries are a set of files to be shared by deployed applications. The following procedure documents how to configure a shared library class loader for ALBPM deployment.
To a configure a shared BPM library in WebSphere:
If the WebSphere server has not been started, choose Start | All Programs | IBM WebSphere | Application Server | Profiles | profile-name | Start the Server.
To launch the WebSphere Administrative Console, choose Start | All Programs | IBM WebSphere | Application Server | Profiles | profile-name | Administrative Console. You can also launch the console directly from a browser (http://host:port/ibm/console).
Enter your User ID and click Log In.
Configure a shared library:
In the left pane of the Administrative Console, click Environment | Shared Libraries.
In the right pane, on the Shared Libraries page, click New.
On the Shared Libraries | New page, enter a Name for the library.
In the Classpath field, enter the library files:
C:\bea\albpm5.7\j2eews\ext\fuegofdi-plumtree.jar
Click OK.
Configure a class loader for the shared library:
In the left pane, click Servers | Application Servers.
In the right pane, on the Application Servers page, click the server Name.
On the Application Servers | server-name page, under Server Infrastructure, click Java and Process Management | Class Loader.
On the Application Servers | server-name | Class Loader page, click New.
On the Application Servers | server-name | Class Loader | New page, set Class Loader Mode to Parent First and click Apply.
On the Application Servers | server-name | Class Loader | classloader-name page, under Additional Properties, click Libraries.
On the Application Servers | server-name | Class Loader | classloader-name | Library Reference page, click Add.
On the Application Servers | server-name | Class Loader | classloader-name | Library Reference | New page, select the Library previously created and click OK.
On the Application Servers page, under Messages, click Save.
On the Application Servers | server-name | Class Loader | classloader-name | Library Reference | Save page, click Save.