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