Hi,
I am newbie in these technologies.when I have written spring and hibernate integration code I am getting the following error.
1)not binding factory to jndi no jndi name configured hibernate
2)INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\SpringPractice_day20\WEB-INF\lib\jsp-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/jsp/JspPage.class
May 20, 2010 8:21:49 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\SpringPractice_day20\WEB-INF\lib\servlet-api-2.5-6.1.5.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Its not able to load jar files too once deployed in tomcat5.5
Please help me on this how to proceed further.


Reply With Quote