Mail Archive Home | fractal-commits List | Febuary 2007 Index
| Date Index --> | Thread Index --> |
Date: Wednesday, February 7, 2007 @ 19:32:54
Author: rivierni
Path: /cvsroot/fractal/fractaljmx/examples/comanche/etc
Modified: execute.properties
--------------------+
execute.properties | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletion(-)
Index: fractaljmx/examples/comanche/etc/execute.properties
diff -u fractaljmx/examples/comanche/etc/execute.properties:1.8
fractaljmx/examples/comanche/etc/execute.properties:1.9
--- fractaljmx/examples/comanche/etc/execute.properties:1.8 Mon Aug 21
12:36:31 2006
+++ fractaljmx/examples/comanche/etc/execute.properties Wed Feb 7 19:32:53
2007
@@ -1,11 +1,20 @@
# JVM arguments
# add "-Djulia.loader.gen.log=err" to log the generated classes
# add "-Djulia.loader.gen.dir=/tmp" to store the generated classes on disk
+# add the following command line arguments start the jvm with a JMX remote
+# agent enabled, with no authentication or ssl security and with a JMX
+# connector listening on port 1234:
+# -Dcom.sun.management.jmxremote.authenticate=false \
+# -Dcom.sun.management.jmxremote.ssl=false \
+# -Dcom.sun.management.jmxremote.port=1234
run.jvm.parameters \
-Dfractal.provider=org.objectweb.fractal.julia.Julia \
-Djulia.loader=org.objectweb.fractal.julia.loader.DynamicLoader \
- -Djulia.config=etc/julia.cfg
+ -Djulia.config=etc/julia.cfg \
+ -Dcom.sun.management.jmxremote.authenticate=false \
+ -Dcom.sun.management.jmxremote.ssl=false \
+ -Dcom.sun.management.jmxremote.port=1234
# Java class to be launched
| Date Index --> | Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.