<?xml version="1.0" encoding="UTF-8"?>
<Context>
	<WatchedResource>WEB-INF/web.xml</WatchedResource>
	<Resource
		name="EmForgeDS"
		auth="Container"
		type="javax.sql.DataSource"
		maxActive="100"
		maxIdle="30"
		maxWait="10000"
		username="jbpm"
		password="jbpm"
		driverClassName="org.postgresql.Driver"
		url="jdbc:postgresql://localhost/jbpm"
	/>
</Context>