• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

No mapping found for HTTP request with URI [/jsp/execLanding.jsp] in DispatcherServlet

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Could you help figure out how to better write the program to get rid of the problem given below and also in the subject line

"No mapping found for HTTP request with URI [/jsp/execLanding.jsp] in DispatcherServlet with name 'dispatcherServlet'



My program is done in the spring boot in STS IDE. Made a sample web mvc program using start.spring.io and importing the resultant maven project into STS workspace.

The following are the different components :--













What more do I have to do to get tomcat server make the DispatcherServlet to direct to the execLanding.jsp as sought by me.


Regards



 
Ranch Hand
Posts: 93
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This line looks suspicious:  

Traditionally you would use:
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic