i m new to servlets and Jsps. I have set CLASSPATH for Servlet-api.jar only. And by doing this i am able to run both servlets and jsps Successfully.
My doubt is what is the reason that JSPs are being run successfully by setting servlet-api.jar and without setting Jsp-api.jar in the ClASSPATH.