Revision: 217
http://svn.sourceforge.net/comsuite/?rev=217&view=rev
Author: malinowskirafal
Date: 2006-11-11 08:06:44 -0800 (Sat, 11 Nov 2006)
Log Message:
-----------
Added Paths:
-----------
trunk/docs/testing/jmx.txt
Added: trunk/docs/testing/jmx.txt
===================================================================
--- trunk/docs/testing/jmx.txt (rev 0)
+++ trunk/docs/testing/jmx.txt 2006-11-11 16:06:44 UTC (rev 217)
@@ -0,0 +1,7 @@
+To enable remote JMX connections change property serviceUrl of rmiServerConnector in jmxContext.xml file to:
+ service:jmx:rmi://localhost/jndi/rmi://[ip-of-server]:1099/CSConnector
+
+If IP is 10.0.0.21:
+ service:jmx:rmi://localhost/jndi/rmi://10.0.0.21:1099/CSConnector
+
+Use this string as JMX URL in jconsole.
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|