Migrating Application from JSP 1.2 to JSP 2.2 and Servets 2.3 to Servlet 3
745262Aug 10 2012 — edited Aug 10 2012Hi,
I have an application which is built on JDeveloper 10.1.3.4.
So it uses default JSP and Servlet Runtime i e, JSP 1.2 and Servlets 2.3 versions.
But i want to migrate my application from those versions to Servlet 3.0 and JSP 2.2.
So i downloaded JSP 2.2 API jar and Servlet 3.0 jars and added to my Application Library.
I even removed JSP runtime and Servlet run time.
Now am unable to compile.
How should i migrate my application from older versions to newer.
Thanks,