I had an old version of a js file called calendar-setup.js, I replaced with a newer version on the filesystem. Did a refresh in eclipse. Within eclipse I see the new file, but when I view using web server I still see the old file (http://localhost:8080/js/calendar.js.
Tried clean project, exit eclipse , killed tomcat, restarted. Running tomcat using myeclipse server. Searched my disk for the old version of the file anywhere and deleted it.
If I copy the file to calendar-setup2.js and I view in browser its the right version (http://localhost:8080/js/calendar-setup2.js), but for some reason it keeps showing me the old version if I go to http://localhost:8080/js/calendar-setup.js
using eclipse 3.3.2 and myeclipse 6.6.
any ideas?
thanks
Joel