<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>DickBlog - Not much original comment, but lots of great resources - ColdFusion Admin</title>
			<link>http://www.dickblog.com/index.cfm</link>
			<description>DickBlog.com</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 06:41:09 +0100</pubDate>
			<lastBuildDate>Mon, 05 Mar 2007 09:20:00 +0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>dick@dickblog.com</managingEditor>
			<webMaster>dick@dickblog.com</webMaster>
			
			<item>
				<title>HOWTO - Multiple ColdFusion instances on Intel Mac</title>
				<link>http://www.dickblog.com/index.cfm/2007/3/5/HOWTO--Multiple-ColdFusion-instances-on-Intel-Mac</link>
				<description>
				
				Stephen Collins has a &lt;A href=&quot;http://blog.acidlabs.org/2007/02/24/howto-multiple-coldfusion-instances-on-intel-mac/&quot; target=&quot;_blank&quot;&gt;good article&lt;/a&gt; on the subjet. 
				</description>
				
				<category>Mac OSX</category>				
				
				<category>ColdFusion MX 7</category>				
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Mon, 05 Mar 2007 09:20:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2007/3/5/HOWTO--Multiple-ColdFusion-instances-on-Intel-Mac</guid>
				
			</item>
			
			<item>
				<title>CFMX Supports Apache 2.2 on Unix/Linux</title>
				<link>http://www.dickblog.com/index.cfm/2006/5/23/CFMX-Supports-Apache-22-on-UnixLinux</link>
				<description>
				
				From Adobe...

ColdFusion MX 7.0.1 now supports Apache 2.2. Apache 2.2 requires a separate connector module than Apache 2.0. The web server connector installer (wsconfig.jar build 107948) contains the connector changes required to support Apache 2.2.

See &lt;a href=&quot;http://www.adobe.com/go/29626e93&quot; target=&quot;_blank&quot;&gt;http://www.adobe.com/go/29626e93&lt;/a&gt;. 
				</description>
				
				<category>ColdFusion MX 7</category>				
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Tue, 23 May 2006 09:12:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/5/23/CFMX-Supports-Apache-22-on-UnixLinux</guid>
				
			</item>
			
			<item>
				<title>Asynchronous CFML Gateway</title>
				<link>http://www.dickblog.com/index.cfm/2006/5/5/Asynchronous-CFML-Gateway</link>
				<description>
				
				Working with Asynchronous CFML Gateway currently and found &lt;a href=&quot;http://www.fusionauthority.com/Techniques/4609-The-Shoemaker-and-the-Asynchronous-Process-Elves.htm&quot; target=&quot;_blank&quot;&gt;this entry on Fusion Authority&lt;/a&gt; but I learnt most from &lt;a href=&quot;http://www.dcooper.org/blog/client/index.cfm?mode=entry&amp;entry=24BEF3D6-4E22-1671-55146EEC011D18D4&quot; target=&quot;_blank&quot;&gt;Damon Cooper&apos;s article&lt;/a&gt;. Here&apos;s &lt;a href=&quot;http://www.numtopia.com/terry/blog/archives/2006/07/asynchronous_cfml_without_a_gateway.cfm&quot; target=&quot;_blank&quot;&gt;another way&lt;/a&gt; to do it. 
				</description>
				
				<category>ColdFusion MX 7</category>				
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Fri, 05 May 2006 15:02:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/5/5/Asynchronous-CFML-Gateway</guid>
				
			</item>
			
			<item>
				<title>A Case for a Higher Default &quot;Simultaneous Request&quot; Setting</title>
				<link>http://www.dickblog.com/index.cfm/2006/5/5/A-Case-for-a-Higher-Default-Simultaneous-Request-Setting</link>
				<description>
				
				Mark Kruger has &lt;a href=&quot;http://mkruger.cfwebtools.com/index.cfm?mode=alias&amp;alias=higher.simultaneous.requests&quot; target=&quot;_blank&quot;&gt;some thoughts on this setting&lt;/a&gt;. 
				</description>
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Fri, 05 May 2006 14:56:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/5/5/A-Case-for-a-Higher-Default-Simultaneous-Request-Setting</guid>
				
			</item>
			
			<item>
				<title>Getting Machine and Instance Names in a ColdFusion Cluster</title>
				<link>http://www.dickblog.com/index.cfm/2006/4/28/Getting-Machine-and-Instance-Names-in-a-ColdFusion-Cluster</link>
				<description>
				
				From &lt;a href=&quot;http://willychang.coldfusionjournal.com/how_to_find_an_instance_name_or_machine_name_in_a_cfmx_clust.htm&quot; target=&quot;_blank&quot;&gt;Will.Chang&lt;/a&gt;

