Please make sure your XHTML file is not cached by your browser. Try a forced update (in Firefox, press Shift + Refresh Button or Command + Refresh on Mac).
You can also try to configure the Tomcat context to disable caching for static resources, as described in the Apache Tomcat Configuration Reference . Set the cachingAllowed property to false (the default is true).
Check HTTP headers with Firebug. See what you have in the HTTP response: HTTP response code, Cache-Control, and Expires.
source
share