Eclipse tomcat error: Document base does not exist or is not a readable directory

后端 未结 20 3488
误落风尘
误落风尘 2020-12-04 10:44
13-dic-2011 17.00.36 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in producti         


        
20条回答
  •  离开以前
    2020-12-04 11:30

    This could happen if you execute maven to build a java project

    mvn eclipse:eclipse 
    

    Instead of executing maven to build a web java project as:

    mvn eclipse eclipse -Dwtpversion=2.0
    

提交回复
热议问题