WebSphere share library

January 9, 2008 at 3:46 pm (Programming) ()

First step is create directory of shared libraries on WebSphere’s Server

  1. Export library class to Jar file
  2. Ftp library file to server

 The next step is create Shared Libraries in WebSphere

  1. From Environment menu, choose Share Library
  2. WebSphere will Shared Libraries Screen, then click New
  3. Input Name, Description and Class Path of jar file and click OK
  4. Save configure to server

 The next step is set Shared Library to Application

  1. Form Application Menu, choose Enterprise Applications
  2. Select Application for assign Share Library
  3. In Application Configuration at Additional Properties topic, click Libraries
  4. WebSphere will show Library Reference, then click Add
  5. Select Library and click OK
  6. Save configure to server and Restart Application
  7. Application will include share library, finish

Post a Comment