0 Replies Latest reply on Sep 6, 2002 12:27 PM by gosquad

    jsp caching

    gosquad


      Hey all.. I have a quick question. I have deployed a .ear in jboss that contains an ejb and a .jsp that accesses it. When I run the first time everything works fine, but everytime I refresh my browser it just shows the cached data. It even keeps the POST data that I sent to it. I've tried disabling the browser cache and sending a pragma no-cache, but It seems to be on the server side and not with the browser. Is there a way I can configure jetty or tomcat to not cache this data?

      thanks!
      gosquad