From 4ed85b2652e468511c0a0c6a36bf30a7f6a53500 Mon Sep 17 00:00:00 2001 From: Yunsam Date: Wed, 5 Nov 2025 20:08:46 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Weblogic=20Default=20Servlet=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/web.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 6661aad..9e4b1fe 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -36,7 +36,6 @@ - + authserver @@ -71,6 +70,7 @@ + + authserver diff --git a/WebContent/WEB-INF/weblogic-web.xml b/WebContent/WEB-INF/weblogic-web.xml index 3e0192a..2e359f1 100644 --- a/WebContent/WEB-INF/weblogic-web.xml +++ b/WebContent/WEB-INF/weblogic-web.xml @@ -35,6 +35,16 @@ /WEB-INF/applicationContext.xml + + + default + weblogic.servlet.FileServlet + + + default + /static/* + + authserver From 48ada81aeb563929ba2d308bf140e5467b8a157a Mon Sep 17 00:00:00 2001 From: Yunsam Date: Wed, 5 Nov 2025 20:34:43 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Weblogic=20Default=20Servlet=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/web.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 78e0ce6..cc3d507 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -35,7 +35,6 @@ /WEB-INF/applicationContext.xml - + authserver