Created
May 22, 2013 06:06
-
-
Save sbose78/5625572 to your computer and use it in GitHub Desktop.
Files to be added.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Context path="/udhc-eclipse-tomcat6" docBase="udhc-eclipse-tomcat6" reloadable="true" crossContext="true"> | |
<Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource" | |
maxActive="20" maxIdle="5" | |
username="root" password="qwerty" | |
driverClassName="com.mysql.jdbc.Driver" | |
url="jdbc:mysql://localhost:3306/udhc_local_db" /> | |
<Resource name="jdbc/awsDB" auth="Container" type="javax.sql.DataSource" | |
testWhileIdle="true" | |
maxActive="30" | |
maxIdle="5" | |
maxWait="3000" | |
removeAbandoned="true" | |
logAbandoned="false" | |
removeAbandonedTimeout="3" | |
timeBetweenEvictionRunsMillis="300000" | |
username="sbose78" password="XXXXXXXXX" | |
driverClassName="com.mysql.jdbc.Driver" | |
url="jdbc:mysql://udhc-amazXXXXXXXXXn6.ap-northeast-1.rds.amazonaws.com:3306/health?autoReconnect=true" /> | |
</Context> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
database_host=localhost | |
database_port=3306 | |
database_user=root | |
database_password=qwerty | |
database_database=udhc_local_db | |
[email protected] | |
admin_password=somepassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment