Expected release date for Tomcat 8.5.5

2016-08-30 Thread Mohit Chugh
Hi, I'm waiting on a bug fix that is currently in Tomcat 8.5.5.dev and would appreciate any guidance on approximately when Tomcat 8.5.5 is expected to be officially released. I see that 8.5.5.dev has accumulated quite a few changes but I'm not sure what the trigger for releasing a new

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Doug Gschwind
Hi Chris, Thank you for the responses, yes those both help. I did a lot of reading yesterday and was unable to get a clear answer at how this should be done with JEE, where internal resource files are expected to reside (besides just generally being under WEB-INF) within the deployment, and the

Re: Tomcat8 on CentOS - Session-Tomcat

2016-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jonathan, On 8/30/16 1:26 PM, Jonathan Carpenter wrote: > I have a Tomcat8 (CentOS 7) question. In web.xml under > --> I seen a post on > stackoverflow that you can set this to -1 to keep the session open > until the browser is closed. However I

Re: AW: TCNative 1.2.8 with openssl 1.1.0

2016-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 8/30/16 10:18 AM, Kreuser, Peter wrote: >> On 30/08/2016 10:23, Kreuser, Peter wrote: >> >> Hi all, >> >> I have compiled tcnative 1.2.8 with the new openssl 1.1.0 (ldd >> proves that it is linked). I have set the cipher string to the

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Doug, On 8/29/16 6:29 PM, Doug Gschwind wrote: > Hello everyone, > > I have a file xyz.txt that is specific to my web application which > needs to be located by my web application, and I wish to find that > resource via

Re: Tomcat 8 doesn't listen in https

2016-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hardibo, On 8/29/16 6:46 PM, Hardibo Pierre-Jean wrote: > Le 29/08/2016 à 23:38, James H. H. Lampert a écrit : >>> "It doesn't work" is not very informative. What does not work >>> ? What do the Tomcat logfiles say about the problem ? >> >> Does

Re: Tomcat8 on CentOS - Session-Tomcat

2016-08-30 Thread Coty Sutherland
Just following up on our IRC conversation (which happened after this email) so others can see my response. I was able to find a description of the session-timeout setting in the XSD here:

Re: Increased memory consumption due to url encoding

2016-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Svetlin, On 8/28/16 12:57 PM, Svetlin Zarev wrote: > Hi, > > Today I had some free time, so I implemented a more (memory and > performance wise) efficient URLEncoder [1] and I'd like to > contribute it if there is interest for improvement in that

Tomcat8 on CentOS - Session-Tomcat

2016-08-30 Thread Jonathan Carpenter
I have a Tomcat8 (CentOS 7) question. In web.xml under --> I seen a post on stackoverflow that you can set this to -1 to keep the session open until the browser is closed. However I cannot find this in the documentation. Can anyone verify this or point me in the correct direction for a

ApacheCon Seville CFP closes September 9th

2016-08-30 Thread Rich Bowen
It's traditional. We wait for the last minute to get our talk proposals in for conferences. Well, the last minute has arrived. The CFP for ApacheCon Seville closes on September 9th, which is less than 2 weeks away. It's time to get your talks in, so that we can make this the best ApacheCon yet.

AW: TCNative 1.2.8 with openssl 1.1.0

2016-08-30 Thread Kreuser, Peter
> On 30/08/2016 10:23, Kreuser, Peter wrote: > > Hi all, > > I have compiled tcnative 1.2.8 with the new openssl 1.1.0 (ldd proves that it > is > linked). I have set the cipher string to the newly supported ciphers: > > >

Re: High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Rémy Maucherat
2016-08-30 15:31 GMT+02:00 Mark Thomas : > On 30/08/2016 14:27, Rémy Maucherat wrote: > > 2016-08-30 15:22 GMT+02:00 Mark Thomas : > > > >> Either or both of these: > >> http://bz.apache.org/bugzilla/show_bug.cgi?id=60030 > >> > > I wasn't 100% sure NIO2 wasn't

Re: High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Mark Thomas
On 30/08/2016 14:27, Rémy Maucherat wrote: > 2016-08-30 15:22 GMT+02:00 Mark Thomas : > >> Either or both of these: >> http://bz.apache.org/bugzilla/show_bug.cgi?id=60030 >> > I wasn't 100% sure NIO2 wasn't affected by the SNI IO loop, but it does > fine then reading his email.

Re: High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Rémy Maucherat
2016-08-30 15:22 GMT+02:00 Mark Thomas : > Either or both of these: > http://bz.apache.org/bugzilla/show_bug.cgi?id=60030 > > I wasn't 100% sure NIO2 wasn't affected by the SNI IO loop, but it does fine then reading his email. Rémy

Re: High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Mark Thomas
On 30/08/2016 14:11, Chen Levy wrote: > Hello All > > Since Tomcat 8.0.x development is about to be stopped, we’ve decided to > switch to 8.5.4, but since are facing the following issue: > A few hours after startup, the Java process starts consuming 100% CPU, and > while Tomcat is still

High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Chen Levy
Hello All Since Tomcat 8.0.x development is about to be stopped, we’ve decided to switch to 8.5.4, but since are facing the following issue: A few hours after startup, the Java process starts consuming 100% CPU, and while Tomcat is still responsive, it is very slow. This is consistent, been

Re: Trouble setting TOMCAT_USER

2016-08-30 Thread Coty Sutherland
Based on your usage of /etc/tomcat/tomcat.conf you must be running the Fedora/EPEL or RHEL-7/CentOS-7 distribution of tomcat. Firstly, the TOMCAT_USER is tomcat by default; this is configured in the init script. For tomcat to start and be owned by a user other than tomcat, you should just need to

Re: TCNative 1.2.8 with openssl 1.1.0

2016-08-30 Thread Mark Thomas
On 30/08/2016 10:23, Kreuser, Peter wrote: > Hi all, > > I have compiled tcnative 1.2.8 with the new openssl 1.1.0 (ldd proves that it > is linked). I have set the cipher string to the newly supported ciphers: > > >

TCNative 1.2.8 with openssl 1.1.0

2016-08-30 Thread Kreuser, Peter
Hi all, I have compiled tcnative 1.2.8 with the new openssl 1.1.0 (ldd proves that it is linked). I have set the cipher string to the newly supported ciphers: ciphers="ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Christoph Nenning
> Hello everyone, > > I have a file xyz.txt that is specific to my web application which needs to > be located by my web application, and I wish to find that resource via > getClass().ClassLoader().getResource("xyz.txt") at runtime. The xyz.txt > file has no relation to any particular Java class