<!-- The contents of this file will be loaded for each web application -->
<Context>
<Resource
name="ipsdb"
type="javax.sql.DataSource"
driverClassName="com.ncr.teradata.TeraDriver"
maxIdle="2"
maxWait="5000"
username="tdnorthwind"
password="tdnorthwind"
url="jdbc:teradata://172.20.16.227/DataBase=northwind,LOB_SUPPORT=off,client_charset=gbk"
maxActive="4"/>
</Context>