> Remy Maucherat wrote:
> >
> > The 4.1.2 milestone is available for testing.
> > The vote on how much the build should be publicized will happen next
week
> > (unless a showstopper bug is found before, in which case a new milestone
> > will be released).
> >
> > Binaries are available at:
> > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.2/
>
> Sure ;-)
>
> I have found 2 things:
> - The coyote connector does not do the bind in the init() but in the
> start():
The endpoint (in j-t-c/util) needs to be refactored to do that.
Unfortunately, nobody replied to my proposal to add an init method there.
I'll do it, and see if anyone -1s it.
> - The http connector throws an exception:
> +++
You shouldn't use the old HTTP/1.1 connector ;-)
I think we should add back the MBeans declarations, though.
To get rid of the exception, you can disable the MBean related listeners
(but then, the admin webapp won't work).
Remy
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|