How to choose a Tomcat version

2003-06-19 Thread Riaan Oberholzer
Is there a general rule of thumb for choosing which version of Tomcat to use? With servlet/jsp 2.3/1.2 specs you go for 4.0 or 4.1, but which branch and why? And furthermore, which version within the branch? I often see installations stuck at 4.0.4 - why don't they upgrade to newer versions? My

RE: How to choose a Tomcat version

2003-06-19 Thread Shapira, Yoav
Howdy, Is there a general rule of thumb for choosing which version of Tomcat to use? With servlet/jsp 2.3/1.2 specs you go for 4.0 or 4.1, but which branch and why? And furthermore, which version within the branch? Latest stable: 4.1.24 at this point. I often see installations stuck at 4.0.4 -

Re: How to choose a Tomcat version

2003-06-19 Thread John Turner
I would add that in many cases third-party JARs require a specific version of the JDK, which can cause problems when you want to upgrade. John On Thu, 19 Jun 2003 09:13:21 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, Is there a general rule of thumb for choosing which version of