python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Edit log4j2 composite configuration via JMX
I am trying to change log levels, as well as add/remove loggers from an app we have without editing it's code/changing the multiple log4j configs it has.
I am able to do all these steps for applicati...
Dhruv
Votes: 0
Answers: 0
Disable port 1099 on Mule 3.8
Forgive me if this question has been asked before, but searching for this issue hasn't turned up anything I can use. Most of the discussions are about enabling the port while I want to be able to dis...
Doug Scott
Votes: 0
Answers: 1
JVM arguments not being passed to java application at run time
I try to give VM parameters (jmx parameters) to run a jar file. For some reason, the VM parameters configured not being passed to the java application at run time (log statement in main method confir...

ratna
Votes: 0
Answers: 1
Java max values for Eden Space and Survivor Space are -1. Why?
A WildFly 10.1.0 server using Java 1.8.0_202 reports their max values for Eden Space and Survivor Space are both -1 (MBean via JMX) and 0 (via SNMP):
MBean
java.lang:type=MemoryPool,name=G1 Eden Space...
Jdamian
Votes: 0
Answers: 0