折腾了几个小时。。
终于连通了,现在终结一下。。我用的tomcat50.28。连接mysql数据库!
1,先在tomcat的admin下配置数据源!
2,在web.xml下加上<resource-ref>
<description>Northwind Connection</description>
<res-ref-name>jdbc/Northwind</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
3,在conf目录的Catalina下的localhost下的文件的xml配置加上<ResourceLink name="jdbc/root" global="jdbc/root" type="javax.sql.DataSourcer"/>
其中jdbc/root为数据源名字