<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>The blog of Russ (snake) Michaels - BlueDragon and Railo</title>
			<link>http://russ.michaels.me.uk/index.cfm</link>
			<description>This is the blog of Russ Michaels. Here you will find lots of stuff about ColdFusion, tech support and hosting, but the occasional random ramblings about motorcycles, tattoos, the state of the world, rogue traders, product reviews and other stuff that makes me rant.</description>
			<language>en-gb</language>
			<pubDate>Wed, 08 Sep 2010 02:46:49 --0100</pubDate>
			<lastBuildDate>Sun, 05 Sep 2010 19:22:00 --0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>russ@michaels.me.uk</managingEditor>
			<webMaster>russ@michaels.me.uk</webMaster>
			
			<item>
				<title>Railo: Dynamic host configuration</title>
				<link>http://russ.michaels.me.uk/index.cfm/2010/9/5/Railo-Dynamic-host-configuration</link>
				<description>
				
				&lt;p&gt;Probably the biggest advantage with ColdFusion is the simple installer and the way it hides all the complexities of JRUN and Java from you and most of the time just works right out of the big. One of the simplicities of which is requiring you to only create a web site on the web server and it just works. With Railo it is more complex as you also need to add a host entry to the servlet container (railo, Tomcat, Jboss etc).&lt;/p&gt;  &lt;p&gt;Thankfully with Railo this extra step can be avoided as well with a simple regular expression that effectively generates the host entry on the fly. This does however only work on Resin, so if you are using another servlet container I think you are out of luck, but I&apos;m not expert so don&apos;t take my word for it, check the docs or ask on the relevant forums if you can use a regex in the host entry.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The following single host entry is what I am using on &lt;a href=&quot;http://www.cfmldeveloper.com&quot; target=&quot;_blank&quot;&gt;cfmldeveloper.com&lt;/a&gt; for the free hosting and simply requires that you stick to a standardised directory format for the home directory of all your sites.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This example presume all the sites are located at&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;d:\wwwoot\[domain name]\wwwroot&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can of course modify it for your own requirements.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The regex also strips the www from the domain name before evaluating it so that this is not used in the path name. Without this it would evaluate &lt;a href=&quot;http://www.mydomain.com&quot;&gt;www.mydomain.com&lt;/a&gt; and mydomain.com as different paths.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div style=&quot;border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px&quot; id=&quot;codeSnippetWrapper&quot;&gt;   &lt;div style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot; id=&quot;codeSnippet&quot;&gt;     &lt;pre style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot;&gt;&lt;span style=&quot;color: #606060&quot; id=&quot;lnum1&quot;&gt;   1:&lt;/span&gt; &lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #800000&quot;&gt;host&lt;/span&gt; &lt;span style=&quot;color: #ff0000&quot;&gt;regexp&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;=&amp;quot;(?:www\.)?(.+)&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot;&gt;&lt;span style=&quot;color: #606060&quot; id=&quot;lnum2&quot;&gt;   2:&lt;/span&gt;&amp;#160; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot;&gt;&lt;span style=&quot;color: #606060&quot; id=&quot;lnum3&quot;&gt;   3:&lt;/span&gt;         &lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #800000&quot;&gt;host-name&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;gt;&lt;/span&gt;${host.regexp[1]}&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #800000&quot;&gt;host-name&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot;&gt;&lt;span style=&quot;color: #606060&quot; id=&quot;lnum4&quot;&gt;   4:&lt;/span&gt;         &lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #800000&quot;&gt;root-directory&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;gt;&lt;/span&gt;D:/wwwroot/${host.regexp[1]}&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #800000&quot;&gt;root-directory&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot;&gt;&lt;span style=&quot;color: #606060&quot; id=&quot;lnum5&quot;&gt;   5:&lt;/span&gt;         &lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #800000&quot;&gt;web-app&lt;/span&gt; &lt;span style=&quot;color: #ff0000&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;=&amp;quot;/&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000&quot;&gt;root-directory&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;=&amp;quot;wwwroot&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot;&gt;&lt;span style=&quot;color: #606060&quot; id=&quot;lnum6&quot;&gt;   6:&lt;/span&gt;                   &lt;span style=&quot;color: #008000&quot;&gt;&amp;lt;!-- enable/disable directory browsing --&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot;&gt;&lt;span style=&quot;color: #606060&quot; id=&quot;lnum7&quot;&gt;   7:&lt;/span&gt;                   &lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #800000&quot;&gt;servlet&lt;/span&gt; &lt;span style=&quot;color: #ff0000&quot;&gt;servlet-name&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;=&amp;quot;directory&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000&quot;&gt;servlet-class&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;=&amp;quot;com.caucho.servlets.DirectoryServlet&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot;&gt;&lt;span style=&quot;color: #606060&quot; id=&quot;lnum8&quot;&gt;   8:&lt;/span&gt;         &lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #800000&quot;&gt;web-app&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style=&quot;border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px&quot;&gt;&lt;span style=&quot;color: #606060&quot; id=&quot;lnum9&quot;&gt;   9:&lt;/span&gt;     &lt;span style=&quot;color: #0000ff&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #800000&quot;&gt;host&lt;/span&gt;&lt;span style=&quot;color: #0000ff&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt; 
				</description>
				
				<category>BlueDragon and Railo</category>				
				
				<pubDate>Sun, 05 Sep 2010 19:22:00 --0100</pubDate>
				<guid>http://russ.michaels.me.uk/index.cfm/2010/9/5/Railo-Dynamic-host-configuration</guid>
				
			</item>
			
			<item>
				<title>What OS are web developers using?</title>
				<link>http://russ.michaels.me.uk/index.cfm/2010/7/20/What-OS-are-web-developers-using</link>
				<description>
				
				&lt;p&gt;The open source PHP dynamic language is one of the most widely deployed languages on Web servers today. But what operating systems are PHP developers using to develop and deploy their applications? It&apos;s a question that has been asked before and now it&apos;s being answered with a new &lt;a href=&quot;http://www.developer.com/lang/php/article.php/3865581/PHP-Developers-Prefer-Using-Windows-to-Build-Enterprise-Apps-Study.htm#&quot;&gt;study&lt;/a&gt; from Zend, one of the lead commercial backers behind PHP. &lt;/p&gt;  &lt;p&gt;The study surveyed 2,000 PHP developers in December and found that 85 percent reported that Linux was their primary operating system as a production environment for PHP. &lt;/p&gt;  &lt;p&gt;Windows came in at a distant second at 11 percent while Mac OS X came in third at just 2 percent. However, when Zend drilled down into which platforms respondents prefer for their development, the rankings change dramatically. &lt;/p&gt;  &lt;p&gt;According to the study, 42 percent of respondents reported that Windows was their primary operating system for development. Linux came in as No. 2 at 38.5 percent while Mac OS X remained in third place at 19.1 percent. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The findings indicate that while Microsoft Windows remains the top platform for developing in PHP, its lead may be narrowing. Back in 2006, &lt;a href=&quot;http://www.internetnews.com/dev-news/article.php/3632136&quot;&gt;a Microsoft executive reported that 85 percent of PHP developers were developing on Windows&lt;/a&gt;, but only 20 percent deployed on a Windows machine. The change comes despite joint work by Zend and Microsoft to &lt;a href=&quot;http://www.internetnews.com/dev-news/article.php/3704156/Zend+Brings+Microsoft+Into+the+PHP+Fold.htm&quot;&gt;improve the capabilities of PHP on Windows servers&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;that the new study was based on over 2,000 completed surveys conducted in December 2009, some of which came from Zend customers. The survey was made public through the Zend Framework website, the Zend monthly &lt;a href=&quot;http://www.developer.com/lang/php/article.php/3865581/PHP-Developers-Prefer-Using-Windows-to-Build-Enterprise-Apps-Study.htm#&quot;&gt;newsletter&lt;/a&gt;, Twitter and &lt;a href=&quot;http://devzone.zend.com/public/view&quot;&gt;DevZone&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I have also noticed recently from reading blogs and lists that the majority of CFML open source developers seem to deploy Railo or Open BlueDragon on Linux, which is a major paradigm shift from ColdFusion developers who primary use Windows. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I don&apos;t think this is a matter of preference but rather one of necessity as pretty much all the PHP documentation is for Linux, most PHP apps are written for Linux/Apache and are not supported on windows even if you can get them working.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you have tried to install Railo then will have discovered this can also be quite a task and a challenge to get working, especially on windows/IIS7, and there are far more blog posts and docs explaining how to get it running on Linux, as well as ready made virtual disk images, which I suspects encourages people to take the path of least resistance and install Linux.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In the case of CFML this does however tend to be done using virtualisation software such as virtualbox or vmware to run a linux development servers on windows, so cfml developers do still seem to be using windows as their primary desktop OS, so I do wonder if Zend took this into consideration with their study and if many of those who listed Linux as their primary development OS may in fact be running it as a virtual machine on windows. This feeling is further extrapolated by the fact that developers are mainly using servers distros like CentOS.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You also need to consider all the obvious facts as well:- While Linux has a lot going for it and plenty of software, most of the best/popular software, especially web dev/design products like Dreamweaver and the rest of the Adobe line is not available on Linux. Sure there are alternatives, but they are certainly not in the same league and you can&apos;t walk into PC World and buy any of it. For those who have always been running a Linux desktop this will of course not matter at all, but for the rest this will be a big issue, especially if it is software you have spent a lot of money on, so running a virtual machine makes sense.&lt;/p&gt;  &lt;p&gt;Of course it could be the other way round entirely and developers are running a windows VM on linux, but this would seem an off way of doing it if their primary tools are on windows.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Before the Linux fanboys start ranting, let me make it 100% clear that this is not a linux vs windows slanging match and I will delete all churlish comments attempting to turn it into one. If you comment keep it on-topic and professional.&lt;/p&gt; 
				</description>
				
				<category>WEBBY STUFF</category>				
				
				<category>Jibber Jabber</category>				
				
				<category>News &amp; Gossip</category>				
				
				<category>BlueDragon and Railo</category>				
				
				<pubDate>Tue, 20 Jul 2010 17:58:00 --0100</pubDate>
				<guid>http://russ.michaels.me.uk/index.cfm/2010/7/20/What-OS-are-web-developers-using</guid>
				
			</item>
			
			<item>
				<title>Enabling Railo errors on IIS7</title>
				<link>http://russ.michaels.me.uk/index.cfm/2010/7/13/Enabling-Railo-errors-on-IIS7</link>
				<description>
				
				&lt;p&gt;I just did a Railo/Tomcat install on an IIS7 server and thought the whole thing was hosed as I could only get a 500 internal server error. As I was using the viviotech installer I even bugged Jordan Michaels ( great name dude :-) ) for some help.&lt;/p&gt;  &lt;p&gt;I didn&apos;t imagine for a second it could be my test.cfm file as it only said &amp;quot;hello world&amp;quot;, man do I feel silly now.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;It turns out that everything was working just fine, but IIS7 was actually hiding the Railo errors. Here is what happened.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;What I had done on the default website was create a new text file, then rename it to &lt;em&gt;test.cfm&lt;/em&gt;. Now by default windows hides known file extensions, so what I really did was rename it to &lt;em&gt;test.cfm.txt&lt;/em&gt; but as I couldn&apos;t see the .txt I didn&apos;t realise.&lt;/p&gt;  &lt;p&gt;As a result Railo was throwing file not found errors, IIS was hiding it and giving me a &amp;quot;500 internal server error&amp;quot;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;On my 2nd site I had a working test.cfm file, but there was also an application.cfm which was trying to access a non existent DSN, which was also causing an error, which was also hidden.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The setting in IIIS that causes this can be changed as follows. Click images for bigger versions.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h5&gt;Open your IIS management console, select the ROOT to change this for all sites, or the site you want to change, and double click &amp;quot;Error Pages&amp;quot;.&lt;/h5&gt;  &lt;p&gt;&lt;a href=&quot;http://russ.michaels.me.uk/enclosures/detail-errors-1.jpg&quot;&gt;&lt;img style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px&quot; title=&quot;detail-errors-1&quot; border=&quot;0&quot; alt=&quot;detail-errors-1&quot; src=&quot;http://russ.michaels.me.uk/enclosures/detail-errors-1_thumb.jpg&quot; width=&quot;561&quot; height=&quot;424&quot; /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h5&gt;Now click on &amp;quot;Edit Feature Settings&amp;quot; &lt;/h5&gt;  &lt;p&gt;&lt;a href=&quot;http://russ.michaels.me.uk/enclosures/detail-errors-2.jpg&quot;&gt;&lt;img style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px&quot; title=&quot;detail-errors-2&quot; border=&quot;0&quot; alt=&quot;detail-errors-2&quot; src=&quot;http://russ.michaels.me.uk/enclosures/detail-errors-2_thumb.jpg&quot; width=&quot;561&quot; height=&quot;363&quot; /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h5&gt;In the following dialog box change it to &amp;quot;detailed errors&amp;quot;. The default setting only shows the errors locally on the server.&lt;/h5&gt;  &lt;p&gt;&lt;img style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px&quot; title=&quot;detail-errors-3&quot; border=&quot;0&quot; alt=&quot;detail-errors-3&quot; src=&quot;http://russ.michaels.me.uk/enclosures/detail-errors-3_1.jpg&quot; width=&quot;402&quot; height=&quot;372&quot; /&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Thanks to Jordan Michaels for trying to help me resolve a non existent problem with his installer.&lt;/p&gt;  &lt;p&gt;Although I did discover a problem with the FusionReactor instll at the same time :-)&lt;/p&gt; 
				</description>
				
				<category>BlueDragon and Railo</category>				
				
				<pubDate>Tue, 13 Jul 2010 20:03:00 --0100</pubDate>
				<guid>http://russ.michaels.me.uk/index.cfm/2010/7/13/Enabling-Railo-errors-on-IIS7</guid>
				
			</item>
			
			<item>
				<title>The new face of CFMX Hosting</title>
				<link>http://russ.michaels.me.uk/index.cfm/2009/2/19/The-new-face-of-CFMX-Hosting</link>
				<description>
				
				&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.bluethunderinternet.com/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/enclosures/ThenewfaceofCFMXHositng_10D19/btiv2.gif&quot; style=&quot;border-width: 0px&quot; alt=&quot;btiv2&quot; border=&quot;0&quot; width=&quot;504&quot; height=&quot;504&quot; /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;For the last 6 years I have been working for Loud-n-clear Ltd, with whom I merged CFMX Hosting back in 2003. After 6 years of feeling like I was banging my head against a brick wall&amp;nbsp; I decided it was time split the companies up again so that I could actually work on growing and expanding CFMX Hosting, and get out of the rut I had found myself in. So In January I left Loud-n-clear, separating CFMX Hosting and taking it with me and launched a new company called &amp;quot;BlueThunder Internet&amp;quot;. This will be the new name of CFMX Hosting, which I am re-branding to be more generic and less CF-centric which I feel will be a positive move in the in this current recession where I don&amp;#39;t think one can afford to restrict oneself to such a small niche especially in such a competive market place as hosting. Plus there is the fact that there is no such thing as &amp;quot;CFMX&amp;quot; any longer since Adobe changed the name back to plain &amp;quot;ColdFusion&amp;quot;, so I have been thinking of changing the name for a while. &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td align=&quot;middle&quot; width=&quot;300&quot;&gt; &lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.openbluedragon.org/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/enclosures/ThenewfaceofCFMXHositng_10D19/image.png&quot; style=&quot;border: 0px none &quot; alt=&quot;image&quot; border=&quot;0&quot; width=&quot;244&quot; height=&quot;53&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt; &lt;td align=&quot;middle&quot; width=&quot;259&quot;&gt;&lt;a href=&quot;http://www.railo.ch/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.railo-technologies.com/jmuffin/upload/railo-3-communty-free.gif&quot; border=&quot;0&quot; width=&quot;207&quot; height=&quot;107&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;   &lt;p&gt; While I am still a huge ColdFusion fan it is no longer the only cfkid on the block, so my new company will be specialising in &amp;quot;CFML&amp;quot; and supporting the likes of Railo and BlueDragon as well as ColdFusion and all the other usual technologies. I have become a big fan of Railo of late especially since it is far better suited to the shared hosting environment than ColdFusion with its per site admin interface which means less support tickets and more control for the customer, plus the security side of things is also significantly better.&lt;/p&gt; &lt;p&gt;If you haven&amp;#39;t yet heard about railo or you have heard about it but don&amp;#39;t know why you would want to use it, I strongly recommend heading over to CFMeetup and watching the recent recording of the &lt;a href=&quot;http://www.railo.ch/blog/index.cfm/2009/1/30/Railo-presentation-on-CFMeetup&quot; target=&quot;_blank&quot;&gt;Railo 3.1 Open Source Presentation&lt;/a&gt;, this should give you some idea of how cool Railo is and some of awesome and unique new features it provides, or perhaps like me it will even get you as excited as you used to be about ColdFusion :-)&lt;/p&gt; &lt;p&gt;With the emergence of &lt;a href=&quot;http://www.openbluedragon.org/&quot; target=&quot;_blank&quot;&gt;open BlueDragon&lt;/a&gt; and &lt;a href=&quot;http://www.railo.ch/&quot; target=&quot;_blank&quot;&gt;railo &lt;/a&gt;now also being open source as well, I think this is going to give a much needed boost to CFML as a language and the community at large. Finally CFML is now on equal footings with the likes of PHP as it is now also free to download and use, but with the added advantage of being easier to learn and more powerful, oh and it works better on windows too ;-)&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;For those who may be wondering where the name &amp;quot;BlueThunder&amp;quot; came from, it was many many hours of trying to find a domain name that wasn&amp;#39;t already taken and is easy to remember, which is very hard by the way. I had exhausted just about every name using the word &amp;quot;fusion&amp;quot; or &amp;quot;hosting&amp;quot; so I then randomly just decided to start thinking of names of old 8 bit computer games and old TV shows and then I remembered that old show about the helicopter called Blue Thunder, which as well as liking the name I thought was also a bit of a play on words in the same vein as ColdFusion, it has that same feeling of power, so having found a domain name that was free, I snapped it up. You may also notice the new logo might look slightly&lt;style&gt;&lt;!--  /* Font Definitions */  @font-face 	{font-family:&quot;Cambria Math&quot;; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:&quot;&quot;; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:&quot;Times New Roman&quot;; 	mso-bidi-theme-font:minor-bidi;} span.EmailStyle15 	{mso-style-type:personal; 	mso-style-noshow:yes; 	mso-style-unhide:no; 	mso-ansi-font-size:11.0pt; 	mso-bidi-font-size:11.0pt; 	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:&quot;Times New Roman&quot;; 	mso-bidi-theme-font:minor-bidi; 	color:windowtext;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:&quot;Times New Roman&quot;; 	mso-bidi-theme-font:minor-bidi;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 72.0pt 72.0pt 72.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&quot;Table Normal&quot;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:&quot;&quot;; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:&quot;Times New Roman&quot;; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;  reminiscent  of the original Allaire ColdFusion logo. &lt;/p&gt; 
				</description>
				
				<category>BlueDragon and Railo</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 19 Feb 2009 20:23:00 --0100</pubDate>
				<guid>http://russ.michaels.me.uk/index.cfm/2009/2/19/The-new-face-of-CFMX-Hosting</guid>
				
			</item>
			
			<item>
				<title>Open BlueDragon - ColdFusion goes open source</title>
				<link>http://russ.michaels.me.uk/index.cfm/2008/5/12/Open-BlueDragon--ColdFusion-goes-open-source</link>
				<description>
				
				&lt;p&gt;Now when I say ColdFusion, I do not mean Adobe ColdFusion Server, I actually mean CFML the language, but most people tend to associate this with ColdFusion. So just to enlighten those of you that do not know the language is called CFML (ColdFusion Markup Language), but there are a number of ways you can deploy CFML, the most well known being Adobe ColdFusion Server and the lesser known BlueDragon Server, and more recently Railo, all of which have a price tag.&lt;/p&gt;&lt;p&gt;Well if you have been living under a rock for the last few months (like me) you probably wont know that New Atlanta released an open source (free) version of their BlueDragon product called Open BlueDragon. This is great news for the CFML community as it means we now have a totally free way to learn, develop and deploy CFML applications, and we can now&amp;nbsp;finally and proudly stick up our fingers to the PHP, Ruby, etc&amp;nbsp;community and blow raspberrys.&lt;/p&gt;&lt;p&gt;This will also add a great boost to the popularity of CFML as a language and will undoubtably grow the community exponentially and open up more jobs for CFML developers.&lt;/p&gt;&lt;p&gt;Additional detail can be found here: &lt;a target=&quot;_blank&quot; href=&quot;http://www.newatlanta.com/products/bluedragon/open_source/faq.cfm&quot;&gt;BlueDragon Open-Source F.A.Q.&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here are some other useful related links&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;div&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://alan.blog-city.com/interview_alanwilliamson.htm&quot;&gt;Interview with Alan Williamson&lt;/a&gt;, the original creator of BlueDragon.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://openbluedragon.org/&quot;&gt;The official Open BlueDragon web site&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://groups.google.com/group/openbd&quot;&gt;Open BlueDragon Google group&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://blog.sixsigns.com/2008/05/11/vmware-open-bluedragon-image-made-available/&quot;&gt;VMWare Open BlueDragon image&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1449&quot;&gt;Open BlueDragon Amazon image&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For those of you coming to &lt;a target=&quot;_blank&quot; href=&quot;http://www.cfdevcon.com/&quot;&gt;CFDevCon&lt;/a&gt; this year, there will be some sessions on BlueDragon.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you are interested in BlueDragon.net then don&amp;#39;t forget that you can try this for FREE over at &lt;a href=&quot;http://www.cfdeveloper.co.uk/&quot;&gt;www.cfdeveloper.co.uk&lt;/a&gt; along with ColdFusion 8.&lt;/p&gt; 
				</description>
				
				<category>BlueDragon and Railo</category>				
				
				<pubDate>Mon, 12 May 2008 22:37:00 --0100</pubDate>
				<guid>http://russ.michaels.me.uk/index.cfm/2008/5/12/Open-BlueDragon--ColdFusion-goes-open-source</guid>
				
			</item>
			</channel></rss>