<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/4.1.7" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mr N - Latest Comments on JMX examples don't work under windows</title>
		<link>http://www.bigsoft.co.uk/blog/index.php?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="http://www.bigsoft.co.uk/blog/index.php?tempskin=_rss2&#38;disp=comments&#38;p=94" />
		<description></description>
		<language>en-GB</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.1.7"/>
		<ttl>60</ttl>
		<item>
			<title> Mayank [Visitor] in response to: JMX examples don't work under windows</title>
			<pubDate>Wed, 07 Sep 2011 07:10:53 +0000</pubDate>
			<dc:creator>Mayank [Visitor]</dc:creator>
			<guid isPermaLink="false">c681@http://www.bigsoft.co.uk/blog/</guid>
			<description>I am trying to connect to a remote machne using jconsole through windows command line. But not able to connect, here is the command I am using : jconsole host:38686 -J-usernema=admin -J-password=admin&lt;br /&gt;</description>
			<content:encoded><![CDATA[I am trying to connect to a remote machne using jconsole through windows command line. But not able to connect, here is the command I am using : jconsole host:38686 -J-usernema=admin -J-password=admin<br />]]></content:encoded>
			<link>http://www.bigsoft.co.uk/blog/index.php/2008/11/25/jmx-examples-don-t-work-under-windows#c681</link>
		</item>
		<item>
			<title> Mika Pussinen [Visitor] in response to: JMX examples don't work under windows</title>
			<pubDate>Tue, 28 Jun 2011 12:22:04 +0000</pubDate>
			<dc:creator>Mika Pussinen [Visitor]</dc:creator>
			<guid isPermaLink="false">c639@http://www.bigsoft.co.uk/blog/</guid>
			<description>Thanks for the info. Helped me as well. Before I knew about this TMP environment variable fix only workaround was to tell jmxremote port explicitly in command line and use remote connection facility of jconsole.&lt;br /&gt;
&lt;br /&gt;
* starting of java example app to examine: java -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8081 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -jar Notepad.jar&lt;br /&gt;
* starting of jconsole: jconsole localhost:8081&lt;br /&gt;
&lt;br /&gt;
But after setting TMP to not tilde path everything worked fine without this remote connection workaround.&lt;br /&gt;</description>
			<content:encoded><![CDATA[Thanks for the info. Helped me as well. Before I knew about this TMP environment variable fix only workaround was to tell jmxremote port explicitly in command line and use remote connection facility of jconsole.<br />
<br />
* starting of java example app to examine: java -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8081 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -jar Notepad.jar<br />
* starting of jconsole: jconsole localhost:8081<br />
<br />
But after setting TMP to not tilde path everything worked fine without this remote connection workaround.<br />]]></content:encoded>
			<link>http://www.bigsoft.co.uk/blog/index.php/2008/11/25/jmx-examples-don-t-work-under-windows#c639</link>
		</item>
		<item>
			<title>David Newcomb [Member] in response to: JMX examples don't work under windows</title>
			<pubDate>Tue, 09 Dec 2008 00:49:03 +0000</pubDate>
			<dc:creator>David Newcomb [Member]</dc:creator>
			<guid isPermaLink="false">c211@http://www.bigsoft.co.uk/blog/</guid>
			<description>I understand the DOS abbreviation and that there is a real directory but if your %TMP% folder contains tildes it just doesn&#039;t work!</description>
			<content:encoded><![CDATA[I understand the DOS abbreviation and that there is a real directory but if your %TMP% folder contains tildes it just doesn't work!]]></content:encoded>
			<link>http://www.bigsoft.co.uk/blog/index.php/2008/11/25/jmx-examples-don-t-work-under-windows#c211</link>
		</item>
		<item>
			<title> Andrew Swan [Visitor] in response to: JMX examples don't work under windows</title>
			<pubDate>Mon, 08 Dec 2008 22:40:43 +0000</pubDate>
			<dc:creator>Andrew Swan [Visitor]</dc:creator>
			<guid isPermaLink="false">c209@http://www.bigsoft.co.uk/blog/</guid>
			<description>&gt; tilde &amp;#8220;~&amp;#8221; is Un*x talk for your home directory.&lt;br /&gt;
&lt;br /&gt;
Maybe true, but in Windows it simply indicates that some characters in a path had to be truncated because they exceeded the MS-DOS 8.3 character limit for file and directory names. So:&lt;br /&gt;
&lt;br /&gt;
C:\DOCUME~1\davidne\LOCALS~1\Temp&lt;br /&gt;
&lt;br /&gt;
Is actually an abbreviated version of:&lt;br /&gt;
&lt;br /&gt;
C:\Documents and Settings\davidne\Local Settings\Temp&lt;br /&gt;
&lt;br /&gt;
You&#039;ll find that this directory does in fact exist.&lt;br /&gt;
&lt;br /&gt;
Hope this helps.</description>
			<content:encoded><![CDATA[> tilde &#8220;~&#8221; is Un*x talk for your home directory.<br />
<br />
Maybe true, but in Windows it simply indicates that some characters in a path had to be truncated because they exceeded the MS-DOS 8.3 character limit for file and directory names. So:<br />
<br />
C:\DOCUME~1\davidne\LOCALS~1\Temp<br />
<br />
Is actually an abbreviated version of:<br />
<br />
C:\Documents and Settings\davidne\Local Settings\Temp<br />
<br />
You'll find that this directory does in fact exist.<br />
<br />
Hope this helps.]]></content:encoded>
			<link>http://www.bigsoft.co.uk/blog/index.php/2008/11/25/jmx-examples-don-t-work-under-windows#c209</link>
		</item>
		<item>
			<title> daniel [Visitor] in response to: JMX examples don't work under windows</title>
			<pubDate>Tue, 25 Nov 2008 16:29:16 +0000</pubDate>
			<dc:creator>daniel [Visitor]</dc:creator>
			<guid isPermaLink="false">c204@http://www.bigsoft.co.uk/blog/</guid>
			<description>Hi David,&lt;br /&gt;
&lt;br /&gt;
Thanks for posting that - I&#039;ve put a link to your post here:&lt;br /&gt;
&lt;a href=&quot;http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole&quot;&gt;http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I hope it can help other developers!&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
-- daniel</description>
			<content:encoded><![CDATA[Hi David,<br />
<br />
Thanks for posting that - I've put a link to your post here:<br />
<a href="http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole">http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole</a><br />
<br />
I hope it can help other developers!<br />
<br />
Cheers,<br />
<br />
-- daniel]]></content:encoded>
			<link>http://www.bigsoft.co.uk/blog/index.php/2008/11/25/jmx-examples-don-t-work-under-windows#c204</link>
		</item>
			</channel>
</rss>
