I'm trying to enable JBoss under Eclipse to support JMX management when invoked
frominside eclipse. If I alter ~/jboss/bin/run.conf and add the JMX management stuff to
JAVA_OPTS, and run Jboss from the command line, I can run JConsole and connect to it
without any problems.
If I start up eclipse, and Server->Start JBoss, I cannot connect to it with JConsole.
It appears that Jboss-IDE is launching JBoss in it's own fashion, rather than reading
the run.conf file.
If that's the case how do I pass parameter so the JVM that when JBoss-IDE starts
JBoss, it sets appropriate values?
In this case, the line I want to add is:
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote"
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970437#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...