Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-04 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
Hello Chris. Thanks for the response.. as you suggested., I tried adding my annotations in CATALINA_OPTS., Instead of Java_Opts and Java_tool_options., But its not even working out., Java process is not getting created., and port is not bound to any process. Let me know if I am missing anythin

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-04 Thread Thomas Meyer
Hi, Also newer jvm do have XX:+UseContainerSupport set as default, also when using XX:+UseContainerSupport setting -Xms and -Xmx do not really make sense at all, you either want the JVM to deduce the max heap size from the memory cgroup or not Mfg Thomas Am 4. Dezember 2023 18:52:13 MEZ

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-04 Thread Christopher Schultz
Sai Vamsi, On 12/4/23 03:53, Bodavula, Sai Vamsi Mohan Krishna (TR Technology) wrote: Firstly thanks for adding a point me in asking me to check, if the annotations are reflecting in the Java process, which opened me a door to add the concerned annotations in correct place., by adding in java_

Re: setenv.sh tomcat8 changelog

2023-12-04 Thread Mark Thomas
4 Dec 2023 15:10:13 Christoph Kukulies : The tomcat8 changelog shows the following remark among others: General • Tighten up the default file permissions for the .tar.gz distribution so no files or directories are world readable by default. Configure Tomcat to run with a default umask of 002

Re: Weird CSRF prevention behavior

2023-12-04 Thread Christopher Schultz
Lasse, On 12/1/23 15:45, Lasse Lindqvist wrote: Well, one thing that could be wrong is that Log4j2 does not have FINE or FINEST levels. It does have TRACE. If that does not fix things, you could always change tour log.trace to log.error if you only care about debugging the original issue. I'm

setenv.sh tomcat8 changelog

2023-12-04 Thread Christoph Kukulies
The tomcat8 changelog shows the following remark among others: General • Tighten up the default file permissions for the .tar.gz distribution so no files or directories are world readable by default. Configure Tomcat to run with a default umask of 0027 which may be overridden by setting

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-04 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
Hello Christopher., Thanks for the Response. Firstly thanks for adding a point me in asking me to check, if the annotations are reflecting in the Java process, which opened me a door to add the concerned annotations in correct place., by adding in java_tool_options in stead of Java_opts. yeah