Hi : Im running a
tomcat server, and am developing a web application in eclipse using the sysdeo plugin.
I have multiple eclipse projects that my
servlet will depend on.
How can I get the tomcat server to see these projects ?
In eclipse, I simply go to project->build path->add project...
but with a tomcat dependency, this
IDE specific strategy is, of course, inadequate.
Please let me know what to do. I do not want to build jar libraries for all the individual projects and bundle them in the web app, because they are actively being developed.