IMHO, the 1.1 requirement is by virtue of Tomcat 3.3 being a
reference implementation for the Servlet 2.2/JSP 1.1 specs.
I don't think all of Tomcat 3.3's features have to run under
1.1.  Especially new features that come after 3 major JVM
versions and almost two Servlet spec versions.

I'm not in favor of removing the 1.1 requirement entirely,
but I have no problem with any Coyote based connector requiring
J2SE.  I doubt this will actually cause anybody any hardship.

Cheers,
Larry

> -----Original Message-----
> From: Remy Maucherat [mailto:remm@;apache.org] 
> Sent: Monday, October 21, 2002 6:48 AM
> To: Tomcat Developers List
> Subject: Re: Bug 13658
> 
> 
> Costin Manolache wrote:
> 
> >
> > I think it is perfectly fine for Coyote to require Java2.
> >
> > HashMap is available in GCJ/Kaffe and AFAIK in J2ME ( one of the 
> > profiles).
> > I'll double check the last part.
> >
> > I would also +1 removing the JDK1.1 requirement for an 
> eventual tomcat3.4.
> > It's important to not confuse cause and effect - the 1.1 requirement
> > is just a way to achieve the 'run anywhere' goal. At this moment
> > Kaffe and GCJ support the collection and JNDI features - and they
> > cover almost any platform/OS I ever heard of.
> >
> > If anyone can find an OS/platform that has a JDK1.1 but is 
> not supported
> > by kaffe/gcj - then we still have tomcat3.3 that can be 
> used to provide
> > servlet/jsp support for that platform.
> >
> > ( as any requirement - the 1.1 is set and removed by a 
> majority vote,
> > so if Larry would propose taking all the current fixes, plus
> > coyote and have a release - he can include a proposal to 
> drop 1.1 and
> > the majority can decide )
> 
> Great ! I'll vote +1.
> Right now, there are still places in the critical path of 5.0 
> that need 
> to be optimized (mostly the mapper), but after that, removing those 
> useless syncing operations will be useful.
> 
> Remy
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-dev-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>
> 
> 

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to