Hi All,
Please help me to solve this problem. I developed a web applicattion with following versions :
Servlet Engine: 2.5
JSP Engine: 2.1
Server: Apache Tomcat/6.0.18
JRE Version = 1.6.0
My destination web server having following versions:
Servlet Engine: 2.4
JSP Engine: 2.0
Application Server: Apache Tomcat/5.5.27
JRE Version = 1.6.0_13
I tested this web application with tomcat 5.5 & 6 in my localhost. its working fine. But in web server (actual url) it is not working i am getting following error.
org.apache.jasper.JasperException: /index.jsp(12,0) The value for the useBean class attribute com.optionsfive.beans.CarModelServices is invalid.
Please check this url : http://www.optionsfive.com/site/index.jsp
Please help me to sort this problem.
--
Vineeth