Re: Connector protocol and request handling in Tomcat 8

2018-12-04 Thread Saurav Sarkar
Thanks a lot Mark again. Actually i made mistake in getting the correct thread dump from my server when it was not accepting any further requests. We make blocking network I/O calls which blocks the threads . I see that the current threads go to park state when expecting to read from the input st

Re: Connector protocol and request handling in Tomcat 8

2018-12-03 Thread Mark Thomas
On 03/12/2018 15:26, Saurav Sarkar wrote: > Thanks a lot Mark for the reply. > > Please bear with me for my follow up questions :) > > Does the park state (in visual vm) depicts the connection is idle and > waiting for requests ? There is no direct correlation between thread and connection. A th

Re: Connector protocol and request handling in Tomcat 8

2018-12-03 Thread Saurav Sarkar
Thanks a lot Mark for the reply. Please bear with me for my follow up questions :) Does the park state (in visual vm) depicts the connection is idle and waiting for requests ? I see all threads reaching to this stage and my tomcat stops accepting any further requests "http-nio-0.0.0.0-8080-exec

Re: Connector protocol and request handling in Tomcat 8

2018-12-03 Thread Mark Thomas
On 03/12/2018 09:24, Saurav Sarkar wrote: > Hi All, > > I want to know the connector's protocol which is being used in my tomcat 8 > container and clear the behaviour of request handling > > We have a cloud foundry based application running on java build pack. > > Below is the connector setting

Connector protocol and request handling in Tomcat 8

2018-12-03 Thread Saurav Sarkar
Hi All, I want to know the connector's protocol which is being used in my tomcat 8 container and clear the behaviour of request handling We have a cloud foundry based application running on java build pack. Below is the connector settings in server.xml It does not show any connector detai