I am not able to run maven java web application project to the configured tomcat within eclipse ide.
Initially I could right click on the project and run it on tomcat s
Maybe you sholud update two file in .settings folder in your web project: .settings/.jsdtscope
.settings/org.eclipse.wst.common.component
change the path="src/main/WebContent" value's as yours in the two files,then restart the IDE.After I done this,it was work well again.