WebSphere share library
First step is create directory of shared libraries on WebSphere’s Server
- Export library class to Jar file
- Ftp library file to server
The next step is create Shared Libraries in WebSphere
- From Environment menu, choose Share Library
- WebSphere will Shared Libraries Screen, then click New
- Input Name, Description and Class Path of jar file and click OK
- Save configure to server
The next step is set Shared Library to Application
- Form Application Menu, choose Enterprise Applications
- Select Application for assign Share Library
- In Application Configuration at Additional Properties topic, click Libraries
- WebSphere will show Library Reference, then click Add
- Select Library and click OK
- Save configure to server and Restart Application
- Application will include share library, finish