折腾了几个小时。。
终于连通了,现在终结一下。。我用的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为数据源名字
新闻热点
疑难解答