2016-03-03 21:20 GMT+01:00 Mark Thomas <ma...@apache.org>:

> One thought I had for BIO support was that we could add something like
> this to handle the case where the user has explicitly selected BIO
>
> public class Http11Protocol extends Http11NioProtocol {
>
>     public Http11Protocol() {
>         super();
>         log.warn("BIO connector removed. Using NIO instead.");
>     }
> }
>
>
> And the same for AJP.
>
> So since it is not the default, it could have been manually overridden. If
that's been done, startup will fail and manual configuration is needed, I'm
not sure this is that bad though.

Rémy

Reply via email to