Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am following the MyEclipse User Guide in HELP, under Web Development and Deployment Tutorial – Part-2, Deploying and Debugging a Web Project, trying the Native JSP Debugging feature, but it didn’t work.
I was using tomcat 5.0 as required. Does tomcat 5.0 really supports jsp native debugging? Or have I miss something?
Does tomcat 5.0 really supports jsp native debugging?
Yes, but you need to be using JDK 1.4+, the newer the JDK the better results. Also make sure you are launching Eclipse with the same VM you are launching your App Server for the dest debugging results (you can use the -vm switch, check Eclipse docs if you haven’t used it before).