Is the 2.4 servlet api final?? If not, which version ships with Tomcat 5? I've got Tomcat 5 installed, and have the jar, but I'm wary of calling it 2.4 (and hence final) when Tomcat 5 isn't. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
Greg Wilkins <[EMAIL PROTECTED]> wrote on 12/08/2003 01:00:37 PM: > > Sorry if this is not correct... but I'm just starting on this maven > thing (OK - about time). > > I'd like to get the jetty and servletapi jars updated in the repository. > Jetty stable is now 4.2.12, but there is also a 5.0.alpha1 release > that I would like to use in geronimo. I also need the 2.4 servlet > api for geronimo. > > I could not find the original poms for these jars/projects so I > have written the ones attached. I hope that is correct? > > Jetty jars are on sourceforge > The 2.4 servlet jar is built as part of jetty 5 (from the apache source) > I can't find a binary version of it anywhere but in the tomcat 5 releases. > > thanks > > PS. can I be cc'd on any replies as I don't read this mailing list. > > > -- > Greg Wilkins<[EMAIL PROTECTED]> Phone/fax: +44 7092063462 > Mort Bay Consulting Australia and UK. http://www.mortbay.com > > > <project> > <pomVersion>3</pomVersion> > <id>jetty</id> > <name>Jetty HTTP Server and Servlet Container</name> > <currentVersion>4.2.12</currentVersion> > <organization> > <name>Mort Bay Consulting Pty. Ltd.</name> > <url>http://jetty.mortbay.org</url> > </organization> > <licenses> > <license> > <name>Jetty</name> > <url>http://jetty.mortbay.org/jetty/LICENSE.html</url> > <comments>This is a variation of the artistic license</comments> > </license> > </licenses> > </project> > > > > <project> > <pomVersion>3</pomVersion> > <id>jetty</id> > <name>Jetty HTTP Server and Servlet Container</name> > <currentVersion>5.0.alpha1</currentVersion> > <organization> > <name>Mort Bay Consulting Pty. Ltd.</name> > <url>http://jetty.mortbay.org</url> > </organization> > <licenses> > <license> > <name>Jetty</name> > <url>http://jetty.mortbay.org/jetty/LICENSE.html</url> > <comments>This is a variation of the artistic license</comments> > </license> > </licenses> > </project> > > > > <project> > <pomVersion>3</pomVersion> > <id>servletapi</id> > <name>Standard Servlet API</name> > <currentVersion>2.4</currentVersion> > <organization> > <name>Apache foundation</name> > <url>http://www.apache.org</url> > </organization> > <licenses> > <license> > <name>Apache</name> > <url>http://www.apache.org/</url> > <comments>Version 1.1</comments> > </license> > </licenses> > </project> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
