解决java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException

解决 
工程目录.settings\org.eclipse.wst.common.project.facet.core.xml文件中jst.web的version降低到2.5

<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
  <runtime name="Apache Tomcat v7.0"/>
  <fixed facet="wst.jsdt.web"/>
  <installed facet="java" version="1.6"/>
  <installed facet="jst.web" version="2.5"/><!--这里!-->
  <installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>

  

相关文章:

  • 2021-11-21
  • 2021-09-30
  • 2021-11-27
  • 2021-08-24
  • 2021-08-21
  • 2021-07-14
  • 2021-04-16
  • 2022-12-23
猜你喜欢
  • 2021-05-20
  • 2021-11-11
  • 2021-06-03
  • 2021-04-27
  • 2021-06-12
相关资源
相似解决方案