&lt;code&gt;
&lt;cfscript&gt;
machineName = createObject(&quot;java&quot;, &quot;java.net.InetAddress&quot;).localhost.getHostName();
// get this instance name
instanceName   = createObject(&quot;java&quot;, &quot;jrunx.kernel.JRun&quot;).getServerName();
&lt;/cfscript&gt;
&lt;cfoutput&gt;
Machine: #machineName#&lt;br&gt;
Instance: #instanceName#
&lt;/cfoutput&gt;
&lt;/code&gt; 
				</description>
				
				<category>ColdFusion MX 7</category>				
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Fri, 28 Apr 2006 08:53:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/4/28/Getting-Machine-and-Instance-Names-in-a-ColdFusion-Cluster</guid>
				
			</item>
			
			<item>
				<title>Event Gateway for iChat</title>
				<link>http://www.dickblog.com/index.cfm/2006/3/26/Event-Gateway-for-iChat</link>
				<description>
				
				An alternative &lt;a href=&quot;http://since1968.com/article/166/coldfusion-event-gateways-building-an-ecommerce-bot-for-ichat-and-google-talk&quot; target=&quot;_blank&quot;&gt;IM bot&lt;/a&gt; for talking from CFMX to an admin. 
				</description>
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Sun, 26 Mar 2006 17:28:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/3/26/Event-Gateway-for-iChat</guid>
				
			</item>
			
			<item>
				<title>Event Gateways</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=981536D2-055A-1AF4-E50D78CBD18F8758</link>
				<description>
				
				Rick Root shares his experience of &lt;a href=&quot;http://www.rickroot.com/blog/1/2006/02/Compiling-Custom-Event-Gateways-For-Dummies.cfm&quot; target=&quot;_blank&quot;&gt;building an Event Gateway&lt;/a&gt;.&lt;br/&gt; 
				</description>
				
				<category>ColdFusion MX 7</category>				
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Thu, 23 Feb 2006 18:03:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=981536D2-055A-1AF4-E50D78CBD18F8758</guid>
				
			</item>
			
			<item>
				<title>ColdFusion Peformance Tuning Presentation</title>
				<link>http://www.dickblog.com/index.cfm/2006/2/9/ColdFusion-Peformance-Tuning-Presentation</link>
				<description>
				
				Brandon Purcell has a good &lt;a href=&quot;http://www.bpurcell.org/blog/index.cfm?mode=entry&amp;amp;entry=1068&quot; target=&quot;_blank&quot;&gt;presentation on how to tune ColdFusion&lt;/a&gt;.&lt;br/&gt;

