为了账号安全,请及时绑定邮箱和手机立即绑定

Tomcat服务器启动错误,目测是filter的问题,但是不知道错哪了

Tomcat服务器启动错误,目测是filter的问题,但是不知道错哪了

段子洛 2016-09-12 12:14:52
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1">  <display-name>FirstStruts2</display-name>  <filter>       <filter-name>struts2</filter-name>       <filter-class>org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter</filter-class>  </filter>  <filter-mapping>        <filter-name>struts2</filter-name>        <url-pattern>/*</url-pattern>  </filter-mapping>  <welcome-file-list>    <welcome-file>index.jsp</welcome-file>  </welcome-file-list></web-app>
查看完整描述

2 回答

已采纳
?
yanrun

TA贡献317条经验 获得超240个赞

应该是你缺少了log4j的jar包,加上应该就可以了

查看完整回答
1 反对 回复 2016-09-12
?
段子洛

TA贡献1条经验 获得超0个赞

我是真的瞎。缺了几个包。还以为是过滤器的原因。

查看完整回答
反对 回复 2016-09-13
  • 2 回答
  • 0 关注
  • 1840 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信