I\'m developing web application. Everything was working fine till yesterday.
Something happened yesterday (no idea what exactly) and Eclipse is not deploying my applicat
look into org.eclipse.wst.common.component file in your web project in eclipse.
< wb-module deploy-name="PROJECT_NAME">
check the PROJECT_NAME. It might got messed up. Similarly look into .project file.
Hope this helps!!