eclipse中 Name hmem is not bound in this Context错误

图片说明

找不到数据源,不知道为什么。。。

web.xml中配置有问题:

在web.xml中配置如下:

数据库名
javax.sql.DataSource
Container
Shareable

在tomcat中配置如下:

type="javax.sql.DataSource"
username="root"
password="root"
driverClassName="com.mysql.jdbc.Driver"
maxIdle="10"
url="jdbc:mysql://localhost:3306/tarena"
maxActive="10"/>