Skip to content

Commit

Permalink
Added <debug-mode>false</debug-mode> to webapp.xml of examples webapp…
Browse files Browse the repository at this point in the history
….xml
  • Loading branch information
Maarten Kroon committed Dec 24, 2021
1 parent bef9c2a commit 4076126
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/webapps/examples/webapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<title>XSLWeb examples</title>
<description>XSLWeb examples</description>
<development-mode>true</development-mode>
<debug-mode>false</debug-mode>
<max-upload-size>10</max-upload-size>
<wait-for-jobs-at-close>true</wait-for-jobs-at-close>
<!-- 10MB -->
Expand Down Expand Up @@ -148,7 +149,9 @@ ${webapp-path}/webdav/** = authcBasic]]>

<ehcache:config>

<!--
<ehcache:persistence directory="${webapp-dir}/cache"/>
-->

<ehcache:cache-template name="default-template">
<ehcache:key-type>java.lang.String</ehcache:key-type>
Expand All @@ -170,7 +173,9 @@ ${webapp-path}/webdav/** = authcBasic]]>
<ehcache:resources>
<ehcache:heap unit="entries">32</ehcache:heap>
<ehcache:offheap unit="MB">64</ehcache:offheap> <!-- Also set Java option -XX:MaxDirectMemorySize! -->
<!--
<ehcache:disk unit="GB" persistent="true">2</ehcache:disk>
-->
</ehcache:resources>

</ehcache:cache>
Expand Down

0 comments on commit 4076126

Please sign in to comment.