From 91f5b293b180c0302c4ebcd9d289c8c690c304d9 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Thu, 7 Aug 2025 18:41:50 +0900 Subject: [PATCH] weblogic.xml - slf4j --- build.gradle | 5 ++--- src/main/resources/weblogic.xml | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/weblogic.xml diff --git a/build.gradle b/build.gradle index a0af67c..47705b8 100644 --- a/build.gradle +++ b/build.gradle @@ -147,8 +147,7 @@ war { // Set the name of the WAR file (optional) archiveFileName = "PTLWeb.war" - from('src/main/resources/jeus-web-dd.xml') { - into 'WEB-INF' - } + from('src/main/resources/jeus-web-dd.xml') { into 'WEB-INF' } + from('src/main/resources/weblogic.xml') { into 'WEB-INF' } } diff --git a/src/main/resources/weblogic.xml b/src/main/resources/weblogic.xml new file mode 100644 index 0000000..7784cb1 --- /dev/null +++ b/src/main/resources/weblogic.xml @@ -0,0 +1,23 @@ + + + + / + + + + org.slf4j.* + ch.qos.logback.* + org.apache.log4j.* + org.apache.commons.logging.* + + + + + 1800 + JSESSIONID_ONL + replicated_if_clustered + + \ No newline at end of file