Apache does indeed have Apache-licensed versions of the servet 2.4
(and JSP 2.0) API classes.  The ones that are shipped with Tomcat 5.x
are in cvs repository "jakarta-servletapi-5".  I would imagine we
could just get the Tomcat folks to post those JARs to ibiblio or
something.  Isn't that just a matter of uploading to some special
directory on an Apache server that gets mirrored over (the same way we
do the Struts JARs)?

You could get the JARs from Sun (by downloading the app server, for
example), but they'll come with a redistribution license says you
can't piecemeal out the parts -- you can only ship what you downloaded
if its unmodified and just a part of your product or package.  That
won't do us any good for this purpose.

Craig




On Wed, 27 Oct 2004 12:24:57 -0500, Joe Germuska <[EMAIL PROTECTED]> wrote:
> (I sent this before Craig and Ted's notes came back, but it seems to
> have gone into a black hole, so sending again, since i still have
> these questions...)
> 
> This is a bit of a puzzle for me and after a bit of digging, I don't
> have a great place to pose this question -- so I'll keep it close to
> home, especially since Craig's past involvement in Tomcat (and
> employment by Sun) might help me understand.
> 
> The iBiblio repository doesn't have a Servlet 2.4 final API jar.  I
> thought that the Tomcat project used to distribute binaries of the
> Servlet APIs, although I didn't see them just now.
> 
> Is Sun the official place to get the API jars?  Are those jars under
> the more restrictive redistribution licenses, which might explain why
> they are not on the Apache binary download sites now?  Or am I just
> confused?
> 
> I'm not sure who I would ask to get the thing uploaded to iBiblio,
> especially since the Maven project has tried to make the process
> there much more formalized -- only someone with "authority" is
> supposed to make the upload request JIRA ticket, and they are
> supposed to provide the material which is to be uploaded.
> 
> Then again, if the Tomcat folks still shepherd the API, then they
> could just build it to the Apache directory which is mirrored to
> iBiblio.
> 
> Craig, or anyone: can you clarify?
> 
> Joe
> 
> At 2:43 PM +0000 10/27/04, [EMAIL PROTECTED] wrote:
> >Author: germuska
> >Date: Wed Oct 27 07:43:03 2004
> >New Revision: 55700
> >
> >Modified:
> >    struts/trunk/contrib/struts-shale/project.properties
> >Log:
> >fix expression of value for 'maven.repo.remote' -- why don't any of
> >the repos have servlet-2.4?
> >
> >Modified: struts/trunk/contrib/struts-shale/project.properties
> >==============================================================================
> >--- struts/trunk/contrib/struts-shale/project.properties       (original)
> >+++ struts/trunk/contrib/struts-shale/project.properties       Wed
> >Oct 27 07:43:03 2004
> >@@ -7,4 +7,4 @@
> >  maven.repo.central.directory=/www/svn.apache.org/repository/ # nightly builds
> >
> >  maven.repo.central.directory=/www/www.apache.org/dist/java-repository
> >
> >
> >
> >-maven.repo.remote http://cvs.apache.org/repository/
> >http://www.ibiblio.org/maven/ http://dist.codehaus.org/
> >http://www.bluesunrise.com/maven/
> >
> >+maven.repo.remote=http://cvs.apache.org/repository/,http://www.ibiblio.org/maven/,http://dist.codehaus.org/,http://www.bluesunrise.com/maven/
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> 
> --
> Joe Germuska
> [EMAIL PROTECTED]
> http://blog.germuska.com
> "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn
> back; I'll know I'm in the wrong place."
>     - Carlos Santana
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to