Hi everyone, I am currently trying to set up JMX support for Solr, but somehow the listening socket is not even created on my specified port. My parameters look like this (running the Solr example):
java -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=6060 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -jar start.jar After running, netstat does not show anything listening on port 6060. In my solrconfig.xml i have <jmx /> activated in the <config> section. I would very much appreciate some help here, I am out of ideas. Thanks very much in advance Jan-Simon Winkelmann