• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

The requested URL /market/spring/home was not found on this server

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

i am new to spring and i have created an application using SpringMvc 3.0 famework. My issue is that when i run my application in eclipse juno on Tomcat 7 i get the page not found error message.

I am assuming that my mapping is not done correctly.

Please see below my config:

Web.xml (path:market\src\main\webapp\WEB-INF\Web.xml) :



My file presentation.xml(path:market\src\main\resources\spring\presentation.xml)


this is my controller:



My login.jsp is found in the following folder :

market\src\main\webapp\WEB-INF\views\

Any ideas why i get the page not found error?

i should get the page login.jsp instead

thanks in advance.
 
irshad irshadoz
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my apologies its working fine i got the url wrong
reply
    Bookmark Topic Watch Topic
  • New Topic