Re: Re: How to set up Tomcat as a client (not a server) for mutual SSL

2018-06-02 Thread gaofeng...@139.com
How to unsubscribe to tomcat gaofeng...@139.com From: Mark Thomas Date: 2018-05-31 22:19 To: Tomcat Users List Subject: Re: How to set up Tomcat as a client (not a server) for mutual SSL On 31/05/18 14:20, Jean Pierre Urkens wrote: > I've a web application deployed under Tomcat-8.5.30 that

Re: Http11Nio2Protocol allows brand-new sockets to live indefinitely? (Tomcat 9.0.8 and others)

2018-06-02 Thread Alex Marchevskiy
Thanks Rémy! > On Jun 2, 2018, at 12:49 PM, Rémy Maucherat wrote: > > On Sat, Jun 2, 2018 at 9:25 PM Alex Marchevskiy wrote: > >> Hi Rémy, >> >> Thank you for your quick follow up to the issue posted by Adam. I have >> been reviewing the patch from r1832519 and it appears that if a

Re: Http11Nio2Protocol allows brand-new sockets to live indefinitely? (Tomcat 9.0.8 and others)

2018-06-02 Thread Rémy Maucherat
On Sat, Jun 2, 2018 at 9:25 PM Alex Marchevskiy wrote: > Hi Rémy, > > Thank you for your quick follow up to the issue posted by Adam. I have > been reviewing the patch from r1832519 and it appears that if a connection > is established and no bytes are sent, the socket remains open indefinitely >

Re: Http11Nio2Protocol allows brand-new sockets to live indefinitely? (Tomcat 9.0.8 and others)

2018-06-02 Thread Alex Marchevskiy
Hi Rémy, Thank you for your quick follow up to the issue posted by Adam. I have been reviewing the patch from r1832519 and it appears that if a connection is established and no bytes are sent, the socket remains open indefinitely waiting for the handshakeReadCompletionHandler to callback.

Re: tomcat with laptop + windows sleep

2018-06-02 Thread Alex O'Ree
I think I've narrowed it down to an issue specific with terracotta quartz based jobs. I've wired it into using tomcat's jdbc connection pooling. I'm also using a super old version of it so that could be part of the problem. Interestingly this didn't happen with tomcat7 but it's more than probably

Re: tomcat with laptop + windows sleep

2018-06-02 Thread Felix Schumacher
Am 24. Mai 2018 23:30:10 MESZ schrieb Alex O'Ree : >Yes it is a tomcat managed data source with postgres. The cpu usage is >my >app trying to get a managed data source. Perhaps the jdbc driver is the >issue. .. Care to post your configuration? Maybe there are some changes missing when you