context.xmlファイルの詳細
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Resource name="Jdbc/Connection" type="javax.sql.DataSource"
driverClass="org.git.mm.mysql.Driver"
url="jdbc:mysql://localhost:3306/jonw" auth="Container"
username="root" password="root" maxAtive="20" maxIdle="10"
maxWait="10000" />
</Context>a