Tim,

On 8/15/24 10:55, Tim Zielke wrote:
When the web browser clocking issue happens, the web browser will
just clock when I click on a link in this application and then
eventually time out on the browser side.

When you say "clock"....

Do you mean "the browse throbber just keeps going and going and never gets a response"? I googled for "browser clocking" and all synonyms I could think of and I have no idea what you mean.

Do you just mean you make a request and never get a response?

The TCP connections mentioned in original posting represent this web
browser click that clocked and eventually timed out at the browser.
The Spring Boot trace is showing that the https request are making it
to the server side socket and nio-exec threads are starting to act on
it. There are several nio-exec threads doing a read register on the
socket (within the same millisecond), but then nothing else happens
with the socket.
Are you able/willing to post a thread dump?

There is no nio-exec write register or reading/processing https data
from the socket. After 60 seconds, the connections are closed due to
the server.tomcat.keep-alive-timeout default setting.
Anything in the log files other than what you previously posted?

You said this application works in other environments, and that this environment had "different security requirements". Can you share the differences between those other (working) environments and this differently-configured one?

-chris

-----Original Message-----
From: Mark Thomas <ma...@apache.org>
Sent: Thursday, August 15, 2024 9:35 AM
To: users@tomcat.apache.org
Subject: Re: Web browser clocking issue at Apache Tomcat 10.1.20 on Linux

[You don't often get email from ma...@apache.org. Learn why this is important 
at https://aka.ms/LearnAboutSenderIdentification ]

[External]

On 15/08/2024 14:36, Tim Zielke wrote:

<snip/>

web browser clocking issues

<snip/>

Can you clarify what you mean by this please.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to