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