no message
parent
4358974e56
commit
ffc7160d51
|
|
@ -1,36 +0,0 @@
|
||||||
/WEB-INF/
|
|
||||||
/css/
|
|
||||||
/fullLogin.html
|
|
||||||
/images/
|
|
||||||
/index.html
|
|
||||||
/north.html
|
|
||||||
/south.html
|
|
||||||
/loadReport.html
|
|
||||||
/reportError.html
|
|
||||||
/richtext/
|
|
||||||
/scripts/
|
|
||||||
/setupLicense.html
|
|
||||||
/setupLicenseError.html
|
|
||||||
/setupLicenseExpired.html
|
|
||||||
/03B5E2CE1CBA8195FA9E9AF911F2CD72.cache.html
|
|
||||||
/13804C6F9E7AD3824FEE11CC8DC1E261.cache.html
|
|
||||||
/13C83C2A9EF6A4124D3E828F4577BE8B.cache.html
|
|
||||||
/34C2C189E187A09161F4F48B43AFDA30.cache.html
|
|
||||||
/4F503C089191E7D1D021F89ECED37378.cache.html
|
|
||||||
/548CDF11D6FE9011F3447CA200D7FB7F.cache.png
|
|
||||||
/74440529F2A86F33126559ED3A570E56.gwt.rpc
|
|
||||||
/9DA92932034707C17CFF15F95086D53F.cache.png
|
|
||||||
/A7CD51F9E5A7DED5F85AD1D82BA67A8A.cache.png
|
|
||||||
/ApplicationWindow.css
|
|
||||||
/ApplicationWindow.html
|
|
||||||
/E9B80E93324842A33060B06B4103D915.gwt.rpc
|
|
||||||
/GwtExt.css
|
|
||||||
/ReportCenter.css
|
|
||||||
/ReportCenter.html
|
|
||||||
/SWMS.css
|
|
||||||
/SWMS.html
|
|
||||||
/clear.cache.gif
|
|
||||||
/com.dev.swms.SWMS.nocache.js
|
|
||||||
/gwt-hosted.html
|
|
||||||
/history.html
|
|
||||||
/hosted.html
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,48 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE beans PUBLIC
|
|
||||||
"-//SPRING//DTD BEAN//EN"
|
|
||||||
"http://www.springframework.org/dtd/spring-beans.dtd">
|
|
||||||
|
|
||||||
<!-- Copyright (c) 2001-2005 dev Information Technology Co.,Ltd. All Rights
|
|
||||||
Reserved. This software is the confidential and proprietary information of
|
|
||||||
dev Information Technology Co.,Ltd. ("Confidential Information"). You shall
|
|
||||||
not disclose such Confidential Information and shall use it only in accordance
|
|
||||||
with the terms of the license agreement you entered into with dev. dev MAKES
|
|
||||||
NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER
|
|
||||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
|
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. dev
|
|
||||||
SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
|
|
||||||
MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. -->
|
|
||||||
<!-- $Id: dataSourceContext.xml,v 1.11 2010/06/01 09:25:32 peng.lei Exp $ -->
|
|
||||||
|
|
||||||
<beans>
|
|
||||||
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
|
|
||||||
destroy-method="close">
|
|
||||||
|
|
||||||
<property name="driverClassName">
|
|
||||||
<value>oracle.jdbc.OracleDriver</value>
|
|
||||||
</property>
|
|
||||||
<property name="url">
|
|
||||||
<!-- <value>jdbc:oracle:thin:@47.100.54.81:1521:orcl</value> -->
|
|
||||||
<value>jdbc:oracle:thin:@10.137.146.210:1521:orcl</value>
|
|
||||||
</property>
|
|
||||||
<property name="username">
|
|
||||||
<value>nzwms</value>
|
|
||||||
</property>
|
|
||||||
<property name="password">
|
|
||||||
<value>nzwms</value>
|
|
||||||
</property>
|
|
||||||
<!-- <property name="maxActive">
|
|
||||||
<value>200</value>
|
|
||||||
</property> -->
|
|
||||||
<property name="maxActive" value="1000" />
|
|
||||||
<property name="maxIdle" value="30" />
|
|
||||||
<property name="minIdle" value="1" />
|
|
||||||
<property name="initialSize"><value>1</value></property>
|
|
||||||
<property name="minEvictableIdleTimeMillis"><value>60000</value></property>
|
|
||||||
<property name="removeAbandonedTimeout"><value>180</value></property>
|
|
||||||
<property name="maxWait" value="60000" />
|
|
||||||
<property name="removeAbandoned" ><value>true</value></property>
|
|
||||||
<property name="logAbandoned" ><value>true</value></property>
|
|
||||||
</bean>
|
|
||||||
</beans>
|
|
||||||
Loading…
Reference in New Issue