Re: Http/2 : Tomcat NIO2 fails on large number of POST request with payload

2019-03-05 Thread Santhosh Kumar
Sometimes more than 10x On Tue, Mar 5, 2019 at 10:00 PM John Dale wrote: > How many orders of magnitude slower are the post requests? > > On 3/5/19, Santhosh Kumar wrote: > > I was testing in the localhost > > > > On Tue, Mar 5, 2019 at 9:32 PM John Dale wrote: > > > >> Are you running your

Re: Get startTime of coyoteRequest object from RequestFacade

2019-03-05 Thread Mark Thomas
On 05/03/2019 14:29, Helena Carbajo wrote: > >I can think of a couple of other ways of doing this but what problem are >> you trying to solve? > > I need it in order to calculate the time requests spend in the queue since > the arrive at the server until a thread process them. I haven't seen any

Re: Tomcat 8.5.13 - random issue with HTTPS (blank page) - working good with HTTP

2019-03-05 Thread John Dale
I do not typically use that log file .. have you searched other log files in the tomcat/logs/* directory? On 3/5/19, youness.dakk...@bnpparibasfortis.com wrote: > /logs/stderr.log > > -Original Message- > From: John Dale [mailto:jcdw...@gmail.com] > Sent: Tuesday, March 05, 2019 4:57 PM

Re: How to display the current In-Use Stack Size

2019-03-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lance, On 3/4/19 10:49, Campbell, Lance wrote: > Tomcat 9.x Note that the answer to this is not Tomcat-specific. > What is the easiest way to identify how much memory Tomcat/Java is > currently using from the Java stack -Xss ? Not max but

RE: Tomcat 8.5.13 - random issue with HTTPS (blank page) - working good with HTTP

2019-03-05 Thread youness.dakk...@bnpparibasfortis.com
/logs/stderr.log -Original Message- From: John Dale [mailto:jcdw...@gmail.com] Sent: Tuesday, March 05, 2019 4:57 PM To: Tomcat Users List Subject: Re: Tomcat 8.5.13 - random issue with HTTPS (blank page) - working good with HTTP Which log file are you looking at? /logs/catalina.out?

Re: Http/2 : Tomcat NIO2 fails on large number of POST request with payload

2019-03-05 Thread John Dale
How many orders of magnitude slower are the post requests? On 3/5/19, Santhosh Kumar wrote: > I was testing in the localhost > > On Tue, Mar 5, 2019 at 9:32 PM John Dale wrote: > >> Are you running your test client (h2load) on the same machine, same >> network, or is it over the net (so, like

Re: Http/2 : Tomcat NIO2 fails on large number of POST request with payload

2019-03-05 Thread Santhosh Kumar
I was testing in the localhost On Tue, Mar 5, 2019 at 9:32 PM John Dale wrote: > Are you running your test client (h2load) on the same machine, same > network, or is it over the net (so, like 20ms latency on each > request)? The reason I ask is that if you are local (especially), it > may

Re: Http/2 : Tomcat NIO2 fails on large number of POST request with payload

2019-03-05 Thread John Dale
Are you running your test client (h2load) on the same machine, same network, or is it over the net (so, like 20ms latency on each request)? The reason I ask is that if you are local (especially), it may queue up too many requests for tomcat to handle in the testing period with its thread pool.

Re: Http/2 : Tomcat NIO2 fails on large number of POST request with payload

2019-03-05 Thread Santhosh Kumar
Bytes On Tue, Mar 5, 2019 at 9:28 PM John Dale wrote: > 1000-1500 MB or KB? > > On 3/4/19, Santhosh Kumar wrote: > > As per the documentation, > > > https://tomcat.apache.org/tomcat-9.0-doc/config/http.html#SSL_Support_-_SSLHostConfig > > > > this connector supports maxPostSize, by default the

Re: Http/2 : Tomcat NIO2 fails on large number of POST request with payload

2019-03-05 Thread John Dale
1000-1500 MB or KB? On 3/4/19, Santhosh Kumar wrote: > As per the documentation, > https://tomcat.apache.org/tomcat-9.0-doc/config/http.html#SSL_Support_-_SSLHostConfig > > this connector supports maxPostSize, by default the limit is set to 2MB > > On Tue, Mar 5, 2019 at 5:09 AM John Dale

Re: Tomcat 8.5.13 - random issue with HTTPS (blank page) - working good with HTTP

2019-03-05 Thread John Dale
Which log file are you looking at? /logs/catalina.out? On 3/5/19, youness.dakk...@bnpparibasfortis.com wrote: > We only use tomcat log files but we don't find relevant information on it as > we don't received an error messages but just a blank page. > --> is there a way to have more detailed

RE: Tomcat 8.5.13 - random issue with HTTPS (blank page) - working good with HTTP

2019-03-05 Thread youness.dakk...@bnpparibasfortis.com
Hello everyone, Here the tomcat config file from our Application BI: HTTPS:443 --> NOT OK sometime ( blank page/hanging) maybe limit of session achieved and waiting new available connections = < Connector port="443" maxHttpHeaderSize="65536" protocol="HTTP/1.1" maxThreads="250"

Re: Get startTime of coyoteRequest object from RequestFacade

2019-03-05 Thread Helena Carbajo
>I can think of a couple of other ways of doing this but what problem are >you trying to solve? I need it in order to calculate the time requests spend in the queue since the arrive at the server until a thread process them. I haven't seen any other parameter to make this calculation. Helena

Re: Get startTime of coyoteRequest object from RequestFacade

2019-03-05 Thread Mark Thomas
I can think of a couple of other ways of doing this but what problem are you trying to solve? Mark On 05/03/2019 13:35, Helena Carbajo wrote: > Hi! > I'd like to get the startTime field of a request. The problem is that what > I get is a RequestFacade, which has the >

Get startTime of coyoteRequest object from RequestFacade

2019-03-05 Thread Helena Carbajo
Hi! I'd like to get the startTime field of a request. The problem is that what I get is a RequestFacade, which has the org.apache.catalina.connector.Request object that holds the org.apache.coyote.Request object. Yet, the catalina.connector.Request is a protected field, and doesn't have a getter

RE: Tomcat 8.5.13 - random issue with HTTPS (blank page) - working good with HTTP

2019-03-05 Thread youness.dakk...@bnpparibasfortis.com
We only use tomcat log files but we don't find relevant information on it as we don't received an error messages but just a blank page. --> is there a way to have more detailed logging ? I think it's a matter of config parameter to limit the number of connections but we need first to have a

Re: I'm not able to get acces server status Apache Tomcat/9.0.16

2019-03-05 Thread Olaf Kock
On 04.03.19 19:06, ITMex wrote: > Hi everyone, I'm running Apache Tomcat/9.0.16 over CentOS 7 so far is > okay, but I'm not able to get acces to "server status, Manager App and > Host Manager" menus, even from localhost I got the following message: > > > HTTP Status 404 – Not Found Did you

Re: Http insecure headers

2019-03-05 Thread Peter@Kreuser-Online
Nitin, sorry for my late reply. > Am 27.02.2019 um 17:01 schrieb Nitin Kadam : > > Hello , > > We dint have any reverse proxy in middle layers and we have added filters in > web.config only, Please find attached snaps of same. > i am new to tomcat so didnt able to understand all terms. >