From d120e96f7ca37ce2ec31bb29a4012099b3b12cd8 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Wed, 17 Sep 2025 16:26:08 +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-web.xml | 158 ++++++++++++++++++++++++++++ WebContent/WEB-INF/weblogic.xml | 29 +++-- 2 files changed, 180 insertions(+), 7 deletions(-) create mode 100644 WebContent/WEB-INF/weblogic-web.xml diff --git a/WebContent/WEB-INF/weblogic-web.xml b/WebContent/WEB-INF/weblogic-web.xml new file mode 100644 index 0000000..3e0192a --- /dev/null +++ b/WebContent/WEB-INF/weblogic-web.xml @@ -0,0 +1,158 @@ + + + + + ONLWeb + + FrontFilter + com.eactive.eai.admin.FrontFilter + + + FrontFilter + /HTT/* + /WebAgent/* + /adapter/* + /agent/* + /common/* + /management/* + /mgr/* + + + + logbackDisableServletContainerInitializer + true + + + + org.springframework.web.context.ContextLoaderListener + + + contextConfigLocation + /WEB-INF/applicationContext.xml + + + + + authserver + org.springframework.web.servlet.DispatcherServlet + 1 + + + authserver + / + + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + contextAttribute + org.springframework.web.servlet.FrameworkServlet.CONTEXT.authserver + + + + springSecurityFilterChain + /* + + + + + + + + + + + + + + + + + + + + + + + WebAgent + com.eactive.eai.agent.web.WebAgent + + + WebAgent + /WebAgent + + + + + Dynamic + com.eactive.eai.adapter.http.dynamic.HttpAdapterMain + + + Dynamic + /HTT/* + + + + index.jsp + + + 500 + /error.jsp + + + \ No newline at end of file diff --git a/WebContent/WEB-INF/weblogic.xml b/WebContent/WEB-INF/weblogic.xml index 73564f6..5779a45 100644 --- a/WebContent/WEB-INF/weblogic.xml +++ b/WebContent/WEB-INF/weblogic.xml @@ -1,9 +1,24 @@ - - / - - 1800 - JSESSIONID_ONL - replicated_if_clustered - + + + monitoring + + 1800 + JSESSIONID_EMS + replicated_if_clustered + + + + + org.slf4j.* + ch.qos.logback.* + + + org/slf4j/impl/StaticLoggerBinder.class + + + \ No newline at end of file