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

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

    Today I was working with some other project and getting some errors in starting server (tomcat7), so first I cleaned the server and tried but no luck, then I deleted the server and made new one.

    The project on which I was working was started working fine, but another project started giving me the same exception, I again deleted the server and tried but the same case, even I was unable to hit the tomcat landing page i.e. localhost:8888/. I really don't know how and why all that happened.

    I tried several things like clean,add/remove then I started searching SO.

    After some research I thought to give one more chance then I started server again this time both of my projects started working fine but still getting 404 on tomcat page

    0 讨论(0)
  • 2020-12-04 11:46

    Try , right click tomcat --> Add / Remove , then in opened window , remove All projects in Configured side..

    Then restart tomcat .

    0 讨论(0)
提交回复
热议问题