merge
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<web-app id="servlet-3_0" version="3.0"
|
<web-app id="servlet-3_0" version="3.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns="http://java.sun.com/xml/ns/javaee"
|
xmlns="http://java.sun.com/xml/ns/javaee"
|
||||||
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
|
||||||
|
|
||||||
<description/>
|
<description/>
|
||||||
@@ -69,8 +69,7 @@
|
|||||||
</filter-mapping>
|
</filter-mapping>
|
||||||
|
|
||||||
<!-- Dynamic REST API 어댑터 설정 -->
|
<!-- Dynamic REST API 어댑터 설정 -->
|
||||||
<!--
|
<!-- <servlet>
|
||||||
<servlet>
|
|
||||||
<description/>
|
<description/>
|
||||||
<servlet-name>RestApiDynamicInAdapter</servlet-name>
|
<servlet-name>RestApiDynamicInAdapter</servlet-name>
|
||||||
<servlet-class>com.eactive.eai.adapter.http.dynamic.RestApiAdapterMain</servlet-class>
|
<servlet-class>com.eactive.eai.adapter.http.dynamic.RestApiAdapterMain</servlet-class>
|
||||||
@@ -82,6 +81,7 @@
|
|||||||
<url-pattern>/api/*</url-pattern>
|
<url-pattern>/api/*</url-pattern>
|
||||||
</servlet-mapping>
|
</servlet-mapping>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<listener>
|
<listener>
|
||||||
<listener-class>com.eactive.eai.adapter.http.async.AppContextListener</listener-class>
|
<listener-class>com.eactive.eai.adapter.http.async.AppContextListener</listener-class>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
<param-name>contextConfigLocation</param-name>
|
<param-name>contextConfigLocation</param-name>
|
||||||
<param-value>/WEB-INF/applicationContext.xml</param-value>
|
<param-value>/WEB-INF/applicationContext.xml</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
|
|
||||||
<!-- Weblogic 14.1.2 서블릿 설정 -->
|
<!-- Weblogic 14.1.2 서블릿 설정 -->
|
||||||
<servlet>
|
<servlet>
|
||||||
<servlet-name>default</servlet-name>
|
<servlet-name>default</servlet-name>
|
||||||
|
|||||||
Reference in New Issue
Block a user