|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Context path="/epcilon" reloadable="true">
|
|
<Resource auth="Container" defaultAutoCommit="false"
|
|
type="javax.sql.DataSource" name="jdbc/EPCILONDB"
|
|
driverClassName="com.mysql.jdbc.Driver"
|
|
username="epcilon_usr" password="epcilon_pw"
|
|
url="jdbc:mysql://localhost:3306/EPCILON_DB?autoReconnect=true">
|
|
</Resource>
|
|
</Context>
|