Hot republishing/deploying of static xhtml files issues
I'm noticing a lot of issues operating the "hot deploying" of JSF pages in the following environment: Eclipse Indigo(latest version) Tomcat 5.5 JSF 1.2 Facelets View Handler I noticed that, if I modify an already rendered xhtml page (for example the CSS style of an element) and then re-publish(through Eclipse or manually copying the xhtml file inside Tomcat) this page (maintaining the servlet container up), it doesn't show me the current changes. I also, in vain, setup the following configuration on my web application: <Context docBase="mywebapp" path="/mywebapp" reloadable="true"