Pixl8 of London have recorded a good selection of &lt;a href=&quot;http://www.pixl8.co.uk/index.cfm/pcms/site.resources.cfmxtuning/&quot; target=&quot;_blank&quot;&gt;CFMX Tuning resources&lt;/a&gt;. 
				</description>
				
				<category>ColdFusion MX 7</category>				
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Thu, 09 Feb 2006 14:00:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm/2006/2/9/ColdFusion-Peformance-Tuning-Presentation</guid>
				
			</item>
			
			<item>
				<title>SMTP Server Authenication</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=9FB37082-D4EF-CCE3-17F6D8DA8F937CCB</link>
				<description>
				
				Need to pass the username/password onto the SMTP server for authenication, use:&lt;br/&gt;&lt;br/&gt;&amp;quot;username:password@mydomain.com&amp;quot;&lt;br/&gt;&lt;br/&gt;.as described &lt;a target=&quot;_blank&quot; href=&quot;http://mkruger.cfwebtools.com/index.cfm?mode=alias&amp;amp;alias=cfmail.smtp.authentication&quot;&gt;here &lt;/a&gt;and &lt;a target=&quot;_blank&quot; href=&quot;http://www.danvega.org/blog/index.cfm/2005/10/12/Sending-mail-with-CFMail-A-problem--A-solution#more&quot;&gt;here&lt;/a&gt;.&lt;br/&gt; 
				</description>
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Fri, 06 Jan 2006 12:28:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=9FB37082-D4EF-CCE3-17F6D8DA8F937CCB</guid>
				
			</item>
			
			<item>
				<title>ColdFusion MX Tuning and Clustering Roundup</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=9CCF3BC4-A607-8BB6-7CC16137DD6129CC</link>
				<description>
				
				Brandon Harper has collected &lt;a href=&quot;http://devnulled.com/content/2005/09/coldfusion-mx-tuning-and-clustering-roundup/&quot; target=&quot;_blank&quot;&gt;a great set of articles on ColdFusion setup&lt;/a&gt; which he has recorded for others.&lt;br/&gt; 
				</description>
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Wed, 28 Sep 2005 13:55:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=9CCF3BC4-A607-8BB6-7CC16137DD6129CC</guid>
				
			</item>
			
			<item>
				<title>Accessing the Admin API</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=34C576E4-F46C-3451-F27FA6761C6EF5AC</link>
				<description>
				
				Dan Switzer offered a idea to &lt;a target=&quot;_blank&quot; href=&quot;http://blog.pengoworks.com/blogger/index.cfm?action=blog:471&quot;&gt;find the CF Mail &amp;quot;Spool Interval&amp;quot;&lt;/a&gt; but Andy Allan came back with a neat way to hook into the CF Admin API.&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; adminObj = createObject(&amp;quot;component&amp;quot;,&amp;quot;cfide.adminapi.administrator&amp;quot;)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; adminObj.login(&amp;quot;password&amp;quot;)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myObj = createObject(&amp;quot;component&amp;quot;,&amp;quot;cfide.adminapi.mail&amp;quot;)&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; spoolInterval = myObj.getMailProperty(&amp;quot;spoolInterval&amp;quot;)&lt;br/&gt; 
				</description>
				
				<category>ColdFusion MX 7</category>				
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Thu, 08 Sep 2005 09:03:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=34C576E4-F46C-3451-F27FA6761C6EF5AC</guid>
				
			</item>
			
			<item>
				<title>Securing the Administrator</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=3975F0BA-0536-1EA0-8C82416A7C91D35E</link>
				<description>
				
				Steven Erat has recorded some wise words on how to &lt;a href=&quot;http://www.talkingtree.com/blog/index.cfm?mode=entry&amp;amp;entry=369BD800-50DA-0559-A07CE639E3CE32B2&quot; target=&quot;_blank&quot;&gt;keep your CF Admin secure&lt;/a&gt;.&lt;br/&gt; 
				</description>
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Thu, 21 Jul 2005 13:53:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=3975F0BA-0536-1EA0-8C82416A7C91D35E</guid>
				
			</item>
			
			<item>
				<title>Log files</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=AEE6B72E-B4BF-2111-AC86CDBA670B68F2</link>
				<description>
				
				Mark Krugger has blogged an interesting item on &lt;a href=&quot;http://mkruger.cfwebtools.com/index.cfm?mode=alias&amp;amp;alias=coldfusion_logs&quot; target=&quot;_blank&quot;&gt;ColdFusion MX 7 log files&lt;/a&gt; and their locations.&lt;br/&gt; 
				</description>
				
				<category>ColdFusion MX 7</category>				
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Fri, 24 Jun 2005 16:09:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=AEE6B72E-B4BF-2111-AC86CDBA670B68F2</guid>
				
			</item>
			
			<item>
				<title>Updater or Hot Fix?</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=7F173F3A-0C4B-C317-FB567E2CD1AE8359</link>
				<description>
				
				Seems like Macromedia call the &lt;strong style=&quot;font-weight: normal;&quot;&gt;cumulative updater a hot fix. So when looking for latest update for CFMX7, check the &lt;a href=&quot;http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17883&quot; target=&quot;_blank&quot;&gt;ColdFusion hot fixes (MX and higher)&lt;/a&gt; page.&lt;br/&gt;&lt;/strong&gt; 
				</description>
				
				<category>ColdFusion MX 7</category>				
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Wed, 15 Jun 2005 09:19:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=7F173F3A-0C4B-C317-FB567E2CD1AE8359</guid>
				
			</item>
			
			<item>
				<title>Firewalls and wsconfig</title>
				<link>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=FC6A4BC6-7E97-F825-5524A7FBCC8ED196</link>
				<description>
				
				We had &lt;a href=&quot;http://www.talkingtree.com/blog/index.cfm?mode=entry&amp;amp;entry=FA18DFDF-45A6-2844-75F8A9159C7226E9&quot; target=&quot;_blank&quot;&gt;this prob&lt;/a&gt; were I&apos;m working but it sounds like Steven Erat has heard it all before!&lt;br/&gt; 
				</description>
				
				<category>ColdFusion Admin</category>				
				
				<pubDate>Thu, 10 Feb 2005 13:15:00 +0100</pubDate>
				<guid>http://www.dickblog.com/index.cfm?mode=entry&amp;entry=FC6A4BC6-7E97-F825-5524A7FBCC8ED196</guid>
				
			</item>
			</channel></rss>