> From: Yair Zohar [mailto:[EMAIL PROTECTED] > I've just wanted to avoid multiple copies of the same > classes. They are not really shared.
One of the web application philosophies (now copied by frameworks like .NET) is that an app should contain everything it needs for successful deployment. Change your mindset and think of it as a positive, like I keep trying to :-). Seriously, there's always a tension between ease of deployment (by minimising external dependencies) and size. I'm coming round to the view that ease of deployment is good, as brains are more expensive than RAM and disk space. However, the relative expense varies by country and by sector - for example, I've seen academics spend *ages* trying to solve a problem that could have been dealt with by $100 of kit, because their time wasn't correctly accounted for and there was no budget for the $100 of kit. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]