Re: Setting sun.io.useCanonCaches to flase

2024-12-30 Thread Christopher Schultz
Carl, On 12/30/24 8:15 AM, Carl Wick wrote: -Original Message- From: Christopher Schultz Sent: Friday, December 27, 2024 12:00 PM To: users@tomcat.apache.org Subject: Re: Setting sun.io.useCanonCaches to flase On 12/27/24 9:49 AM, Carl Wick wrote: Running Tomcat as a service, don&#

Re: Setting sun.io.useCanonCaches to flase

2024-12-30 Thread Chuck Caldarale
> On Dec 30, 2024, at 07:15, Carl Wick wrote: > > -Original Message- > From: Christopher Schultz > Sent: Friday, December 27, 2024 12:00 PM > To: users@tomcat.apache.org > Subject: Re: Setting sun.io.useCanonCaches to flase > > On 12/27/24 9:49 AM, Carl Wi

RE: Setting sun.io.useCanonCaches to flase

2024-12-30 Thread Carl Wick
From: Mark Thomas > Sent: Friday, December 20, 2024 12:12 PM > To: users@tomcat.apache.org > Subject: Re: Setting sun.io.useCanonCaches to flase > > add the following to setenv.bat > > set CATALINA_OPTS=%CATALINA_OPTS% -Dsun.io.useCanonCaches=false > > If running as a service

RE: Setting sun.io.useCanonCaches to flase

2024-12-30 Thread Carl Wick
-Original Message- From: Christopher Schultz Sent: Friday, December 27, 2024 12:00 PM To: users@tomcat.apache.org Subject: Re: Setting sun.io.useCanonCaches to flase On 12/27/24 9:49 AM, Carl Wick wrote: > Running Tomcat as a service, don't have a Java tab. Created the >

Re: Setting sun.io.useCanonCaches to flase

2024-12-27 Thread Christopher Schultz
r 20, 2024 12:12 PM To: users@tomcat.apache.org Subject: Re: Setting sun.io.useCanonCaches to flase add the following to setenv.bat set CATALINA_OPTS=%CATALINA_OPTS% -Dsun.io.useCanonCaches=false If running as a service then system properties are set on the Java tab. You'd add: -Dsun.io

RE: Setting sun.io.useCanonCaches to flase

2024-12-27 Thread Carl Wick
e.org Subject: Re: Setting sun.io.useCanonCaches to flase add the following to setenv.bat set CATALINA_OPTS=%CATALINA_OPTS% -Dsun.io.useCanonCaches=false If running as a service then system properties are set on the Java tab. You'd add: -Dsun.io.useCanonCaches=false Note: You only need to w

Re: Setting sun.io.useCanonCaches to flase

2024-12-20 Thread Mark Thomas
On 20/12/2024 16:42, Carl Wick wrote: Hello, Mitigation: - Upgrade to Apache Tomcat 9.0.98 or later - running on Java 8 or Java 11: the system property sun.io.useCanonCaches must be explicitly set to false (it defaults to true) In a Tomcat 9.0.98/Java 11 running on Windows 2019 environment, how

Setting sun.io.useCanonCaches to flase

2024-12-20 Thread Carl Wick
Hello, Mitigation: - Upgrade to Apache Tomcat 9.0.98 or later - running on Java 8 or Java 11: the system property sun.io.useCanonCaches must be explicitly set to false (it defaults to true) In a Tomcat 9.0.98/Java 11 running on Windows 2019 environment, how is this achieved? - running on Java 8