When running my WebApp project from Eclipse most of times it run correctly. But if by mistake to stop server, I kill it in \"Console\" view on instead of \"Stop\" Server from \"
Check Tomcat doc for Document base xyz does not exist or is not a readable directory:
Document base does not exist or is not a readable directory The URL specified by the war parameter must identify a directory on this server that contains the "unpacked" version of a web application, or the absolute URL of a web application archive (WAR) file that contains this application. Correct the value specified by the war parameter.
Can you manually do "Clean..." and then "Publish" (from context menu on Tomcat in Servers view) after clean project is completed?