This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
Sharing a library across multiple Java EE applications
Libraries can be shared across multiple Java™ EE applications. All the applications can use the same classes at run time, or each application can use its own separate copy of those classes loaded from the same location.
About this task
In the following example, a library called Alexandria consists
of two files:
- alexandria-scrolls.jar and
- commons-lang.jar