• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Does Tomcat support Servlets 2.5?

 
Ranch Hand
Posts: 37
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just started to learn the book Head First Servlets and JSP. This book is using Servlets 2.5.
Do I have to install Tomcat 5 or 6 for this book?

Thanks,
 
Bartender
Posts: 7645
178
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This should help: http://tomcat.apache.org/whichversion.html
 
Saloon Keeper
Posts: 28654
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, the question should be more of "Should I install Tomcat 7 or 8?"

Tomcat 5 has passed End of Life and is no longer actively supported by Apache. Tomcat 6 is aging and won't be supported much longer, as Tomcat 9 is in the works.

For the most part, any newer Tomcat will support webapps designed to run under older Tomcat versions. Most information on configuration of Tomcat itself is still applicable for any Tomcat release of 5.5 or later. Tomcat 7 did introduce a new database connection pooler, but its basic configuration is similar to the older DBCP pooler used by previous releases.

And, of course, we do have a Tomcat-specific forum in case you need help!
 
Jeffrey Tian
Ranch Hand
Posts: 37
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your replies.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic