[Opensymphony-oscache] cachefilter
"jacky" <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <015a01c53528$825aa630$6201a8c0@computer> |
hi,
When i use CacheFilter to cache the whole jsp, tomcat4.0.30 scope = 'application', time = '600'
First, type in iexplore6.0
http://192.168.1.6:8080/oscache-example/filter/test.jsp?i=1
the log info:
2005-3-30 20:45:47 com.opensymphony.oscache.web.filter.CacheFilter doFilter
<cache>: filter in scope 4
2005-3-30 20:45:47 com.opensymphony.oscache.web.filter.CacheFilter doFilter
<cache>: New cache entry, cache stale or cache scope flushed for /oscache-example/filter/test.jsp_GET__RdMxFrtIqxwnBpA0cDa5rg==
In browser, it displays "hello world 1"
Second, type again, no problem here.
Third, in another machine which is in the local LAN type in iexplore 6.0
http://192.168.1.6:8080/oscache-example/filter/test.jsp?i=1
the log info:
2005-3-30 20:47:34 com.opensymphony.oscache.web.filter.CacheFilter doFilter
<cache>: filter in scope 4
2005-3-30 20:47:34 com.opensymphony.oscache.web.filter.CacheFilter doFilter
<cache>: Using cached entry for /oscache-example/filter/test.jsp_GET__RdMxFrtIqxwnBpA0cDa5rg==
But there is nothing in the browser.I had thought it will display "hello world 1".
What is the matter?
Best Regards.
jacky Keenmicro