From 9ce371f822f9af0ffdc60b8f97f69b8ec95435e0 Mon Sep 17 00:00:00 2001 From: Yunsam Date: Wed, 5 Nov 2025 20:16:36 +0900 Subject: [PATCH] =?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 | 4 ++-- WebContent/WEB-INF/weblogic-web.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 9e4b1fe..78e0ce6 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -34,8 +34,8 @@ contextConfigLocation /WEB-INF/applicationContext.xml - + 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