Mentioned webapps are strictly related. In fact they are part of one large system. What is the best way to add make library/libraries available to all application? Put it in $CATALINA_HOME/common/lib or is there better way to do that?

prp

--
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
Przemek Klein ([EMAIL PROTECTED])



Len Popp wrote:
Using a single copy would save memory, but not a very large amount
compared to the size of 15 typical webapps. More significant are the
convenience factors:

Using a single shared copy of the lib is good if the webapps are all
related and you need to make sure they're all using the same version
of the shared lib. Multiple copies can get out of sync.

Using separate copies is good if the webapps are independent, and
you're worried about an update to the shared lib causing compatibility
problems with the other 14 apps. Also, if each webapp has its own
copy, the lib is part of each app's .war; but a shared copy requires a
separate installation step.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to