异常:找不到dispatcher,
解决:
过滤器的URL-pattern要么是*/ ,要么是两个filter-mapping: *.action,*.jsp,缺一不可
原理:有struts标签时就必须如此,为什么?