web services - Can't run my Spring MVC project on a Tomcat web server (local) -


i have used spring template project create spring mvc project. works fine running on "vmware vfabric tc server developer edition v2.8"-server. when move tomcat server , try run it doesn't work. when try access site following:

http status 404 - /analyse  type status report  message /analyse  description requested resource not available. 

do have convert project how? doesn't have same structure other projects in webapps-folder. idea?

so need know has done in order run spring mvc project on tomcat-server.

aprreciate can get!

the problem in deployment assembly,you have check it. using maven can type following command

  eclipse:eclipse -dwtpversion=2.0 

so solve deployment assembly problem , download necessary jar's. run command

  clean install  

and clean project

  project clean option. 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -