0 Replies Latest reply on Apr 28, 2009 10:34 AM by shadowcreeper

    How to remove caching of JSP pages?

    shadowcreeper

      How do I keep JBoss/Tomcat from caching JSP pages?

      When I deploy in JBoss, everything works fine. But when I recompile and redeploy, any changes to Java classes are immediately seen, while changes to JSP pages are ignored.

      This is not a browser caching problem nor is it an IDE caching problem. Restarting JBoss is the only way to see the changes to the JSP pages.

      I am using JBoss 4.0.5 and MyFaces v1.1.6, deploying with IntelliJ Idea 7 (although I think the IDE may be irrelevant).

      I have looked through the forums and have seen this question asked before, but always under different circumstances and never answered due to other underlying problems instead which when fixed helped the user.

      Please help.

      Thanks.
      -Shadow