Re: Tomcat 10 usage and necessity of --add-opens

2025-01-24 Thread Mark Thomas
On 24/01/2025 09:45, anand raj wrote: Hi all, is memory leak detection not optional ? Memory leak prevention and detection is optional but enabled by default. Also does adding --add-opens pose any security risk or concern ? That would be for you to judge given your environment. Mark On

Re: Tomcat 10 usage and necessity of --add-opens

2025-01-24 Thread anand raj
Hi all, is memory leak detection not optional ? Also does adding --add-opens pose any security risk or concern ? On Thu, 23 Jan, 2025, 8:25 pm Mark Thomas, wrote: > On 23/01/2025 14:42, anand raj wrote: > > Hi all, > > > > In Tomcat 10 there is --add-opens added default and does this mean Tomcat

Re: Tomcat 10 usage and necessity of --add-opens

2025-01-23 Thread Mark Thomas
On 23/01/2025 14:42, anand raj wrote: Hi all, In Tomcat 10 there is --add-opens added default and does this mean Tomcat required to access these. Yes. Also document information on what all are accessed which requires these will be helpful. Generally to implement the memory leak detection

Tomcat 10 usage and necessity of --add-opens

2025-01-23 Thread anand raj
Hi all, In Tomcat 10 there is --add-opens added default and does this mean Tomcat required to access these .Also document information on what all are accessed which requires these will be helpful. Thanks, ANANDARAJ N