SharedLibraries - cws-khuntly/WebSphere GitHub Wiki
date: 2025-05-08 13:19:52 created: 2025-05-08 13:17:50 categories:
- WebSphere / Server Build / Application Server
Login to the ISC
Navigate to Environment -> WebSphere Variables
Change "Scope" from "All Scopes" to "Cluster=ApplicationsCluster"
Click "New"
- Name: SHARED_LIB_PATH
- Value: /path/to/libs
Click "OK"
Save changes
Add Shared Libraries
Navigate to Environment -> Shared Libraries
Change "Scope" from "All Scopes" to "Cluster=ApplicationsCluster"
Click "New"
- Name: SharedLibrary
- Classpath: ${SHARED_LIB_PATH}
Click "OK"
Save changes
Add Shared Library to the Application Server Classloader
Navigate to Servers -> Server Types -> WebSphere Application Servers, and select the appropriate server
Under Server Infrastructure, expand Java and Process Management, and select Class loader
Select the configured classloader
Under Additional Properties, select Shared library references
Click "Add"
Add the SharedLibrary library
Click "OK"
Save changes