Re: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads

2020-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Raghav, On 4/29/20 22:26, Ragavendhiran Bhiman (rabhiman) wrote: > The below is the executer element. > > maxThreads="450" minSpareThreads="5"/> > > I also captured the network pcap and able to see many RST packets > in between that is marked as

Re: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads

2020-04-29 Thread Ragavendhiran Bhiman (rabhiman)
Hi Mark, The below is the executer element. I also captured the network pcap and able to see many RST packets in between that is marked as RED in wireshark. Thanks & Regards, Raghav On 29/04/20, 9:52 PM, "Mark Thomas" wrote: On 29/04/2020 14:53, Ragavendhiran Bhiman (rabhiman)

Re: Losing session between calls from mobile phone

2020-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 AJ, On 4/29/20 13:46, AJ Chen wrote: > On Wed, Apr 29, 2020 at 10:28 AM Christopher Schultz < > ch...@christopherschultz.net> wrote: > > AJ, > > On 4/29/20 13:24, AJ Chen wrote: Chris, When i use my latest iphone 11 to access the web app,

Re: Losing session between calls from mobile phone

2020-04-29 Thread AJ Chen
server.xml is configured for HTTPS. -aj On Wed, Apr 29, 2020 at 10:28 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > AJ, > > On 4/29/20 13:24, AJ Chen wrote: > > Chris, When i use my latest iphone 11 to access the web app,

Re: Losing session between calls from mobile phone

2020-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 AJ, On 4/29/20 13:24, AJ Chen wrote: > Chris, When i use my latest iphone 11 to access the web app, tomcat > server generates new session every time. It's normal use, not > private browsing.> I did not change any setting on tomcat regarding >

Re: Losing session between calls from mobile phone

2020-04-29 Thread AJ Chen
Chris, When i use my latest iphone 11 to access the web app, tomcat server generates new session every time. It's normal use, not private browsing. I did not change any setting on tomcat regarding session, use default session tracking. Is there any setting that can enforce using previous session

Re: Losing session between calls from mobile phone

2020-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 AJ, On 4/28/20 16:13, AJ Chen wrote: > Andre, thanks for asking the questions. Yes, we try to get > understand the behaviors. > > We have seen iphone and other android phones, on different > carriers, from different networks, encounter this problem

Re: Issue with AJP listener

2020-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/28/20 13:33, Mark Thomas wrote: > On 28/04/2020 16:30, Satya Kishore Thumu wrote: >> Hi Chris, Post the Ghostcat changes tomcat now listens only on >> ipv4 by default, what if somebody is using on IPv6, Tomcat starts >> to listen on

Re: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads

2020-04-29 Thread Mark Thomas
On 29/04/2020 14:53, Ragavendhiran Bhiman (rabhiman) wrote: > Yes you are correct apache tomcat version 8.5.29 being used. > > On 29/04/20, 7:22 PM, "Ragavendhiran Bhiman (rabhiman)" > wrote: > > Hi Mark, > > We have configured 450 threads for port number 443 with the following >

Re: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads

2020-04-29 Thread Ragavendhiran Bhiman (rabhiman)
Yes you are correct apache tomcat version 8.5.29 being used. On 29/04/20, 7:22 PM, "Ragavendhiran Bhiman (rabhiman)" wrote: Hi Mark, We have configured 450 threads for port number 443 with the following executer I could see 450 threads open for servicing the

Re: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads

2020-04-29 Thread Ragavendhiran Bhiman (rabhiman)
Hi Mark, We have configured 450 threads for port number 443 with the following executer I could see 450 threads open for servicing the clients in one specific setup only what could be the reason? Thanks a lot. Regards, Raghav On 29/04/20, 7:18

Re: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads

2020-04-29 Thread Mark Thomas
On 29/04/2020 14:24, Ragavendhiran Bhiman (rabhiman) wrote: > Apache version 8.5.29 Given this is the Apache Tomcat mailing list and that that is a valid, although rather old, Tomcat version number I assume you mean you are using Apache Tomcat 8.5.29. Generally, please also include JVM vendor

Re: suspected memory leak in io.netty.buffer.PoolChunk

2020-04-29 Thread Mark Thomas
On 29/04/2020 14:23, Ragavendhiran Bhiman (rabhiman) wrote: > This question is from 8.5.29 version. > > On 29/04/20, 6:52 PM, "Ragavendhiran Bhiman (rabhiman)" > wrote: > > Hi, > > I am seeing a continuous memory leak from io.netty.buffer.PoolChunk, > Kindly advice how to go ahead

Re: tomcat and ssl

2020-04-29 Thread Bill Stewart
On Tue, Apr 28, 2020 at 10:42 PM Naga Ramesh wrote: > Can you check the below link.. > > https://mkyong.com/webservices/jax-ws/suncertpathbuilderexception-unable-to-find-valid-certification-path-to-requested-target/ I think you intended to reply to the mailing list (users at tomcat dot apache

Re: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads

2020-04-29 Thread Ragavendhiran Bhiman (rabhiman)
Apache version 8.5.29 From: "Ragavendhiran Bhiman (rabhiman)" Date: Wednesday, 29 April 2020 at 6:50 PM To: "users-ow...@tomcat.apache.org" , "users@tomcat.apache.org" Subject: Re: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads Adding tomcat

Re: suspected memory leak in io.netty.buffer.PoolChunk

2020-04-29 Thread Ragavendhiran Bhiman (rabhiman)
This question is from 8.5.29 version. On 29/04/20, 6:52 PM, "Ragavendhiran Bhiman (rabhiman)" wrote: Hi, I am seeing a continuous memory leak from io.netty.buffer.PoolChunk, Kindly advice how to go ahead and trace the problem? Thanks a lot. Regards, Raghavendran

suspected memory leak in io.netty.buffer.PoolChunk

2020-04-29 Thread Ragavendhiran Bhiman (rabhiman)
Hi, I am seeing a continuous memory leak from io.netty.buffer.PoolChunk, Kindly advice how to go ahead and trace the problem? Thanks a lot. Regards, Raghavendran +91 8220757651.

Re: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads

2020-04-29 Thread Ragavendhiran Bhiman (rabhiman)
Adding tomcat users as well. From: "Ragavendhiran Bhiman (rabhiman)" Date: Wednesday, 29 April 2020 at 6:45 PM To: "users-ow...@tomcat.apache.org" Subject: Some questions regarding the TLS1.2 port 443 continuously communicating and too many open threads Hi, I am seeing too many open threads