Re: Headless Mode

2025-04-08 Thread Christopher Schultz
William, On 4/7/25 2:28 PM, 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 headless mode? -

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

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 in tomcat

2016-08-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 XMing, On 8/3/16 4:50 AM, XMing wrote: > I've add the following line to setenv.sh in tomcat bin directory. > > export CATALINA_OPTS="$CATALINA_OPTS -Djava.awt.headless=true" This shouldn't usually be necessary. What happens if you don't set "head