Hi,
I’ve just started using MyEclipse 4.0 GA for my Java web project development. I’m now trying to set-up JSP native debugging for Tomcat 4.1.31. The Tomcat server is on the same machine as the MyEclipse installation.
I’ve successfully set-up the application server and verified that this is correct by starting the server from MyEclipse’s interface.
I then created a simple web project, added a index.jsp page with some simple out.println statments, and a few break-points at some of the staements. I then deployed the project onto the Tomcat server.
When I hit the URL to the index.jsp page however, MyEclipse did not prompt me to go into Debug mode, and the breakpoints were all ignored. 😯
Any ideas what I might be missing here? Thanks!