There is 1 update, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-1ef1c3fb-8c3c-4336-ba67-16ba83be6846 XWIKI-21881 Open

Sticky Tomcat Cache Warnings still occur on latest XWiki version

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-917e29c6-ab43-435a-8a1e-d0f11566a5bb Changes by Nikita Petrenko on 26/Nov/25 11:16
 
Assignee: Nikita Petrenko
 
 

1 comment

 
cid:jira-generated-image-avatar-917e29c6-ab43-435a-8a1e-d0f11566a5bb Nikita Petrenko on 26/Nov/25 11:19
 
+UPDATE+ Below content of comment is no longer valid, and [page|https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/InstallationWAR/InstallationTomcat/] has been updated with correct path

{quote}
OLD message

We even have specified settings for [Tomcat|https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/InstallationWAR/InstallationTomcat/] on our side

bq. NOTE - if you have issues with maximum cache size - In your $CATALINA_BASE/conf/context.xml add the following content before </Context>:
bq.{code}
<Resources cachingAllowed="true" cacheMaxSize="100000" ></Resources>
{code}

Does this indicate that we should not use the value in the code, but configure and control it via tomcat?
-{quote}