<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>What I Learned Today &#187; jmx</title>
	<atom:link href="http://christiansons.net/mike/blog/tag/jmx/feed/" rel="self" type="application/rss+xml" />
	<link>http://christiansons.net/mike/blog</link>
	<description>Mike Christianson&#039;s journal of Java, Ant, SVN, Jetty, cygwin and other stuff.</description>
	<lastBuildDate>Wed, 04 Aug 2010 22:24:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remote JMX</title>
		<link>http://christiansons.net/mike/blog/2008/11/remote-jmx/</link>
		<comments>http://christiansons.net/mike/blog/2008/11/remote-jmx/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 21:02:27 +0000</pubDate>
		<dc:creator>Mike Christianson</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jmx]]></category>

		<guid isPermaLink="false">http://blog.christiansons.net/?p=24</guid>
		<description><![CDATA[The following Java system properties allow unauthenticated and unsecured remote JMX client connections. I use these system properties when remotely troubleshooting problems during development.  My JMX agent of choice is JConsole, part of the JDK. -Dcom.sun.management.jmxremote.port=port -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false For further details on JMX and how to configure access, consult Sun&#8217;s Java JMX Management Guide.]]></description>
			<content:encoded><![CDATA[<p>The following Java system properties allow unauthenticated and unsecured remote JMX client connections. I use these system properties when remotely troubleshooting problems during development.  My JMX agent of choice is <a title="JConsole guide" href="http://java.sun.com/javase/6/docs/technotes/guides/management/jconsole.html">JConsole</a>, part of the JDK.</p>
<p><code>-Dcom.sun.management.jmxremote.port=<em>port</em><br />
-Dcom.sun.management.jmxremote.authenticate=false<br />
-Dcom.sun.management.jmxremote.ssl=false</code></p>
<p>For further details on JMX and how to configure access, consult Sun&#8217;s Java <a title="JMX Management Guide" href="http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html">JMX Management Guide</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://christiansons.net/mike/blog/2008/11/remote-jmx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
