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