I am currently developing an MVC Application using Java EE Technologies and Eclipse as an IDE. To run my server and deploy my application I am using ANT. I would like to know ho
Add the following jvmarg options to your tomcat start command:
jvmarg
You will be able to attach the Eclipse debugger on port 5000, using the Remote Java Application debug category.
Remote Java Application