When I run the spring project in eclipse using TOMCAT 7.0.42 I get the HTTP 404 error. In the console one of the error is
workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\abcdLogin does not exist or is not a readable directory
when I was starting the server, the server start up get failed so I deleted the tmp0 tmp1 tmp2 folder from the above mentioned directory. I read somewhere that if the server doesn't start delete the folder from the directory. Now the server start ups but on console it is showing this error. How can I resolve this error?