Computerjuice wrote:
I have developed a web application using netbeans and Tomcat 6.0. I have
deplyed the resulting WAR file to a website Host server that is running
Tomcat 5.5. However the JSTL tags are displayed instead of the exposing the
database contents. The application uses a connection pool to connect to the
database. Yes my code works fine because it all worked in the development
environment. Now for my question, is there compatibility between tomcat 5.5
and tomcat 6.0?

Yes and no.

Tomcat 6.x implements version 2.5 of the servlet spec and version 2.1 of the JSP spec. Tomcat 5.x implements version 2.4 of the servlet spec and version 2.0 of the JSP spec.

Whilst a 2.4/2.0 app will run quite happily in a 2.5/2.1 environment, the reverse is not true.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to