From 1638e47566d94124682cd525e226174008cccc13 Mon Sep 17 00:00:00 2001 From: preussal Date: Tue, 16 Apr 2019 09:58:45 +0200 Subject: [PATCH] Update pillar.example Nested Components A web application's main resources are defined by the docBase defined for the Context. Additional resources may be made available to the web application by defining one or more nested components. --- pillar.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pillar.example b/pillar.example index a2a3772b..88ca3254 100644 --- a/pillar.example +++ b/pillar.example @@ -200,3 +200,12 @@ tomcat: maxActive: 20 maxIdle: 10 maxWait: -1 + + Resources: + PostResources: + className: org.apache.catalina.webresources.DirResourceSet + base: "/var/lib/tomcat8/appconfig" + webAppMount: "/WEB-INF/classes" + + +