Re: Tomcat Clustering Roadmap And Max Node Limit

2025-04-07 Thread Tim N
Thanks for clarifying that. Does BackupManager support auto-scaling and cycled restarts of all nodes (for web-app upgrades) without losing the user's session? If the backup node is restarted...the backup is lost isn't it? On Fri, Apr 4, 2025 at 8:23 PM Mark Thomas wrote: > On 04/04/2025 02:42, C

Headless Mode

2025-04-07 Thread William Crowell
I am running Apache Tomcat 9.0.97 on Windows Server 2022 using Oracle’s JDK 1.8.0_441-b07. Anytime I generate a thread dump I see an AWT-Windows thread. Should this thread not be there when I am specifying the JVM to run in headless mode? -Djava.awt.headless=true This thread sits in a loop wa

Re: Headless Mode

2025-04-07 Thread Chuck Caldarale
> On 2025 Apr 7, at 13:28, William Crowell > wrote: > > I am running Apache Tomcat 9.0.97 on Windows Server 2022 using Oracle’s JDK > 1.8.0_441-b07. Anytime I generate a thread dump I see an AWT-Windows thread. > Should this thread not be there when I am specifying the JVM to run in > hea

Re: Headless Mode

2025-04-07 Thread William Crowell
Chuck, Thanks for your reply. No wonder I was not seeing this thread in dumps of newer JVMs. I wonder when that was removed? Regards, William Crowell From: Chuck Caldarale Date: Monday, April 7, 2025 at 3:49 PM To: Tomcat Users List Subject: Re: Headless Mode > On 2025 Apr 7, at 13:28, Wi