hi everyone!

from pubs/default/sitemap.xmap:

<map:select type="resource-exists">
  <!-- Read from cache -->
<!-- If configured within Apache then mod_lenya will nevertheless read from cache -->
  <map:when
test="context:/lenya/pubs/{page-envelope:publication-id}/{global:cache-dir}/{../../1}/{../../2}.htmlDISABLED">
    <map:read
src="context:/lenya/pubs/{page-envelope:publication-id}/{global:cache-dir}/{../../1}/{../../2}.html"
    mime-type="text-html"
    />
  </map:when>

gives rise to a number of questions:

a) what is mod_lenya?
b) why do we code our own caching mechanism rather than relying on ehcache?
c) why is this lenya-specific caching mechanism disabled?

depending on the answers to a) through c), there's question

d) can we just chuck this out?


comments appreciated,

jörn



--
Jörn Nettingsmeier

Kurt is up in heaven now.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to