Skip to content

Instantly share code, notes, and snippets.

@akleemans
Created February 11, 2016 08:22
Show Gist options
  • Save akleemans/578c9bf24e4e5f05e482 to your computer and use it in GitHub Desktop.
Save akleemans/578c9bf24e4e5f05e482 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Resource name="jdbc/todolist" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30"
maxWait="10000" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/todolist"
username="todolist_user" password="J4k-pa3$?%-u" />
<ResourceLink name="jdbc/todolist" global="jdbc/todolist" type="javax.sql.DataSource" />
</Context>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment