Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-26 Thread Rémy Maucherat
2016-01-26 9:13 GMT+01:00 Martin Grigorov : > > With Rémy's help I was able to test my apps with HTTP2 without APR. > My conf/server.conf looks like: > > SSLEngine="on" *aprPreferred="false"* /> > protocol="org.apache.coyote.http11.Http11Nio2Protocol" >maxThreads="150" SSLEna

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-26 Thread Martin Grigorov
On Thu, Jan 21, 2016 at 1:38 PM, Mark Thomas 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 st

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-25 Thread Mark Thomas
On 25/01/2016 14:21, Mark Thomas wrote: > On 24/01/2016 20:11, Rainer Jung wrote: >> Am 24.01.2016 um 18:31 schrieb Rémy Maucherat: >>> 2016-01-24 15:27 GMT+01:00 Rainer Jung : >>> APR+SSL seemed not to have worked in the unit tests. Yes, it doesn't work. I put in a quick fix wh

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-25 Thread Mark Thomas
On 24/01/2016 20:11, Rainer Jung wrote: > Am 24.01.2016 um 18:31 schrieb Rémy Maucherat: >> 2016-01-24 15:27 GMT+01:00 Rainer Jung : >> >>> >>> APR+SSL seemed not to have worked in the unit tests. >>> >>>Yes, it doesn't work. I put in a quick fix which works for me but I am >> unsure of the relatio

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Rainer Jung
Am 24.01.2016 um 18:31 schrieb Rémy Maucherat: 2016-01-24 15:27 GMT+01:00 Rainer Jung : APR+SSL seemed not to have worked in the unit tests. Yes, it doesn't work. I put in a quick fix which works for me but I am unsure of the relationship with the refactoring (r1724234). Thanks Remy. At le

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Rémy Maucherat
2016-01-24 15:27 GMT+01:00 Rainer Jung : > > APR+SSL seemed not to have worked in the unit tests. > > Yes, it doesn't work. I put in a quick fix which works for me but I am unsure of the relationship with the refactoring (r1724234). Rémy

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Rémy Maucherat
2016-01-23 20:02 GMT+01:00 Martin Grigorov : > Hi Rémy, > What changes I should apply to be able to test HTTP2 ? > I've changed the protocol: > protocol="org.apache.coyote.http11.Http11Nio2Protocol" >maxThreads="150" SSLEnabled="true" > > /> > >

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Rainer Jung
Am 21.01.2016 um 13:38 schrieb Mark Thomas: 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

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-24 Thread Mark Thomas
On 23/01/2016 19:02, Martin Grigorov wrote: > On Sat, Jan 23, 2016 at 6:37 PM, Rémy Maucherat wrote: > What changes I should apply to be able to test HTTP2 ? > I've changed the protocol: > protocol="org.apache.coyote.http11.Http11Nio2Protocol" >maxThreads="150" SSLEnabled="true

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-23 Thread Martin Grigorov
Hi Rémy, On Sat, Jan 23, 2016 at 6:37 PM, Rémy Maucherat wrote: > 2016-01-23 17:51 GMT+01:00 Martin Grigorov : > > > Hi, > > 23-Jan-2016 17:36:58.900 SEVERE [main] > > org.apache.coyote.AbstractProtocol.init Failed to initialize end point > > associated with ProtocolHandler ["https-apr-8443"] >

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-23 Thread Rémy Maucherat
2016-01-23 17:51 GMT+01:00 Martin Grigorov : > Hi, > 23-Jan-2016 17:36:58.900 SEVERE [main] > org.apache.coyote.AbstractProtocol.init Failed to initialize end point > associated with ProtocolHandler ["https-apr-8443"] > java.lang.NullPointerException > at > org.apache.tomcat.util.net.AprE

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-23 Thread Martin Grigorov
Hi, On Fri, Jan 22, 2016 at 11:22 PM, Mark Thomas wrote: > On 21/01/2016 12:38, Mark Thomas 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:

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-22 Thread Mark Thomas
On 21/01/2016 12:38, Mark Thomas 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

Re: [VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-21 Thread Rémy Maucherat
2016-01-21 13:38 GMT+01:00 Mark Thomas : > The proposed 9.0.0.M2 release is: > [ ] Broken - do not release > [X] Alpha - go ahead and release as 9.0.0.M2 > > The testsuite looks ok for me. Once this is released, maybe we can start discussing the contents of that possible new 8.x branch. Rémy

[VOTE] Release Apache Tomcat 9.0.0.M2

2016-01-21 Thread Mark Thomas
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 cha