Spring MVC-----maven项目导入后启动tomcat出现如下错误

 

 

错误解决Error configuring application listener of class org.springframework.web.util.Log4jConfigListener(转发)

参考:http://blog.csdn.net/itlionwoo/article/details/17523371

解决方案:

1.打开工程属性对话框,到Deployment Assembly页面,点击Add

2. 选择Jave Build Path Entries

3. 把程序用于的Library加入进来

4.重新启动tomcat即可

相关文章:

  • 2021-04-03
  • 2021-08-07
  • 2021-05-24
  • 2021-09-27
  • 2021-06-02
猜你喜欢
  • 2021-10-09
  • 2022-12-23
  • 2021-11-17
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
相关资源
相似解决方案