From d5910871bc4c0743f7098fb0840a1425ab8b566f Mon Sep 17 00:00:00 2001 From: pb Date: Thu, 2 Aug 2018 04:27:40 +0000 Subject: [PATCH] Transfer changes to lcs web.xml (session by cookies, location of log4j2.xml) to all other bundles. git-svn-id: https://svn.libreccm.org/ccm/trunk@5628 8810af33-2d31-482b-a856-94f89814c4df --- .../dispatcher/DispatcherConfig.java | 2 ++ ccm-ldn-aplaws/bundles/base/cfg/web.xml | 32 ++++++++++++++++--- ccm-ldn-aplaws/bundles/compatible/cfg/web.xml | 32 ++++++++++++++++--- ccm-ldn-aplaws/bundles/complete/cfg/web.xml | 32 ++++++++++++++++--- ccm-ldn-aplaws/bundles/demo/cfg/web.xml | 32 ++++++++++++++++--- ccm-ldn-aplaws/bundles/devel/cfg/web.xml | 32 ++++++++++++++++--- ccm-ldn-aplaws/bundles/standard/cfg/web.xml | 32 ++++++++++++++++--- ccm-sci-bundle/bundles/base/cfg/web-sci.xml | 30 ++++++++++++++--- ccm-sci-bundle/bundles/demo/cfg/web-sci.xml | 30 ++++++++++++++--- ccm-sci-bundle/bundles/devel/cfg/sci-web.xml | 30 ++++++++++++++--- .../bundles/standard/cfg/web-sci.xml | 30 ++++++++++++++--- 11 files changed, 268 insertions(+), 46 deletions(-) diff --git a/ccm-core/src/com/arsdigita/dispatcher/DispatcherConfig.java b/ccm-core/src/com/arsdigita/dispatcher/DispatcherConfig.java index c3e2800f7..14548cb11 100755 --- a/ccm-core/src/com/arsdigita/dispatcher/DispatcherConfig.java +++ b/ccm-core/src/com/arsdigita/dispatcher/DispatcherConfig.java @@ -75,6 +75,8 @@ public final class DispatcherConfig extends AbstractConfig { /** * Get the URL for static items + * + * @Deprecated */ public String getStaticURLPrefix() { return (String)get(m_staticURLPrefix); diff --git a/ccm-ldn-aplaws/bundles/base/cfg/web.xml b/ccm-ldn-aplaws/bundles/base/cfg/web.xml index 53440f15f..0457632e8 100755 --- a/ccm-ldn-aplaws/bundles/base/cfg/web.xml +++ b/ccm-ldn-aplaws/bundles/base/cfg/web.xml @@ -1,12 +1,34 @@ - + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" + version="3.0"> + + - CCM - Content and Collaboration Management + APLAWS base + Content and Collaboration Management (CCM) + + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE + - CCM - Content and Collaboration Management + APLAWS compatible site + Content and Collaboration Management (CCM) + + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE + - CCM - Content and Collaboration Management + APLAWS complete distribution + Content and Collaboration Management (CCM) + + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE + - CCM - Content and Collaboration Management + APLAWS demo distribution + Content and Collaboration Management (CCM) + + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE + - CCM - Content and Collaboration Management + APLAWS devel bundle + Content and Collaboration Management (CCM) + + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE + - CCM - Content and Collaboration Management + APLAWS standard bundle distribution + Content and Collaboration Management (CCM) + + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE + - Scientific CMS + + Scientific CMS (base bundle) Content and Collaboration Management for Scientific Institutions + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE + - Scientific CMS + + Scientific CMS (demo bundle) Content and Collaboration Management for Scientific Institutions + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE + - Scientific CMS + + Scientific CMS (devel bundle) Content and Collaboration Management for Scientific Institutions + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE + - Scientific CMS + + Scientific CMS (standard bundle) Content and Collaboration Management for Scientific Institutions + + + log4jConfiguration + WEB-INF/conf/log4j2.xml + + + + + COOKIE +