We are writing webapps for a call center based on a propietary framework
that works very good.

We have the case where we need to install in the same tomcat server 2
webapps, WEBAPP1 and WEBAPP2, the core framework is exactly the same,
but some implementation classes ans JSP are different.

After a few months I could separate the "global" variables per webapp,
but now there is some distrubution things that bothers me.

The core framework lets says, core.jar resides into the web-inf/lib of
each webapp because sometimes we migrate to a new version in one webapp
and not in the other.

But the core print reports, run processes, call webservices, receives
xml, send emails, send faxes, query legacy systems and also make sweet
coffee :), all these things need third party libraries.

Today all that third party library resides in TOMCAT/common/lib ,
mail.jar, smtp.jar, axis.jar, etc. Should that libraries be in each
web-inf/lib  if versions changes ?

Other thing, we are working with required libraries as log4j,
commons-digester, commons. Etc, I saw that tomcat 5.0 and 5.5 has some
of these libraries. Should be a conflict with my libraries ??

Thanks a lot

------------------------------------------------------------------------
------------
Rodrigo Asensio
Gilbarco Veeder Root
Fuel Management Services
phone: +1 336 547 5023

This message (including any attachments) contains confidential
and/or proprietary information intended only for the addressee.
Any unauthorized disclosure, copying, distribution or reliance on
the contents of this information is strictly prohibited and may
constitute a violation of law.  If you are not the intended
recipient, please notify the sender immediately by responding to
this e-mail, and delete the message from your system.  If you
have any questions about this e-mail please notify the sender
immediately.

Ce message (ainsi que les eventuelles pieces jointes) est
exclusivement adresse au destinataire et contient des
informations confidentielles. La copie, la communication ou la
distribution du contenu de ce message sans l'accord prealable de
l'expediteur sont strictement interdits et peuvent constituer un
delit. Si vous n'etes pas destinataire de ce message, merci de le
detruire et d'avertir l'expediteur. Si vous avez des questions se
rapportant a ce courrier electronique, merci de bien vouloir
notifier
l'expediteur immediatement.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to