https://issues.apache.org/bugzilla/show_bug.cgi?id=46518

           Summary: JSP caching issue
           Product: Tomcat 6
           Version: 6.0.18
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Servlet & JSP API
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: gianina.moc...@netsym.com


Our website has several hundred JSP pages, many of them with dynamic includes;
when we modify a page that is more popular (accessed more often) than others,
the change will not be reflected. Less popular pages have no problem to reflect
the changes. It's definitely not a browser cache issue as we tested with
various browsers and cleaned up the browser cache.
Development parameter is false and checkInterval is set to 5 for JspServlet.
I think it's worthy to mention that the pages have no problem to compile: the
JSPs are correctly transformed to .java, and then compiled to .class files. I
checked these files from scratch folder and the changes are correctly updated.
But the output does not change...
The only way to see the new content is to redeploy the application (reload
through Tomcat Manager or to restart the server) but this is not an acceptable
solution for us.
This issue happens since we've upgraded the Tomcat server from 5.0 to 6.0.18 on
our Linux server. Also, we upgraded the JVM from JDK1.5 to 1.6...
So this is pretty much our problem. Does anyone know what is the root cause?
Any suggestion or comment will be highly appreciated.
Regards


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to