加shiroFilter tomcat启动报错
tomcat启动后报这个错
[2018-06-06 04:24:53,532] Artifact shiro-web:war exploded: Error during artifact deployment. See server log for details.
然后我把web.xml里的shiroFilter这部分代码注释掉后重新启动,可以正常启动并访问login.html.
然后我把spring.xml里各种涉及shiro的<bean>全部注释掉,然后把shiroFilter这部分代码注释取消掉,再重新启动还是报一样的错误
我用的是idea,这可能是什么原因呢?