Playing around with the last week released Tomcat 8.0.15 version I tried to change property cacheTTL.

In my context.xml I have:
<Context cookies="true" override="false" privileged="false" reloadable="false" swallowOutput="true">
  <Resources allowLinking="true" cachingAllowed="true" cacheTTL="6000" />
  ...

In the logs I do see the warning:
org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Context/Resources} Setting property 'cacheTTL' to '6000' did not find a matching property.

From the Tomcat documentation I have the impression that the above setting should be recognized.
Maybe a typo in the documentation?

Kind regards,
Harm-Jan Zwinderman

Cebuned.svipr.nl/Cebuned.html


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

Reply via email to