김규부장 요청 반영 / jndi 가변 설정
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
|
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
|
||||||
<property name="jndiName" value="jdbc/dsCHN_fep"/>
|
<property name="jndiName" value="${eai.jdbc.Name}"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<!-- Framework Initializer -->
|
<!-- Framework Initializer -->
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.7/weblogic-web-app.xsd">
|
<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.7/weblogic-web-app.xsd">
|
||||||
<wls:weblogic-version>12.1.3</wls:weblogic-version>
|
|
||||||
<wls:context-root>BAPWeb</wls:context-root>
|
<wls:context-root>BAPWeb</wls:context-root>
|
||||||
|
|
||||||
|
<wls:container-descriptor>
|
||||||
|
<wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
|
||||||
|
</wls:container-descriptor>
|
||||||
</wls:weblogic-web-app>
|
</wls:weblogic-web-app>
|
||||||
@@ -16,7 +16,7 @@ public interface Keys
|
|||||||
/**
|
/**
|
||||||
* EAI 프레임웍에서 사용하는 기본 DataSource에 대한 JNDI 이름
|
* EAI 프레임웍에서 사용하는 기본 DataSource에 대한 JNDI 이름
|
||||||
*/
|
*/
|
||||||
public static final String EAI_DATASOURCE = "jdbc/dsCHN_fep";
|
public static final String EAI_DATASOURCE = System.getProperty("eai.jdbc.Name");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TABLE 의 OWNER 명
|
* TABLE 의 OWNER 명
|
||||||
|
|||||||
Reference in New Issue
Block a user