I have issue most probably with either Eclipse or Tomcat. Because if I make package proj.war from console and then deploy to local Tomcat instance. It works fine. But when I try to run to server from Eclipse I got error as :-
Nov 15, 2015 8:00:30 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1333
I got 2 questions. How to fix this deployment? I'm ok with manual console build and deployment. But if I manually deploy my package to Tomcat, how can I debug? I have both eclipse and intellij. How can I debug after manual build and deployment?
Please also check the picture to verify my project structure is ok in Eclipse?