I have a strange problem in Eclipse Helios. When I alter my source code, my changes have no effect. Even if I alter the code in a way that looks uncompilable, it still can b
Try doing some minor changes in JSP file. Sometimes your Tomcat server contains old cache files which it uses even if CLEAN BUILD your project. Bringing updates in the JSP files helps Tomcat deploy the JSP file with modification rather than using the old cache files. I faced similar problem which was resolved the same way. Thanks to Latest changes are not reflected in servlet (tomcat)