From ad3ceafd53d7101e1821fdf6770935d5cd2262ec Mon Sep 17 00:00:00 2001 From: Rinjae Date: Fri, 5 Dec 2025 10:46:12 +0900 Subject: [PATCH] =?UTF-8?q?weblogic=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/weblogic.xml | 3 ++- build.gradle | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/WEB-INF/weblogic.xml b/WebContent/WEB-INF/weblogic.xml index c0900f7..50f78c9 100644 --- a/WebContent/WEB-INF/weblogic.xml +++ b/WebContent/WEB-INF/weblogic.xml @@ -8,7 +8,8 @@ 1800 JSESSIONID_EMS - replicated_if_clustered + memory + diff --git a/build.gradle b/build.gradle index 77d3530..ab83a96 100644 --- a/build.gradle +++ b/build.gradle @@ -52,6 +52,7 @@ war { if (profile == "weblogic") { webXml = file("WebContent/WEB-INF/weblogic-web.xml") + exclude 'WEB-INF/web.xml' }