On Thu, Jan 21, 2016 at 1:38 PM, Mark Thomas <ma...@apache.org> wrote:

> The proposed Apache Tomcat 9.0.0.M2 release is now available for voting.
>
> This is the second milestone release for the 9.0.x branch. It should be
> noted that, as a milestone release:
> - Servlet 4.0 is not finalised
> - The EGs have not started work on JSP 2.4, EL 3.1 or WebSocket 1.2/2.0
>
> The major changes compared to the 9.0.0.M1 branch are:
> - Ability to use OpenSSL with JSSE configuration
> - Update to Tomcat-native 1.2.4 to pick up Windows binaries based on
>   OpenSSL 1.0.2e
> - Allow HTTP redirects to be relative
> - Lots of bug fixes
>
> For full details, see the changelog:
> http://svn.us.apache.org/repos/asf/tomcat/trunk/webapps/docs/changelog.xml
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.0.M2/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1059/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_9_0_0_M2/
>
> The proposed 9.0.0.M2 release is:
> [ ] Broken - do not release
> [ X ] Alpha - go ahead and release as 9.0.0.M2
>

With Rémy's help I was able to test my apps with HTTP2 without APR.
My conf/server.conf looks like:

<Listener className="org.apache.catalina.core.AprLifecycleListener"
SSLEngine="on" *aprPreferred="false"* />
    <Connector port="8443"
protocol="org.apache.coyote.http11.Http11Nio2Protocol"
               maxThreads="150" SSLEnabled="true"
*sslImplementationName="org.apache.tomcat.util.net.openssl.OpenSSLImplementation"*
>
        <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol"
/>
        <SSLHostConfig honorCipherOrder="false"></SSLHostConfig>
    </Connector>

Thanks, Rémy!


>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

Reply via email to