This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Tomcat 5 vs Tomcat 6 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat 5 vs Tomcat 6" Watch "Tomcat 5 vs Tomcat 6" New topic
Author

Tomcat 5 vs Tomcat 6

MohanKrishna Bitta
Greenhorn

Joined: Dec 28, 2006
Posts: 5
Hi all,

Can anybody explain me about the differnce between Tomcat 5 and Tomcat 6

regards,
Mohan
[ December 29, 2006: Message edited by: Bear Bibeault ]
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8143
    
  52

Tomcat 5 supports Servlet/JSP spec 2.4/2.0 where as Tomcat 6 supports 2.5/2.1 spec. More details here


[My Blog] [JavaRanch Journal]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56191
    
  13

We have a forum for question on Tomcat. I have moved this post there.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bill Clar
Ranch Hand

Joined: Sep 21, 2006
Posts: 101

Not to derail the topic, but Tomcat currently has two 5.x versions: 5.5.20 and 5.0.28. I've looked on their website for an explanation of these differences to no avail. Is there a reason for this?

Bill Clar
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Bill,

Tomcat 5.0 and 5.5 support the same version of the Servlet/JSP API, but there are a number of differences, as listed here.


Android appsImageJ pluginsJava web charts
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56191
    
  13

Bill, in the future please start your own questions in their own topic.

thanks
Garrett Smith
Ranch Hand

Joined: Jun 27, 2002
Posts: 401
One thing I found is that you can't do this in tomcat 5.5 but it works in tomcat 6.


comp.lang.javascript FAQ: http://jibbering.com/faq/
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

The best place to go for a detailed explanation of the difference between versions is the the release notes document that ships with Tomcat.

Tomcat's site also has a "Which Version" page that goes over these differences.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tomcat 5 vs Tomcat 6
 
Similar Threads
HF Servlets book : tomcat 5 and tomcat 6 doubt
Java 1.6
Is WEB-INF Directory mandatory ?
Configuration differentes between tomcat 4 and tomcat5
How to make request parameters available to a login.jsp?