We have developed our application in
Tomcat 4.1 which supports
JSP 1.2 version. One of our clients is on websphere 4.0.5 which supports JSP 1.1 and would not upgrade to higher versions of WAS. What is the way out if we don't want to rewrite the application using JSP 1.1? Are there some jar files that we need to replace in WAS to make it accept JSP 1.2? What other options do we have?
Thanks,
Vssu