• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

org.springframework.web.servlet.PageNotFound

 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have Spring 3.0 within Eclipse running a project within Tomcat. Due to a MVC problem, I modified my code quite a bit to try to solve it. All of a sudden, I don't know what I changed that I no longer could load the first page. I re-checked all the plumbings that I knew of.

Here is the error I got when I ran it on TomCat. I don't know what I did to have caused this. Any idea?

2010-03-14 13:05:54,840 WARN [org.springframework.web.servlet.PageNotFound] - No mapping found for HTTP request with URI [/Original/] in DispatcherServlet with name 'testApp'


Please HELP!

 
Ranch Hand
Posts: 276
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please TellTheDetails, show us the relevant sections of the beans xml, maybe controller class, etc!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic