Help coderanch get a
new server
by contributing to the fundraiser

jiye lal jaiswal

Greenhorn
+ Follow
since Aug 22, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by jiye lal jaiswal

Hi All,
I am running my spring Hello World application on Eclipse Mars but I am finding below error.

org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping found for HTTP request with URI [/HelloWorld/hello] in DispatcherServlet with name 'dispatcher'

web.xml is as below


and dispatcher-servlet.xml is like below




and controller class is like below





Application is running on Eclipse MARS
web server is tomcat8.0