0

Images Links:

https://i.stack.imgur.com/i9psl.png
https://i.stack.imgur.com/9N3QQ.png


my project not Add to the webapps.

logs don't print the springframework log

localhost:8080/index.do 404

[use the tomcat server it can works(Project has not error), tomcat-maven-plugin can't]

Jax
  • 3
  • 4
  • Try to run tomcat7:run-war or tomcat7:deploy from your command line or IDE – Skizzo Jun 23 '15 at 12:34
  • Based on the error messages in your first screenshot, it looks like Spring is not finding a Web Application Initializer on the classpath after Tomcat starts up. So your issue is **not** with Tomcat, but your Spring configuration and/or general web app configuration. Take a look at the following 3 Stavkoverflow questions and see if they help. If not, you will need to provide more information about your configurations, such as your web.xml content, and your Spring Context file. 1) http://stackoverflow.com/q/22938689 2) http://stackoverflow.com/q/16321819 3) http://stackoverflow.com/q/16664924 – Javaru Jun 23 '15 at 13:16

0 Answers0