I joined a project that was already developed and its web application deployed to Tomcat Server.
I configured the web application on my local Tomcat server and it works fine. I want to start debugging an application, but I'm not sure where to start and how to debug a Java web application from Eclipse, and so my question is
Q: How to debug a Java web application that runs on a Tomcat server on the local computer in an Eclipse environment {Pointers to useful resources or other steps will be highly appreciated}?
java debugging
Rachel
source share