<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MX Unit is Slick</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2008/07/18/mx-unit-is-slick/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2008/07/18/mx-unit-is-slick/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: marc esher</title>
		<link>https://www.barneyb.com/barneyblog/2008/07/18/mx-unit-is-slick/comment-page-1/#comment-112619</link>
		<dc:creator>marc esher</dc:creator>
		<pubDate>Mon, 04 Aug 2008 09:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=448#comment-112619</guid>
		<description>Cool. Makes sense Barney.

thanks for the input!</description>
		<content:encoded><![CDATA[<p>Cool. Makes sense Barney.</p>
<p>thanks for the input!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2008/07/18/mx-unit-is-slick/comment-page-1/#comment-112522</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Mon, 04 Aug 2008 03:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=448#comment-112522</guid>
		<description>marc,

You pretty much got it.  Seems like just being able to say &quot;http://localhost:8081&quot; or whatever should be sufficient, and then the &quot;/mxunit/framework/RemoteFacade.cfc&quot; would be implicit if nothing is explicitly provided.  It&#039;s been a while since I set it up, but I think I ended up going and getting the full URL out of the global settings to paste it into the project settings and change the port.  Someone who knows that the default is always &quot;/mxunit/framework/RemoteFacade.cfc&quot; probably wouldn&#039;t consider it a stumbling block, but it tripped me up a bit.</description>
		<content:encoded><![CDATA[<p>marc,</p>
<p>You pretty much got it.  Seems like just being able to say "http://localhost:8081&#8243; or whatever should be sufficient, and then the "/mxunit/framework/RemoteFacade.cfc" would be implicit if nothing is explicitly provided.  It's been a while since I set it up, but I think I ended up going and getting the full URL out of the global settings to paste it into the project settings and change the port.  Someone who knows that the default is always "/mxunit/framework/RemoteFacade.cfc" probably wouldn't consider it a stumbling block, but it tripped me up a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc esher</title>
		<link>https://www.barneyb.com/barneyblog/2008/07/18/mx-unit-is-slick/comment-page-1/#comment-112321</link>
		<dc:creator>marc esher</dc:creator>
		<pubDate>Sun, 03 Aug 2008 12:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=448#comment-112321</guid>
		<description>Hey Barney,
  regarding your line &quot;You should be able to give it at the root URL of the application, and it&#039;ll figure out the default one from there.&quot;.... can you help me understand exactly what you would like to see here? I don&#039;t have a setup like yours so I&#039;m kind of having trouble &quot;getting&quot; it. 

  But let me see if I am close: in your situation, the &quot;global preferences&quot; for webroot and facade URL aren&#039;t really useful because you an instance of CF/Railo per project. So you&#039;re using the project properties instead. Is that right? So in your project properties for ProjectA, maybe the URL is http://localhost:8888/mxunit/framework/RemoteFacade.cfc  and for ProjectB, maybe it&#039;s http://localhost:8889/mxunit/framework/RemoteFacade.cfc

  Is that right, or am I completely off on this one?  Or are you saying that in your projects, you aren&#039;t pointing to the mxunit/framework/RemoteFacade.cfc at all but instead each project has its own custom RemoteFacade.cfc (which is why the alternate URL was born, by the way... so you could subclass RemoteFacade and add in custom behavior per project).

  The reason I ask is that I sat down to add this behavior into the plugin but when I tried to figure out the logic, I didn&#039;t feel like I understood it well enough to do it correctly. So let me know what you&#039;re looking for, and I&#039;ll do my best to work it in.

thanks!</description>
		<content:encoded><![CDATA[<p>Hey Barney,<br />
  regarding your line "You should be able to give it at the root URL of the application, and it'll figure out the default one from there."&#8230;. can you help me understand exactly what you would like to see here? I don't have a setup like yours so I'm kind of having trouble "getting" it. </p>
<p>  But let me see if I am close: in your situation, the "global preferences" for webroot and facade URL aren't really useful because you an instance of CF/Railo per project. So you're using the project properties instead. Is that right? So in your project properties for ProjectA, maybe the URL is <a href="http://localhost:8888/mxunit/framework/RemoteFacade.cfc" rel="nofollow">http://localhost:8888/mxunit/framework/RemoteFacade.cfc</a>  and for ProjectB, maybe it's <a href="http://localhost:8889/mxunit/framework/RemoteFacade.cfc" rel="nofollow">http://localhost:8889/mxunit/framework/RemoteFacade.cfc</a></p>
<p>  Is that right, or am I completely off on this one?  Or are you saying that in your projects, you aren't pointing to the mxunit/framework/RemoteFacade.cfc at all but instead each project has its own custom RemoteFacade.cfc (which is why the alternate URL was born, by the way&#8230; so you could subclass RemoteFacade and add in custom behavior per project).</p>
<p>  The reason I ask is that I sat down to add this behavior into the plugin but when I tried to figure out the logic, I didn't feel like I understood it well enough to do it correctly. So let me know what you're looking for, and I'll do my best to work it in.</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
