The question: Is there some way to \"connect\" to a running JVM and change system properties (given by -Dproperty=value) without stopping the JVM and without having programmed a
Example found in one of my code:
System.setProperty("javax.net.ssl.trustStore", keystore_file);
You can run it in response for "reconfigure" query (add reconfigure() to your server code).
reconfigure()