I have a web application containing struts-menu.
I use Eclipye 3.0 (final) and the latest MyEclipse release. I deploy to a Tomcat 5 server. It does NOT deploy any libraries defined in the Build-Path.
Could anybody please help me setting up this stuff so it automatically deploys all those jar files I included as libraries (eg. struts-menu-2.2.jar)
Note: I switched from JBuilder Enterprise to Eclipse. In JBuilder those required libs got deployed automatically, I am a bit confused that this does not work with Eclipse. Basically it should generate a war file containing everything. What is wrong with my config??
Thanks for your help!
Tom