Hey guys - Im trying to attach a jmx listener to my immutant instance, but when I put com.sun.management.jmxremote.port=8000 in the java opts in standalone.conf, it never boots the server, just stops after printing the args
Stops just before this was supposed to print: 11:51:15,446 INFO [immutant.boot] (ServerService Thread Pool -- 😎 Welcome to Immutant 1.1.4 (OneFourMoreTheRoad), rev: f34848bf9ae3963542fa072d171009f6d598c8d7, build: 82
@laujensen IIRC, JBossAS 7 (the basis for Immutant 1.x) doesn't support standard jmx setup, but instead exposes JMX via a native interface
see https://developer.jboss.org/wiki/UsingJconsoleToConnectToJMXOnAS7
and let us know if that isn't helpful