packaging Struts 2 application and third party jars

2010-04-18 Thread Sven Svenson
Hi, I'm learning about Struts 2 and have a few hello world applications packaging and deploying successfully. I'm curious about packaging the third party jar files with the web application itself. I have been including the following in my web app jar because some examples do that. (I know these a

Re: packaging Struts 2 application and third party jars

2010-04-18 Thread Cimballi
Hi Sven, It's better to avoid to put jars in the Tomcat folders. The problem is that if you put your jars there, then all your apps will share them, and then you cannot have different versions of the same API, like one app using Struts 2.0.x and another one using Struts 2.1.x. Cimballi On Sun,