I have a number of war projects deployed in a single tomcat 5.5 container. They consume each other\'s services through http, and thus I need to make sure that, when Tomcat
Re-structure your apps into a core-plus-addons. Put the core code into the shared/lib folder and the webapps can access it from there.