I have a project that runs its own embedded tomcat server and I am trying to create a new web service project that will use the embedded tomcat from my other project. If I run the web service use Run As.. MyEclipe Server Application, the service works but I can’t utilize my other project’s capabilities.
Is there a way to configure MyEclipse to run the project with my own embedded tomcat instead of MyEclipse’s tomcat?