During the deployment of a Web-Application in Weblogic, it asks an option i.e.
Choose targeting style
* Install this deployment as an application
* Install this deployment as a library
I am using the first option to deploy an application, and it work fine.
What is the use of the second option (Install this deployment as a library)? How to use it?
I have some jar files and JSP files that is common for multiple applications. Hence, these files can be shared to minimize the duplication of similar files in multiple deployments and reduce resource consumption I think.
Can I use this second option i.e. "install as a library" to share the common jar/JSP files to multiple deployments (HOW)?
Thank You.
CMZala
[Updated on: Tue, 08 February 2011 23:36]
Report message to a moderator