apart from bundled Jetty, if someone wants to run Shindig on Tomcat, this is how it looks.

Tomcat 5.5.20 supports ->  Servlet 2.3
Tomcat 5.5.27 supports -> Servlet 2.4
Tomcat 6.x      supports -> Servlet 2.5

so, to use Shindig with servlet 2.5, users are *forced* to use Tomcat 6.x. So, using servlet 2.3 or 2.4 would be good since Tomcat 5.5.xx still has large install base.



Paul Lindner wrote:
As I recall there was some issue with jstl and JSPs that caused me to
specify 2.5
I'll test out the three-legged OAuth code (which is the only thing using
jsp) and see if anything broke moving to 2.4


On Tue, Aug 4, 2009 at 9:21 AM, Adam Winer <[email protected]> wrote:

True, but that doesn't mean we have to compile Shindig against Servlet
2.5.  The servlet dependency is "provided" scope for Maven, which
means it can be substituted at runtime with a newer version.

It looks as though Shindig has a hard dependency on the Servlet 2.4
API (ServletResponse.setCharacterEncoding()), but none on 2.5.  I'll
update the root maven pom.xml to indicate we require 2.4.

Dave, if you need something earlier than 2.4, please open an issue -
we could get rid of that dependency without too much effort (it's
really just a convenience API for getContentType()).

On Tue, Aug 4, 2009 at 9:17 AM, Vincent Siveton<[email protected]>
wrote:
2009/8/4, Ian Boston <[email protected]>:
I think the version of Jetty *might* be 2.5 ?
Yes you right

Vincent


Reply via email to