Creating a shared library
You can create a shared library by following these steps
- Create c:\temp\shared directory on your machine and copy all the .jar files in this directory
- Log into the WAS Admin console and go to Environment -> Shared Libraries. Choose the appropriate scope and click on New
On this screen assign name to the shared lib and set the class path for that shared lib.
This is how you create
testsharedlib
shared library.Now you have two choices either you can make this shared lib available to all the enterprise applications in your server, which is called server level shared lib or you can assign this shared libs to few applications by adding application level shared lib.
No comments:
Post a Comment