最近需要能用jconsole查看jboss web服务性能,网上说需要在run.bat中添加以下参数-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8080 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=localhost,请问大神们这种情况该怎么添加呢,是不是有一定顺序格式,我修改了始终没有效果。