• 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

use spring mvc with hibernate

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to use spring mvc with hibernate.Im doing a simple example by using mysql5.5 and hibernateTemplate.Im getting some problems.Im using welcome file as index.jsp bt when i deploy the project every time i getting this Exception..
HTTP Status 500 -



--------------------------------------------------------------------------------

Apache Tomcat/6.0.13
=======
When i am using contextLoaderListener then im getting following exception.
Request resource is not available.404 error.
I am very confused what to do.
I am not implemented full code also bt why it giving such problem,
I am giving following files

1.web.xml
-----------

2.spring-servlet.xml
-----------------------

3.StudentDAO.java
-----------------

4.HibernateStudentDAO.java
------------------------------

5.StudentService.java
------------------------
package com.sura.spring_hibernate;


6.StudentServiceImpl.java
------------------------------

7.StudentMVC.java
----------------------

8.StudentTO.java
-------------------

9.Student.java
---------------

10.Student.hbm.xml
-------------------------

11.index.jsp
------------------

My question is why index.jsp is not comming.???I need help guys...






 
Eat that pie! EAT IT! Now read this tiny ad. READ IT!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic