Hello, I want to disable JMX before start up to avoid port conflicts (I handle the other ports). The documentation says I have to remove "-Dcom.sun.management.jmxremote" from bin/karaf or bin/karaf.bat. For karaf.bat this should be possible, but this option is not part of the shell script.
Where can I remove this for unix? I also have seen the tipp to remove the management feature. I'm building a custom karaf distribution with the maven karaf-maven-plugin with the standard feature. The management feature is included in the standard feature. How can I exclude the management feature from my distribution? Kind Regard Andre
