I am trying to deploy a webapp and include a .jar file the app is dependant on in the project. As it is a database driver and we may have several different versions in use in the same tomcat instance we need to keep them inside each individual project. How can I make myeclipse output the jar in the lib directory that is present in the developement environment.
Thanks