• Entries (RSS)
  • Comments (RSS)

Creating a shared library in WebSphere

Posted by | Posted in WebSphere | Posted on 07-04-2008

Tagged Under : , ,

Shared libraries are libraries that are accessible to all the applications deployed on the same node as the shared library file. To create a shared library, we need to select the Shared Libraries link from the Environment menu.

The shared libraries page will be opened.

Now click on New to create a new shared library. The new shared library page will be opened.

Now enter the Name of the library and the classpath of the library and click on Apply and OK. The shared library is ready.

Share

Read More

Comments

4 comments posted onCreating a shared library in WebSphere

  1. [...] module, create two shared libraries pointing to bpe137650.jar and task137650.jar as mentioned in Create a shared library in WebSphere and associate this shared library to your WID module from admin console as mentioned here Associate [...]

  2. Hey there! I don’t know if this is the right place but will give it a try anyways!

    I got this code to upload files to the server, which required me to import packages org.apache.commons.io. and fileupload. Using IBM Websphere 5.1.2, Projects–>Properties–>BuildPath, I imported all required packages. They now get imported properly in .java files. But they show error: import org.apache.commons.io package not resolved, when I try executing it from a .jsp file.

    The same code worked in Netbeans IDE.

  3. @Appy, looks like you are working on a web project. From what I understood, just keep the jar files inside your WEB-INF/lib folder. This should solve your problem.

  4. Alright. I will try it out today and let you know. Thanks!

Post a Comment