Hi All,
I got a
J2EE application working with J2EE1.4,
JSP 2.0,
Servlet 2.4 ,
Struts 1.2.7 which is running on
Tomcat 5.0.x
and now I need to make it run on OC4J 10g
the current production version only support J2EE 1.3 (actually information on the oracle website is contradictory)
which only support (if I'm right) JSP 1.2 and Servlet 2.3
Now the question is :
How would you tackle this?
What are the main issues to look for?