I have an eclipse project in which dependent jars are in a separate folder called libs.
Is there a way in eclipse to configure all the jars in lib folder to be copied into webarchieve’s lib folder automatically when I export the war file from eclipse or debug it on server?
I am using tomcat 7 as server runtime.
I have an eclipse project in which dependent jars are in a separate folder
Share
Sure, just go to the
project properties -> Deployment Assembly -> Add -> ArchivesAny archive that you add this way to dynamic web project would be copied to WEB-INF/lib folder.