配置文件提交

This commit is contained in:
zhouyahui 2018-06-03 23:43:29 +08:00
parent ff6431ea59
commit 7594c30c17
4 changed files with 50 additions and 54 deletions

View File

@ -3,21 +3,16 @@
<classpathentry kind="src" path="calc"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src_acct"/>
<classpathentry kind="src" path="src_app"/>
<classpathentry kind="src" path="src_base"/>
<classpathentry kind="src" path="src_core"/>
<classpathentry kind="src" path="src_jbo"/>
<classpathentry kind="src" path="src_prd"/>
<classpathentry kind="src" path="src_sys"/>
<classpathentry kind="src" path="src_tenwa"/>
<classpathentry kind="src" path="config"/>
<classpathentry kind="src" path="src_app"/>
<classpathentry kind="src" path="work"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/servlet-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/jasper.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/jsp-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/el-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/annotations-api.jar"/>
<classpathentry kind="src" path="src_jbo"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
@ -28,5 +23,10 @@
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="TOMCAT_HOME/lib/servlet-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/jasper.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/jsp-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/el-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/lib/annotations-api.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</classpath>

View File

@ -7,5 +7,5 @@
<updateXml>true</updateXml>
<warLocation></warLocation>
<extraInfo></extraInfo>
<webPath>/apzl</webPath>
<webPath>/apzl_leasing</webPath>
</tomcatProjectProperties>

View File

@ -1,19 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<!-- <Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
maxActive="30" maxIdle="2" maxWait="10000" username="tel6" password="tel6_123"
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://192.168.0.16:3306/tel6?useUnicode=true&amp;characterEncoding=GBK&amp;autoReconnect=true"
/> <Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
maxActive="30" maxIdle="2" maxWait="10000" username="tel6_test" password="tel6_123"
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://127.0.0.1:3306/tel6_test?rewriteBatchedStatements=true&amp;useUnicode=true&amp;characterEncoding=GBK&amp;autoReconnect=true"
/> -->
<Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
maxActive="30" maxIdle="2" maxWait="10000" username="tel6" password="tel6_123"
<Resource
name="jdbc/als"
auth="Container"
type="javax.sql.DataSource"
maxActive="30"
maxIdle="2"
maxWait="10000"
username="apzl"
password="apzl@2018"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/apzl?rewriteBatchedStatements=true&amp;useUnicode=true&amp;characterEncoding=GBK&amp;autoReconnectForPools=true&amp;autoReconnect=true" />
<!-- <Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
maxActive="30" maxIdle="2" maxWait="10000" username="tel6" password="tel6_123"
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://192.168.0.25:3306/tel6?rewriteBatchedStatements=true&amp;useUnicode=true&amp;characterEncoding=GBK&amp;autoReconnect=true"
/> -->
url="jdbc:mysql://119.3.11.192:3306/apzl?rewriteBatchedStatements=true&amp;useUnicode=true&amp;characterEncoding=GBK&amp;autoReconnectForPools=true&amp;autoReconnect=true" />
</Context>

View File

@ -5,8 +5,8 @@ org.quartz.dataSource.zhulhDS.URL=jdbc:mysql://localhost:3306/apzl?rewriteBatche
#org.quartz.dataSource.zhulhDS.key=LR8hbgC5Gwc920lYM5vH8g==
#apzl
org.quartz.dataSource.zhulhDS.user=M4pI4TUxX9vC3yTrCAkD1w==
#123
org.quartz.dataSource.zhulhDS.key=uuTHd6Q3uNnUjWzaY9EPTA==
#apzl@2018
org.quartz.dataSource.zhulhDS.key=Qx3JdE3vR3ho+XxIQvh6sw==
org.quartz.dataSource.zhulhDS.driver=com.mysql.jdbc.Driver
c3p0.minPoolSize=5
c3p0.maxPoolSize=400