• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Why move from Tomcat 5.5.x to Tomcat 6

 
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I see on Tomcat website that the version 6 supports Servlet 2.5/JSP 2.1.

Other than that, what are the main benefits of migrating from Tomcat 5.5.x to 6.0.1?

Thanks.

- Sonny
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know TC6 has an upgraded AJP connector. IMportant for some
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[edit: thread hijack removed. Please start questions unrelated to the original post in a new topic.]
[ October 02, 2007: Message edited by: Bear Bibeault ]
 
author
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One really good reason to go to Tomcat 6, the NIO connectors and support for Comet with CometFilter and CometProcessor can allow Tomcat to scale much further. Here is a good load analysis:

http://blog.covalent.net/roller/covalent/entry/20070308

This is highly effective with AJAX applications.
 
Sonny Gill
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys.

Very good reasons, both. I am going to take a good, hard look at it as soon as time permits.
This should be a fun week in this forum
 
reply
    Bookmark Topic Watch Topic
  • New Topic