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

后端 未结 20 3490
误落风尘
误落风尘 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:24

    I got this problem when I imported a project and run it with Tomcat. I fixed it when I opened .project file and added some code:

    org.eclipse.wst.common.project.facet.core.nature
    org.eclipse.wst.common.modulecore.ModuleCoreNature
    org.eclipse.jem.workbench.JavaEMFNature
    

提交回复
热议问题