posted 10 years ago
I downloaded a spring mvc hibernate integration example from the net, but could not get it to work. The error I am getting is:
org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/SpringMVCHibernate/] in DispatcherServlet with name 'appServlet'
My folder structure is attached as an image
PersonController.java
PersonDAO.java
PersonDAOImpl.java
Person.java
PersonService.java
PersonServiceImpl.java
servlet-context.xml
web.xml
save.png