I have Eclipse with tomcat running a dynamic web project.
Since I need to run also other softwares and my computer is not so strong, I would like to start my servlet (essientially Eclipse's tomcat config) without eclipse running.
If I open the folder where I installed tomcat - I don't see the dynamic web project that I created via eclipse so running this instance wouldn't run my project
How can I start Tomcat with the same built classes (etc.) as when I start Tomcat from Eclipse?
EDITED
Well, I got a down vote but I don't understand why. I don't want to export it to WAR. As it's time consuming and I may need to change the code - but when I make the calls to tomcat to my REST project, I would like Eclipse not to be running.