JSP page is not getting refreshed after updating. I tried deleting browser cache, but id didn\'t have any effect. Any suggestion is of great help. I am using Tomcat server a
What worked for me on Eclipse was closing the project by right clicking on the name of the project on the project explorer then opening it again.
I had faced this issue too. I solved it by setting firefox as Web browser and set "Limit Cache to 0 mb."
Open firefox, Go to Tools menu and type 'cache' in search box, you will view options regarding Cache. Now set the 'Limit cache to' 0 MB.
Check Tomcat server properties in Eclipse whether Auto publishing is enabled.
If the Auto publishing is not enabled clean the project properly.
Even if the problem persists.
Export WAR file of project and deploy it in server by not using Eclipse to check whether Eclipse is running fine.