From a5d52c161aec1088086ace99a590b26e6d01127d Mon Sep 17 00:00:00 2001 From: Vladimir Kalenyuk Date: Thu, 22 Oct 2020 10:16:37 +0200 Subject: [PATCH] Fix error message in multi-host configuratiion When the tomcat is configured for multiple hosts, the following message is being displayed on startup: "static path [/opt/lucee/web/] for servlet init param [lucee-web-directory] is not allowed. Path must use a web context specific placeholder" Tha cause is a hardcoded lucee-web-directory. --- 5.3/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.3/web.xml b/5.3/web.xml index cb99f34..0ba5e98 100644 --- a/5.3/web.xml +++ b/5.3/web.xml @@ -4622,7 +4622,7 @@ lucee-web-directory - /opt/lucee/web/ + /opt/lucee/web/{web-context-label} Lucee Web Directory (for Website-specific configurations, settings, and libraries) 1