Hello, I am q java web apps developer. I am using Eclipse+Tomcat. Currently I am working on about 10 web apps.
Here is my problem: My web apps are not all placed under a single folder, they are located in different places.
To test my changes I have to export my web apps into war files or to move the updated files manually every time so the Tomcat will recognize them.
This seems like a waste of time for me.
Is there a way to tell tomcat where my web apps located instead of copying files every time?