You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2009/01/13 03:56:57 UTC

DO NOT REPLY [Bug 46518] New: JSP caching issue

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.mocanu@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 46518] JSP caching issue

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46518


Filip Hanik <fh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Filip Hanik <fh...@apache.org>  2009-01-12 19:43:34 PST ---
We would suggest that you try the tomcat-user list for support first.
If there is a bug, you can always reopen this case with a test case attached.

best
Filip


-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org