<Context path="/test" docBase="D:\\projects\\test"
debug="5" reloadable="true" crossContext="true">
<Resource name="jdbc/manage" auth="Container"
type="javax.sql.DataSource" driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/manage?autoReconnect=true"
username="root" password="" maxActive="100" maxIdle="10"
maxWait="-1"/>
</Context>