So aside form installing Tomcat 6 is there a way round this compatibility
issue. ie is there a way that a Tomcat 6.0 WAR could be made to function in
tomcat 5.5.



markt-2 wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/WAR-created-on-tomcat-6.0--Executed-on-Tomcat-5.5-tp16722777p16736068.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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