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 aren't the current version.) commons-logging-1.1.jar freemarker-2.3.8.jar ognl-2.6.11.jar struts2-core-2.0.11.jar xwork-2.0.4.jar Wouldn't it be better to just install these jars into the tomcat/common/lib directory and then never include them in the web app jar? What are the benefits of including these jars in the web app? Can different web apps be running on different versions of Struts 2 if each is including a different version of the Struts 2 jar? Thanks. /sven --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org