Mail Archive Home | fractal-commits List | Febuary 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Wednesday, February 7, 2007 @ 19:33:19
Author: rivierni
Path: /cvsroot/fractal/fractaljmx/examples/host/etc
Modified: execute.properties
--------------------+
execute.properties | 25 +++++++++++++++++--------
1 files changed, 17 insertions(+), 8 deletions(-)
Index: fractaljmx/examples/host/etc/execute.properties
diff -u fractaljmx/examples/host/etc/execute.properties:1.3
fractaljmx/examples/host/etc/execute.properties:1.4
--- fractaljmx/examples/host/etc/execute.properties:1.3 Tue Mar 9 12:03:33
2004
+++ fractaljmx/examples/host/etc/execute.properties Wed Feb 7 19:33:19
2007
@@ -1,8 +1,17 @@
-# 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
-
-run.jvm.parameters \
-Dfractal.provider=org.objectweb.fractal.julia.Julia \
-Djulia.loader=org.objectweb.fractal.julia.loader.DynamicLoader \
-Djulia.config=etc/julia.cfg
-
# Java class to be launched
-run.classname org.objectweb.fractal.adl.Launcher
-# Application arguments
-run.parameters -fractal org.objectweb.fractal.jmx.AgentHost
+# 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 \
+ -Dcom.sun.management.jmxremote.authenticate=false \
+ -Dcom.sun.management.jmxremote.ssl=false \
+ -Dcom.sun.management.jmxremote.port=1234
+
# Java class to be launched
+run.classname org.objectweb.fractal.adl.Launcher
+# Application arguments
+run.parameters -fractal org.objectweb.fractal.jmx.AgentHost
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.