On 4/16/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
Tomcat 6.x implements Servlet 2.5/JSP 2.1 but Tomcat 5.5.x implements Servlet 2.4/JSP 2.0 spec according to the chart shown here: http://tomcat.apache.org/whichversion.html
Tomcat 6 *adds* support for 2.5, which doesn't mean that it doesn't still support /previous/ versions of the Servlet Spec...
Are are using EL (Expression Language) in your application's JSP files? Then is your project's web.xml has Servlet 2.4 schema URIs in the web-app node? If it does, then those URIs need to change to Servlet 2.5 schema URIs.
My unchanged 2.4 apps all run fine on 6.0.x. FWIW, -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]