김규부장 요청 반영 / jndi 가변 설정
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
-->
|
||||
|
||||
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
|
||||
<property name="jndiName" value="jdbc/dsCHN_fep"/>
|
||||
<property name="jndiName" value="${eai.jdbc.Name}"/>
|
||||
</bean>
|
||||
|
||||
<!-- Framework Initializer -->
|
||||
|
||||
@@ -1,5 +1,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-version>12.1.3</wls:weblogic-version>
|
||||
<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>
|
||||
Reference in New Issue
Block a user