[Opensymphony-oscache] Re: OSCache and Nutch (open source software)

Sean Dean <[email protected]> Thu, 28 Dec 2006 02:32:48 CST
Newsgroups gmane.comp.java.open-symphony.os-cache
Message-ID <22553473.1167294823801.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
I just did something interesting that might shed light on the problem. I ran the application without OSCache in it, it worked and created the regular .class and .java files in the tomcat "work" directory for the search.jsp page.

Now, if they are kept there without the need for tomcat to recompile them on any restart and OSCache is added to the application, OSCache WILL work using CacheFilter in non-regular mode (loaded via web.xml).

Problem is, when these files are either forced to be updated (tomcats decision) or I deploy changes to my application (forced to re-make based on changes in source) OSCache will once again not function and pass along the same error.

There seems to be a problem during the compilation of the JSP code.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=55543&messageID=110759#110759