标签:
@WebListener 是servlet3.0后的新特性,需要在web.xml中配置,如下:
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"metadata-complete="false">
重点是metadata-complete="false",不要问我为什么,去看servlet3.0规范去。。
标签:
原文地址:http://my.oschina.net/doctor2014/blog/385929