On 12/11/2020 14:19, Eric Robinson wrote:
>> From: Mark Thomas
>> I keep coming back to this. Something triggered this problem (note that
>> trigger not necessarily the same as root cause). Given that the app, Tomcat
>> and JVM versions didn't change that again points to some other component.
>
Hi
We have our web application implemented in Perl cgi which is using below
function of perl. we are upgrading from Tomcat 8.0.21 to Tomcat 9.0.38.
The below function (getopts) is working fine Tomcat 8.0.21 but is not working
in Tomcat 9.0.38. We even tried Tomcat 9.0.39 as well and it is not
On 13/11/2020 13:14, Jonnalagadda, Swathi (External) wrote:
> Hi
>
> We have our web application implemented in Perl cgi which is using below
> function of perl. we are upgrading from Tomcat 8.0.21 to Tomcat 9.0.38.
>
> The below function (getopts) is working fine Tomcat 8.0.21 but is not work
> -Original Message-
> From: Mark Thomas
> Sent: Friday, November 13, 2020 3:06 AM
> To: users@tomcat.apache.org
> Subject: Re: Weirdest Tomcat Behavior Ever?
>
> On 12/11/2020 14:19, Eric Robinson wrote:
> >> From: Mark Thomas
>
>
>
> >> I keep coming back to this. Something triggered t
> -Original Message-
> From: Paul Carter-Brown
> Sent: Friday, October 16, 2020 6:11 AM
> To: Tomcat Users List
> Subject: Re: Weirdest Tomcat Behavior Ever?
>
> Hi Eric,
>
> These weird situations are sometimes best looked at by confirming what the
> OS is seeing from user-space.
>
> Ca
Am 13. November 2020 10:06:18 MEZ schrieb Mark Thomas :
>On 12/11/2020 14:19, Eric Robinson wrote:
>>> From: Mark Thomas
>
>
>
>>> I keep coming back to this. Something triggered this problem (note
>that
>>> trigger not necessarily the same as root cause). Given that the app,
>Tomcat
>>> and JV
> From: Thomas Meyer
> Sent: Friday, November 13, 2020 9:37 AM
> To: Tomcat Users List ; Mark Thomas
> ; users@tomcat.apache.org
> Subject: Re: Weirdest Tomcat Behavior Ever?
>
>
>
> Am 13. November 2020 10:06:18 MEZ schrieb Mark Thomas
> :
> >On 12/11/2020 14:19, Eric Robinson wrote:
> >>> From:
lol, and there I was feeling ignored :-)
That was the first thing I would have looked at. Is the OS reporting errors
to the JVM writing data or is the JVM not writing the data. Strace will
tell you this quite easily.
On Fri, Nov 13, 2020 at 5:27 PM Eric Robinson
wrote:
>
> > -Original Mess
Chris,
I have changed the connector config as below, it has improved the
performance. I want to use this config to support at least 20k concurrent
requests. I have tested this config and there is a delay in the response
and noticed that it's coming from elastic search. I am trying to increase
the
Eric sent me a copy of the strace (thanks Eric) and while it is
consistent with what has already been observed, it didn't provide any
new information on the socket / file descriptor being closed.
I'd like to suggest running again with the following:
sudo strace -r -f -e trace=network,desc -p
Th
We're running Tomcat 8.5, currently configured with the following OpenSSL
cipher strings in our SSLHostConfig:
ciphers="HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA:!PSK"
However, SSLLabs' server test reports that the following available ciphers are
weak:
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
11 matches
Mail list logo