> From: Yongqin Xu [mailto:yong...@hotmail.com] > Subject: RE: shared library in tomcat container runtime`
> for our own shared lib jars, we have to duplicate them for each > deployed apps, even if sometimes the shared lib jars could be > over 100MB. That would really cumbersome! Not really; just have your automated script include them when it creates your .war files. (That part of the distribution process is automated, isn't it? If not, why not?) The amount of excess storage consumed is a trivial expense these days, and you will save yourself an incredible amount of grief by not having to deal with versioning synchronization when updating the libraries and webapps. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org