<?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>Simon Whatley &#187; Application Servers</title>
	<atom:link href="http://www.simonwhatley.co.uk/tag/application-servers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Wed, 02 Nov 2011 09:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Configuring ColdFusion 8 with Apache</title>
		<link>http://www.simonwhatley.co.uk/configuring-coldfusion-8-with-apache</link>
		<comments>http://www.simonwhatley.co.uk/configuring-coldfusion-8-with-apache#comments</comments>
		<pubDate>Fri, 16 Nov 2007 09:47:30 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache installation]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[ColdFusion Administrator]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[trouble shooting]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=334</guid>
		<description><![CDATA[After installing ColdFusion 8 and Apache successfully you may still see an "HTTP 500 Internal Server Error" when navigating to a ColdFusion page. All is not lost, you simply need to configure, or check the configuration of Apache. Apache requires very little post installation modification, but it is always good practice to check the httpd.conf file to ensure that the ColdFusion "install" scripts did what they were supposed to do.]]></description>
			<content:encoded><![CDATA[<p>After installing ColdFusion 8 and Apache successfully you may still see an &#8220;HTTP 500 Internal Server Error&#8221; when navigating to a ColdFusion page. All is not lost, you simply need to configure, or check the configuration of Apache.</p>
<p>Apache requires very little post installation modification, but it is always good practice to check the <em>httpd.conf</em> file to ensure that the ColdFusion &#8220;install&#8221; scripts did what they were supposed to do.</p>
<p>If you haven&#8217;t confirmed that Apache is running, open your browser and point it to <a href="http://localhost/">http://localhost/</a> (unless you specified a real URL during installation). You should see the Apache test page. If you see an error, review the <a href="http://www.simonwhatley.co.uk/installing-apache-on-vista" title="Apache Installation">Apache installation steps</a> to make sure you followed all the steps correctly, and/or check your log files for more detailed errors.</p>
<p>Now we know Apache is running, but how about ColdFusion? Point your browser to the ColdFusion Administrator  found commonly at <a href="http://localhost/CFIDE/administrator/index.cfm" title="The ColdFusion Administrator" target="_blank">http://localhost/CFIDE/administrator/index.cfm</a> and see what happens. One of three possible failures could occur:</p>
<ol>
<li>Your <strong>browser prompts you to save the .cfm</strong> file to your computer. There a couple of possible resolutions to this. Firstly restart the Apache service. If this does not resolve the issue you will need to check the <em>httpd.conf</em> file to ensure that the ColdFusion module is being loaded. The file can typically be found in the <em>C:\Program Files\Apache Software Foundation\Apache2.2\conf\</em> directory.<br />
Make sure that the <code>DirectoryIndex</code> has a reference to the <code>index.cfm</code> file (i.e. the default file):<img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/dir-module-cfm.png" alt="Apache dir_module Declaration" />Ensure that the <code>LoadModule jrun_module "C:/ColdFusion8/runtime/lib/wsconfig/1/mod_jrun22.so"</code> is also present:</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/jrun-settings.png" alt="Apache JRun Settings" /></p>
<p>If you need to edit this file, restart the Apache service after you have saved the changes.</li>
<li>You get a message that <strong>the CFIDE folder cannot be found</strong>. This is more likely to be a problem with where you placed the ColdFusion application during install. The default location is in the Apache directory (<em>C:\Program Files\Apache Software Foundation\Apache2.2\htdocs</em>), so check in the http.conf file to ensure the DocumentRoot is pointing correctly. Alternatively, copy this folder to your localhost webroot (e.g. <em>C:\WebRoot</em>) ensuring that the DocumentRoot points to your webroot (see the yellow box in the second screen-shot).</li>
<li>You get another message which probably means that you need to reinstall ColdFusion, and/or Apache!</li>
</ol>
<p>And that is it, you can start using ColdFusion and developing applications.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/configuring-coldfusion-8-with-apache/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing ColdFusion 8 on Vista</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista</link>
		<comments>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista#comments</comments>
		<pubDate>Mon, 12 Nov 2007 09:22:52 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[non trivial]]></category>
		<category><![CDATA[version 8]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Web Servers]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333</guid>
		<description><![CDATA[A few months ago I posted an article on Installing Apache on Vista, and it proved to be extremely popular. It appears that I was not the only one who found it a non trivial matter.

Now it is the turn of ColdFusion 8. ColdFusion 8 as we well know is the latest and greatest incarnation of the ColdFusion platform from Adobe. It has a lot of great new features such as cfimage, cfzip, cfexchange, some contentious features such as cfthread and cfinterface, and some not-so-necessarily-cool new â€œWeb 2.0â€³ features such as cffeed and cfajax.]]></description>
			<content:encoded><![CDATA[<p>A few months ago I posted an article on <a href="http://www.simonwhatley.co.uk/installing-apache-on-vista" title="Installing Apache on Vista">Installing Apache on Vista</a>, and it proved to be extremely popular. It appears that I was not the only one who found it a non trivial matter.</p>
<p>Now it is the turn of ColdFusion 8. ColdFusion 8 as we well know is the latest and greatest incarnation of the ColdFusion platform from Adobe. It has a lot of great new features such as cfimage, cfzip, cfexchange, some contentious features such as cfthread and cfinterface, and some not-so-necessarily-cool new &#8220;Web 2.0&#8243; features such as cffeed and cfajax. But since this article isn&#8217;t about any of these, I better stick to the topic.</p>
<p>Like my article on installing Apache, installing ColdFusion on Vista is again not a trivial matter and involves only what can colloquially described as a &#8220;shed load of steps&#8221;. I&#8217;m probably being a little harsh towards ColdFusion as many of the problems I encountered were more closely related to Apache than ColdFusion.</p>
<p>NB: This article will assume that you have pre-installed Apache (although you could use <acronym title="Internet Information Service">IIS</acronym> if so compelled), turned off Vista&#8217;s User Account Control (<acronym title="User Account Control">UAC</acronym>), disabled any firewalls you have installed and finally, but most importantly, <a href="http://www.adobe.com/products/coldfusion/" title="Adobe ColdFusion Product Page" target="_blank" rel="nofollow">you have downloaded ColdFusion from the Adobe website</a>.</p>
<p>Let us begin.</p>
<ol>
<li>
Find where you downloaded your copy of the <strong>ColdFusion Installer</strong>. Right-click on the executable file and specify to &#8220;Run as Administrator&#8221;. The installer should start and you should see the screenshot below. Select &#8220;English&#8221;, or which ever your language preference is, and Click &#8220;OK&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-01.png" alt="1. ColdFusion Installer" /></p>
</li>
<li>
The <strong>ColdFusion Installation</strong> progress screen may or may not be briefly displayed.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-02.png" alt="2. ColdFusion Installation Progress" /></p>
</li>
<li>
The <strong>Introduction</strong> screen will be displayed. Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-03.png" alt="3. Introduction Screen" /></p>
</li>
<li>
The <strong>License Agreement</strong> screen will then be displayed. Agree to the &#8220;I accept the terms of the License Agreement&#8221; and Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-04.png" alt="4. License Agreement" /></p>
</li>
<li>
The <strong>Install Type</strong> screen is then displayed. You don&#8217;t need to enter a serial number unless you are installing this into a production environment. Check &#8220;Developer Edition&#8221; and Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-05.png" alt="5. Install Type" /></p>
</li>
<li>
The <strong>Installer Configuration</strong> screen should be displayed. Since we already have Apache 2.x installed as our web server (if you want to use <acronym title="Internet Information Service">IIS</acronym>, you will need to skip steps 11.1 and 11.2), check &#8220;Server configuration&#8221; and Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-06.png" alt="6. Installer Configuration" /></p>
</li>
<li>
The <strong>Sub-component Installation</strong> screen should be displayed. This is one of the noticeable changes from version 7 to version 8 of ColdFusion. Hovering your mouse over each sub-component will describe in more detail what each sub-component does. If you plan to integrate .NET (especially with WebServices) or carry out Flex development then make sure that the &#8220;.NET Integration Services&#8221; and &#8220;LiveCycle Data Services&#8221; items are checked. For simplicities sake, check everything and Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-07.png" alt="7. Sub-component Installation" /></p>
</li>
<li>
The <strong>Select Installation Directory</strong> screen should be displayed. The default directory for a Serverconfiguration will be &#8220;C:\ColdFusion8&#8243; on a Windows machine. Click &#8220;Next&#8221; to continue.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-08.png" alt="8. Select Installation Directory" /></p>
</li>
<li>
As you have chosen to install LiveCycle Data Services, you will need to agree to a further <strong>Licence Agreement</strong> screen. Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-09.png" alt="9. Licence Agreement (LiveCycle Data Services)" /></p>
</li>
<li>
The <strong>Adobe Livecycle Data Services ES Installation</strong> screen is displayed. You will need to enter a serial number into this screen for production environments. Since I am going to assume a development environment, simply click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-10.png" alt="10. Adobe Livecycle Data Services ES Installation" /></p>
</li>
<li>
The <strong>Configure Web Servers / Websites</strong> screen should be displayed. This is the point where we want to connect ColdFusion with Apache. By default &#8220;Configure web server connector for ColdFusion&#8221; is checked. We need to add Apache so Click &#8220;Add&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-11.png" alt="11. Configure Web Servers / Websites" /></p>
<ol>
<li>The <strong>Add Web Server Configuration</strong> screen is displayed, choose Apache from the drop-down.</li>
<li>
Add the relevant Apache directory paths, e.g.:</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-11-2.png" alt="11-2. Add Web Server Configuration (Directory Paths)" /></p>
<ol>
<li>The <strong>Configuration Directory</strong> C:\Program Files\Apache Software Foundation\Apache2.2\conf</li>
<li>The <strong>Server Binary Directory</strong> C:\Program Files\Apache Software Foundation\Apache2.2\bin\httpd.exe</li>
</ol>
</li>
</ol>
</li>
<li>
The <strong>Review Configured Web Server</strong> screen is then displayed. If all the settings are correct, click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-12.png" alt="12. Review Configured Web Server" /></p>
</li>
<li>
The <strong>Choose Adobe ColdFusion 8 Administrator Location</strong> screen should be displayed. Since we are using Apache for our web server then the default Directory should be pointing to C:\Program Files\Apache Software Foundation\Apache2.2\htdocs. You can alternatively point this to C:\WebRoot or wherever you have set up your web project files. Select &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-13.png" alt="13. Choose Adobe ColdFusion 8 Administrator Location" /></p>
</li>
<li>
The <strong>Adminstrator Password</strong> screen is then displayed, prompting for a password. Enter one, remember it (!!) and click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-14.png" alt="14. Adminstrator Password" /></p>
</li>
<li>
The <strong>Enable <acronym title="Remote Development Service">RDS</acronym> &amp; Password</strong> screen is then displayed. If you want to use this, check the box and provide an additional password. Don&#8217;t use <acronym title="Remote Development Service">RDS</acronym> in a production environment. Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-15.png" alt="15. Enable RDS &amp; Password" /></p>
</li>
<li>
The <strong>Pre-Installation Summary</strong> screen is then displayed, detailing your configuration. This is your last chance to go back and make changes. If everything is OK, click &#8220;Install&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-16.png" alt="16. Pre-Installation Summary" /></p>
</li>
<li>
The <strong>Installing Adobe ColdFusion 8</strong> screen is then displayed, showing a host of marketing messages.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-17.png" alt="17. Installing Adobe ColdFusion 8" /></p>
</li>
<li>
The <strong>Please Wait</strong> screen is displayed, and be prepared to wait!</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-18.png" alt="18. Please Wait" /></p>
</li>
<li>
The <strong>Installation Complete</strong> screen is finally displayed and indeed the installation is complete. Now for the configuration! Click &#8220;Done&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-19.png" alt="19. Installation Complete" /></p>
</li>
<li>
Configuration and Settings Migration Wizard. Open up a browser and enter the url http://localhost/CFIDE/administrator/index.cfm to begin the <strong>ColdFusion 8 Configuration and Settings Migration Wizard</strong>. Enter your password and Click &#8220;Login&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-20.png" alt="20. Configuration and Settings Migration Wizard" /></p>
</li>
<li>
ColdFusion will now begin <strong>Configuring Server</strong>, which could take any number of minutes to complete.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-21.png" alt="21. Configuring Server" /></p>
</li>
<li>
Once the <strong>Configuration Complete</strong> is displayed, you can login to the ColdFusion Administrator and start working, or playing, with the new interface, settings and Server Monitor.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-22.png" alt="22. Configuration Complete" /></p>
</li>
</ol>
<p>So, that only 22 steps! That may be the longest installation process you may go through, but the power now at your finger tips to produce hugely interactive websites is a compelling reason why to choose this version of ColdFusion, or indeed ColdFusion over other products.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eliminating Whitespace in ColdFusion</title>
		<link>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion</link>
		<comments>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion#comments</comments>
		<pubDate>Fri, 26 Oct 2007 09:29:35 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[ColdFusion Administrator]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[page processing]]></category>
		<category><![CDATA[servlets]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[WAP]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[WEB-INF folder]]></category>
		<category><![CDATA[WEB-INF/lib folder]]></category>
		<category><![CDATA[web.xml]]></category>
		<category><![CDATA[web.xml file]]></category>
		<category><![CDATA[whitespace]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=351</guid>
		<description><![CDATA[ColdFusion has never satisfactorily removed whitespace from generated content, however, removing this whitespace can dramatically improve your website's performance. Take a 100KB page for example. If 20% of the page is made up of whitespace, that is 20% that is unneccessary and 20% bandwidth cost that can be saved.]]></description>
			<content:encoded><![CDATA[<p>ColdFusion has never satisfactorily removed whitespace from generated content, however, removing this whitespace can dramatically improve your website&#8217;s performance. Take a 100KB page for example. If 20% of the page is made up of whitespace, that is 20% that is unneccessary and 20% bandwidth cost that can be saved.</p>
<p>Currently there are two main ways a ColdFusion developer can prevent whitespace; via the ColdFusion Administrator and by including certain tags in their code:</p>
<p><strong>1. ColdFusion Administrator</strong></p>
<p>Under the <em>Server Settings &gt; Settings</em> menu item there is a checkbox called &#8216;Enable Whitespace Management&#8217;. This checkbox should always be checked. According to the description, checking this checkbox <em>&#8220;reduces the file size of the pages that ColdFusion returns to the browser by removing many of the extra spaces, tabs, and carriage returns that ColdFusion might otherwise persist from the CFML source file.&#8221;</em> I am yet to be convinced, but it is worthwhile enabling it.</p>
<p><strong>2. ColdFusion Tags</strong></p>
<p><code>&lt;cfsetting enablecfoutputonly="true"&gt;&lt;/cfsetting&gt;</code></p>
<p>The <code>cfsetting</code> tag controls aspects of page processing, such as the output of <acronym title="HyperText Markup Language">HTML</acronym> code in pages (inside and outside the <code>cfsetting</code> tag body). If <code>enablecfoutputonly</code> is set to <code>true</code>, <acronym title="HyperText Markup Language">HTML</acronym> output is blocked if it is not wrapped in a <code>cfoutput</code> tag. Therefore, this tag &#8216;can&#8217; be used to minimise the amount of generated whitespace.</p>
<p><code>&lt;cfsilent&gt;&lt;/cfsilent&gt;</code></p>
<p>The <code>cfsilent</code> tag supresses output produced by <acronym title="ColdFusion Markup Language">CFML</acronym> within a tag&#8217;s scope. Therefore, you simply need to wrap the tag around anything you don&#8217;t want to output to the browser. As it does not return anything from with in it, so you have to be a little be careful when debugging.</p>
<p><code>&lt;cfprocessingdirective supresswhitespace="true"&gt;&lt;/cfprocessingdirective&gt;</code></p>
<p>One of the <code>cfprocessingdirective</code>&#8216;s purposes is to remove excess whitespace from ColdFusion generated content in the tag body. However, it does not affect any whitespace in <acronym title="HyperText Markup Language">HTML</acronym> code. You can nest the tags and toggle <code>supresswhitespace</code> on and off, not that I ever identify a good reason to do so.</p>
<p><strong>But there is a little known third way, using a servlet filter called Trim Filter.</strong></p>
<p>Servlet filters are tools available to web application developers. They are designed to be able to manipulate a request and response (or both) that is sent to a web application.</p>
<p>Trim Filter lets you decrease the size of file your server will send to all clients. The filter removes extra spaces and line breaks from outputted documents. This can be especially useful for <acronym title="Wireless Application Protocol">WAP</acronym>/<acronym title="Wireless Markup Language">WML</acronym> developers working with mobile devices, where the size for transferred documents is limited.</p>
<p>S<strong>etting up the servlet filter in ColdFusion</strong></p>
<p>Using the Trim Filter servlet filter found at the following URL:</p>
<p><a rel="nofollow" href="http://www.servletsuite.com/servlets/trimflt.htm" title="TrimFilter jar File">http://www.servletsuite.com/servlets/trimflt.htm</a></p>
<ul>
<li>Download the <a rel="nofollow" href="http://www.servletsuite.com/servlets/trimflt.jar" title="trimflt.jar">trimflt.jar</a></li>
<li>Save trimflt.jar in the WEB-INF/lib folder in the ColdFusion Server wwwroot.</li>
<li>Edit the web.xml file in the WEB-INF folder in the ColdFusion Server wwwroot with the following code:</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">&lt;filter-mapping&gt;
	&lt;filter-name&gt;trimFilter&lt;/filter-name&gt;
	&lt;url-pattern&gt;*.cfm&lt;/url-pattern&gt;
&lt;/filter-mapping&gt;
&nbsp;
&lt;filter&gt;
	&lt;filter-name&gt;trimFilter&lt;/filter-name&gt;
	&lt;filter-class&gt;com.cj.trim.trimFilter&lt;/filter-class&gt;
&lt;/filter&gt;</pre></div></div>

<ul>
<li>Restart the ColdFusion Service</li>
</ul>
<p>And now, when a ColdFusion page is invoked, the whitespace is suppressed and wow does it do a good job.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/eliminating-whitespace-in-coldfusion/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Poor Man&#039;s HTTP Compression with ColdFusion</title>
		<link>http://www.simonwhatley.co.uk/poor-mans-http-compression-with-coldfusion</link>
		<comments>http://www.simonwhatley.co.uk/poor-mans-http-compression-with-coldfusion#comments</comments>
		<pubDate>Sat, 17 Mar 2007 15:11:23 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[Coldbeans]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP protocol]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[servlet]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[Web Browser]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[WEB-INF folder]]></category>
		<category><![CDATA[WEB-INF/lib folder]]></category>
		<category><![CDATA[web.xml]]></category>
		<category><![CDATA[web.xml file]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=260</guid>
		<description><![CDATA[Almost every web application will benefit from the compression of content. A compression filter optimises the size of the content that is sent from a webserver to a web browser via the Internet. Since generating content and serving pages via the World Wide Web is the core behind web applications, it is simple components that aid these processes that are incredibly useful. This is where servlet filters come into play.]]></description>
			<content:encoded><![CDATA[<p>An interesting article I read in the CFDJ recently was entitled Poor Man&#8217;s HTTP Compression with ColdFusion. Almost every web application will benefit from the compression of content. A compression filter optimises the size of the content that is sent from a webserver to a web browser via the Internet. Since generating content and serving pages via the World Wide Web is the core behind web applications, it is simple components that aid these processes that are incredibly useful. This is where servlet filters come into play.</p>
<p>Servlet filters are tools available to web application developers. They are designed to be able to manipulate the request and responses that are sent to a web application, without manipulating the servlets, static pages like HTML and, in this case, CFM pages that are being used by the web application (unless of course that is the desired response). Servlet filters act like a chain of steps that a request and response must go through before reaching the page in the application.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h3>Compressing Content Using a Servlet Filter</h3>
<p>Compression is a process that reduces the number of bytes required to define a document in order to save disk space or transmission time. It is extremely useful for sending information across the web, because the speed at which people receive information from a web application is dependent upon how much data you are trying to send. The smaller the amount of information that is to be sent, the faster it can be sent. Therefore, compression and the associated responsiveness is a key component to retaining users and generating revenue from those retained users.</p>
<p>Compression can be effectively achieved by having a servlet filter conditionally pipe the produced content to a GZip-compressed file. GZip is supported by the HTTP protocol and almost all modern browsers (hence the servlet filter conditionally compresses the content).</p>
<p>GZip compression usually results in a 6:1 compression ratio, although this depends on how much content is being sent and what the content is.</p>
<h3>Setting up the Servlet Filter in ColdFusion</h3>
<p>Using the ColdBeans servlet filter found at the following URL:</p>
<p><a href="http://www.servletsuite.com/servlets/gzipflt.htm" rel="nofollow">http://www.servletsuite.com/servlets/gzipflt.htm</a></p>
<ul>
<li>Download the <a href="http://www.servletsuite.com/servlets/gzipflt.jar" rel="nofollow">GZipFilter.jar</a></li>
<li>Save GZipFilter.jar in the WEB-INF/lib folder in the ColdFusion Server wwwroot.</li>
<li>Edit the web.xml file in the WEB-INF folder in the ColdFusion Server wwwroot with the following code:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">&lt;filter&gt;
&lt;filter-name&gt;GzipFilter&lt;/filter-name&gt;
&lt;filter-class&gt;com.cj.gzipflt.GzipFilter&lt;/filter-class&gt;
&lt;/filter&gt;
&lt;filter-mapping&gt;
&lt;filter-name&gt;GzipFilter&lt;/filter-name&gt;
&lt;url-pattern&gt;*.cfm&lt;/url-pattern&gt;
&lt;/filter-mapping&gt;</pre></div></div>

</li>
<li>Restart the ColdFusion Service</li>
</ul>
<p>Now, when you invoke any <code>.cfm</code> page the GzipFilter will check out client&#8217;s browser settings. If the browser does not support gzip, the filter invokes resource normally. If the browser does support gzip, output will be compressed.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/poor-mans-http-compression-with-coldfusion/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Coldfusion MX Tuning</title>
		<link>http://www.simonwhatley.co.uk/coldfusion-mx-tuning</link>
		<comments>http://www.simonwhatley.co.uk/coldfusion-mx-tuning#comments</comments>
		<pubDate>Thu, 06 Apr 2006 09:32:49 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Affecting Performance Hardware]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Closed]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Moment of Truth]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Peter Freitag]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[Robi Sen]]></category>
		<category><![CDATA[Sarge]]></category>
		<category><![CDATA[software configuration]]></category>
		<category><![CDATA[Steven Erat]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[Tuning]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Web server performance CFML application Macromedia JRun]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=73</guid>
		<description><![CDATA[For many ColdFusion developers, server setup, tuning, troubleshooting and configuration is one of the least understood areas of ColdFusion. Achieving the highest possible performance and scalability with a ColdFusion MX application is a complex combination of many different factors. Standard performance tuning guidelines in conjunction with the tips provided below should allow you to achieve maximum application performance and scalability. Performance refers to the response time of requests to CFML pages and Components (CFCs), whilst scalability refers to how the performance results change when the load on the server increases.]]></description>
			<content:encoded><![CDATA[<p>For many ColdFusion developers, server setup, tuning, troubleshooting and configuration is one of the least understood areas of ColdFusion. Achieving the highest possible performance and scalability with a ColdFusion MX application is a complex combination of many different factors. Standard performance tuning guidelines in conjunction with the tips provided below should allow you to achieve maximum application performance and scalability.</p>
<p>Performance refers to the response time of requests to CFML pages and Components (CFCs), whilst scalability refers to how the performance results change when the load on the server increases.</p>
<p>Factors Affecting Performance</p>
<ul>
<li>Hardware and software configuration</li>
<li>Database and other external system requests</li>
<li>Web server performance</li>
<li>CFML application</li>
</ul>
<h2>Macromedia</h2>
<ul>
<li><a href="http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18206">JRun 4.0: Configuring individual JVM settings for each JRun Server</a></li>
<li><a href="http://www.macromedia.com/devnet/java/articles/jrun_perf.html">The Moment of Truth: Tuning Performance in JRun Apps and Environment</a></li>
<li><a href="http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18744">JRun 4: General troubleshooting techniques for an unresponsive JRun server</a></li>
<li><a href="http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19438">ColdFusion MX: Explanation of Request Timeout and threadWaitTimeout settings</a></li>
<li><a href="http://livedocs.macromedia.com/jrun/4/JRun_Administrators_Guide/jrundotxml2.htm">Server settings: the jrun.xml file</a></li>
<li><a href="http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18540">ColdFusion MX: Tips for performance and scalability</a></li>
</ul>
<h2>Sun</h2>
<ul>
<li><a href="http://java.sun.com/docs/hotspot/gc1.4.2/faq.html">Frequently Asked Questions about Garbage Collection in the HotspotTM JavaTM Virtual Machine</a></li>
<li><a href="http://java.sun.com/docs/hotspot/gc1.4.2/">Tuning Garbage Collection with the 1.4.2 Java[tm] Virtual Machine</a></li>
<li><a href="http://java.sun.com/performance/reference/whitepapers/tuning.html">Java Tuning White Paper</a></li>
<li><a href="http://java.sun.com/performance/jvmstat/">jvmstat 3.0</a></li>
</ul>
<h2>Brandon Purcell</h2>
<ul>
<li><a href="http://www.bpurcell.org/blog/index.cfm?mode=entry&#038;entry=1068">ColdFusion Peformance Tuning Presentation</a></li>
<li><a href="http://www.bpurcell.org/blog/index.cfm?mode=entry&#038;entry=1062">Obtaining a Thread Dump with ColdFusion or JRun running as a Windows Service</a></li>
<li><a href="http://www.bpurcell.org/blog/index.cfm?mode=entry&#038;entry=1007">JRun Connection Closed Errors</a></li>
<li><a href="http://www.bpurcell.org/blog/index.cfm?mode=entry&#038;REFERRER=year2003stats&#038;ENTRY=967">Performance Tuning and Monitoring Coldfusion or JRun</a></li>
<li><a href="http://www.bpurcell.org/blog/index.cfm?mode=entry&#038;entry=934">Java Thread and How does it work?</a></li>
<li><a href="http://www.bpurcell.org/blog/index.cfm?mode=entry&#038;entry=877">Advanced Debugging In JRun 4</a></li>
</ul>
<h2>Steven Erat</h2>
<ul>
<li><a href="http://www.talkingtree.com/blog/index.cfm/2005/3/11/ContextSwitchingBad">Steven Erat&#8217;s blog: activeHandlerThreads or Simultaneous Requests: Less is More</a></li>
<li><a href="http://www.talkingtree.com/blog/index.cfm/2005/2/7/CFMX7JRunSimReqs">Simultaneous Requests in CFMX 7</a></li>
<li><a href="http://www.talkingtree.com/blog/index.cfm?mode=entry&#038;entry=B13095A3-45A6-2844-799942B3CBA5269E">Keep Library Loaded &#8211; Check this box to retain the library in RAM</a></li>
<li><a href="http://www.talkingtree.com/blog/index.cfm/2006/2/21/SeeStack-is-here">SeeStack &#8211; Parse ColdFusion Thread Dumps Like a Pro!</a></li>
<li><a href="http://www.talkingtree.com/blog/index.cfm/2005/11/28/Request-timed-out-waiting-for-an-available-thread-to-run">Request timed out waiting for an available thread to run</a></li>
<li><a href="http://www.talkingtree.com/blog/index.cfm?mode=alias&#038;alias=CFStability1">Troubleshooting Tips For ColdFusion MX</a></li>
<li><a href="http://www.talkingtree.com/blog/index.cfm?mode=entry&#038;entry=25A96CB1-45A6-2844-771A3A5C7DFD4201">Help! My ColdFusion MX Server is Slow!!!!</a></li>
</ul>
<h2>Peter Freitag</h2>
<ul>
<li><a href="http://www.petefreitag.com/articles/gctuning/">Peter Freitag&#8217;s blog: Tuning Garbage Collection Outline</a></li>
<li><a href="http://www.petefreitag.com/item/139.cfm">ColdFusion Garbage</a></li>
<li><a href="http://www.petefreitag.com/item/115.cfm">ColdFusion Memory Usage Stats</a></li>
<li><a href="http://www.petefreitag.com/item/101.cfm">Getting ColdFusion Server Metrics</a></li>
<li><a href="http://www.petefreitag.com/item/89.cfm">Have you tuned your JVM on ColdFusion MX yet?</a></li>
</ul>
<h2>Daemon</h2>
<ul>
<li><a href="http://blog.daemon.com.au/archives/000279.html">Daemonite blog: Maximum JVM heap size for CFMX</a></li>
<li><a href="http://blog.daemon.com.au/archives/000277.html">Enhancing CFMX logging</a></li>
</ul>
<h2>Others</h2>
<ul>
<li><a href="http://www.sumoc.com/blog/index.cfm?mode=entry&#038;entry=CDCDBF8B-5004-2066-B7460CDEAB79328F">CFMX JVM Tuning &#8211; The difference between MaxPermSize and Heap Size</a></li>
<li><a href="http://www.sargeway.com/blog/index.cfm?mode=entry&#038;entry=27">Sarge&#8217;s blog: CFMX Performance Settings (JRun 50% CPU thread)</a></li>
<li><a href="http://www.robisen.com/index.cfm?mode=entry&#038;entry=FD4BE2FC-55DC-F2B1-FED0717CC1C7E0AF">Robi Sen&#8217;s blog: Hung Servers, Java.lang.OutOFMemory errors and Tuning CF JVM</a></li>
<li><a href="http://www.folgmann.de/en/j2ee/gc.html">Misc: Java Garbage Collection Tuning</a></li>
<li><a href="http://www.javaperformancetuning.com/resources.shtml">Java Performance Tuning</a></li>
<li><a href="http://seefusion.com/">SeeFusion  ::  ColdFusion Server Monitoring</a></li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/coldfusion-mx-tuning/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion (CFML) Engines</title>
		<link>http://www.simonwhatley.co.uk/coldfusion-cfml-engines</link>
		<comments>http://www.simonwhatley.co.uk/coldfusion-cfml-engines#comments</comments>
		<pubDate>Mon, 27 Mar 2006 22:02:25 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe ColdFusion]]></category>
		<category><![CDATA[app server]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[BlueDragon]]></category>
		<category><![CDATA[built-in web server]]></category>
		<category><![CDATA[CFML]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[ColdFusion Markup Language]]></category>
		<category><![CDATA[Coral Web Builder]]></category>
		<category><![CDATA[Digital Lattice Orange]]></category>
		<category><![CDATA[engines]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IgniteFusion]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[less closed technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Atlanta]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Railo]]></category>
		<category><![CDATA[Scripting Engines]]></category>
		<category><![CDATA[Smith Project]]></category>
		<category><![CDATA[Web Builder]]></category>
		<category><![CDATA[web development platforms]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Web technology industry standards]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=64</guid>
		<description><![CDATA[CFML is the name of the scripting language used by ColdFusion and several alternative server environments. It stands for ColdFusion Markup Language and is similar to HTML in appearance in that it uses tags. CFML is the code that powers ColdFusion, a program available from Adobe (formerly Macromedia), as well as such engines as BlueDragon, IgniteFusion, Railo, Coral Web Builder, and other web development platforms.]]></description>
			<content:encoded><![CDATA[<p>CFML is the name of the scripting language used by ColdFusion and several alternative server environments. It stands for ColdFusion Markup Language and is similar to HTML in appearance in that it uses tags. CFML is the code that powers ColdFusion, a program available from Adobe (formerly Macromedia), as well as such engines as BlueDragon, IgniteFusion, Railo, Coral Web Builder, DigitalLattice Orange and other web development platforms.</p>
<p>ColdFusion originated as proprietary technology based on Web technology industry standards. However, it is becoming a less closed technology through the availability of competing products. In fact, one could now make the argument that ColdFusion is even less platform bound than say raw J2EE or .NET, simply because ColdFusion will run on top of a .NET app server (New Atlanta), or on top of any J2EE app server (Websphere, JRun, Tomcat, etc.) In theory, you could move a ColdFusion app unchanged from a J2EE app server to a .NET app server.</p>
<p>Currently, alternative server platforms generally support Coldfusion MX 6.1 functionality, with minor changes or feature enhancements.</p>
<p>I have listed some of the alternatives in order of maturity/populrity.  However, I will leave it up to you to decide which one is the best and easiest to implement.  Please tell me your experiences.</p>
<h2>BlueDragon</h2>
<p>The BlueDragon Server family of Java-based servers (Server and Server JX) enables the stand-alone deployment of CFML. Both BlueDragon Server versions contain a built-in web server for development and testing, and each integrates with Microsoft IIS, Sun ONE/Netscape/iPlanet (JX only), and Apache web servers for deployment.</p>
<p>BlueDragon offers flexibility for the deployment of ColdFusion Markup Language (CFML) pages with native technology platform integration on the operating system, web server and database of your choice.</p>
<p>Visit the New Atlanta website at <a target="_blank" href="http://www.newatlanta.com/products/bluedragon/index.cfm">http://www.newatlanta.com</a> to download the latest version of BlueDragon.</p>
<h2>Railo</h2>
<p>Railo is a ColdFusion Compiler for translating and executing of ColdFusion based websites. The Compiler translates the ColdFusion code into Java classes which can be executed on a Java server. Railo also comes with a runtime engine, which contains all necessary libraries for the translated code. Railo automatically detects wether to translate a ColdFusion file or when to use the runtime engine. You can compare Railo at best with <acronym title="Java Server Pages">JSP</acronym> interfaces. <acronym title="Java Server Pages">JSP</acronym> uses an other syntax but the main functionality is almost the same. Because Railo implements most of the <acronym title="Java Server Pages">JSP</acronym> interfaces, it is highly compatible to <acronym title="Java Server Pages">JSP</acronym> interfaces.</p>
<p>Visit the Railo website at <a target="_blank" href="http://www.railo.ch/en/index.cfm">http://www.railo.ch</a></p>
<h2>IgniteFusion</h2>
<p>IgniteFusion is a ColdFusion compatible script engine that runs ColdFusion scripts. In addition to Coldfusion <acronym title="ColdFusion Markup Language">CFML</acronym> compatibility IgniteFusion has functionality that extends Coldfusion.  Although in Beta, it is approaching release.</p>
<p>Visit the IgniteFusion website at <a target="_blank" href="http://www.ignitefusion.com/">http://www.ignitefusion.com</a> to download the scripting engine.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/coldfusion-cfml-engines/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Railo &#8211; The CFML Engine</title>
		<link>http://www.simonwhatley.co.uk/railo-coldfusion-cfml-engine</link>
		<comments>http://www.simonwhatley.co.uk/railo-coldfusion-cfml-engine#comments</comments>
		<pubDate>Wed, 19 Oct 2005 15:02:46 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Railo]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=5</guid>
		<description><![CDATA[Railo is a ColdFusion Compiler for translating and executing of ColdFusion based websites.]]></description>
			<content:encoded><![CDATA[<p><strong>Railo</strong> is a <a rel="nofollow" title="Adobe ColdFusion" href="http://www.macromedia.com/software/coldfusion/">ColdFusion</a> Compiler for translating and executing of ColdFusion based websites. The Compiler translates the ColdFusion code into Java classes which can be executed on a Java server. Railo also comes with a runtime engine, which contains all necessary libraries for the translated code. Railo automatically detects wether to translate a ColdFusion file or when to use the runtime engine. You can compare Railo at best with <acronym title="Java Server Pages">JSP</acronym> interfaces. <acronym title="Java Server Pages">JSP</acronym> uses an other syntax but the main functionality is almost the same. Because Railo implements most of the <acronym title="Java Server Pages">JSP</acronym> interfaces, it is highly compatible to <acronym title="Java Server Pages">JSP</acronym> interfaces.</p>
<p><a rel="nofollow" title="Railo" target="_blank" href="http://www.railo.ch/en/index.cfm">http://www.railo.ch</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/railo-coldfusion-cfml-engine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IgniteFusion &#8211; A CFML Script Engine</title>
		<link>http://www.simonwhatley.co.uk/ignitefusion-coldfusion-cfml-engine</link>
		<comments>http://www.simonwhatley.co.uk/ignitefusion-coldfusion-cfml-engine#comments</comments>
		<pubDate>Wed, 19 Oct 2005 15:00:22 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[IgniteFusion]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=6</guid>
		<description><![CDATA[IgniteFusion is a ColdFusion compatible script engine that runs ColdFusion scripts.]]></description>
			<content:encoded><![CDATA[<p>IgniteFusion is a ColdFusion compatible script engine that runs ColdFusion scripts. In addition to Coldfusion <acronym title="ColdFusion Markup Language">CFML</acronym> compatibility IgniteFusion has functionality that extend Coldfusion.</p>
<p><a rel="nofollow" href="http://www.ignitefusion.com/">http://www.ignitefusion.com/</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/ignitefusion-coldfusion-cfml-engine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlueDragon &#8211; ColdFusion (CFML) Engine</title>
		<link>http://www.simonwhatley.co.uk/bluedragon-coldfusion-cfml-engine</link>
		<comments>http://www.simonwhatley.co.uk/bluedragon-coldfusion-cfml-engine#comments</comments>
		<pubDate>Wed, 19 Oct 2005 12:40:59 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[BD.NET]]></category>
		<category><![CDATA[BlueDragon]]></category>
		<category><![CDATA[BlueDragon Server]]></category>
		<category><![CDATA[built-in web server]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[ColdFusion Markup Language]]></category>
		<category><![CDATA[free web application platforms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[less closed technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[New Atlanta]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Scotland]]></category>
		<category><![CDATA[Scripting Engines]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[TagServlet Ltd]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Web technology industry standards]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=4</guid>
		<description><![CDATA[The BlueDragon Server family of Java-based servers (Server and Server JX) enables the stand-alone deployment of CFML. Both BlueDragon Server versions contain a built-in web server for development and testing, and each integrates with Microsoft IIS, Sun ONE/Netscape/iPlanet (JX only), and Apache web servers for deployment.]]></description>
			<content:encoded><![CDATA[<p>The BlueDragon Server family of Java-based servers (Server and Server JX) enables the stand-alone deployment of CFML. Both BlueDragon Server versions contain a built-in web server for development and testing, and each integrates with Microsoft IIS, Sun ONE/Netscape/iPlanet (JX only), and Apache web servers for deployment.</p>
<p>BlueDragon offers flexibility for the deployment of ColdFusion Markup Language (CFML) pages with native technology platform integration on the operating system, web server and database of your choice.</p>
<p><a rel="nofollow" href="http://www.newatlanta.com/products/bluedragon/index.cfm">http://www.newatlanta.com</a></p>
<p>BlueDragon is an alternative CFML engine comparable to Macromedia&#8217;s ColdFusion. It is exclusively licensed and distributed by New Atlanta from TagServlet Ltd based out of Scotland. ColdFusion is a proprietary technology based on Web technology industry standards, however, it is becoming a less closed technology through the availability of potentially competing products.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>New Atlanta&#8217;s BlueDragon product, released in 2002, provides a ColdFusion MX 6.x-compatible platform to run CFML-based applications on a variety of platforms ( Windows, Linux, Mac OS, and more). While ColdFusion MX 7 offers new features not available in BlueDragon, some new features in CFMX 7 have long been in BlueDragon (such as sourceless deployment, server-based deployment on OS X, and more.)</p>
<p>BlueDragon 6.2 is available in four editions: BlueDragon Server and Server JX (similar to ColdFusion Standalone editions), BlueDragon for J2EE Application Servers (BD/J2EE), and BlueDragon for the Microsoft .NET Framework (BD.NET).</p>
<p>The first two editions are standalone servers which run on Windows, Linux, and OS X. With BD/J2EE, CFML applications can be deployed on any J2EE server, enabling integration of CFML and J2EE as enabled in CFMX. BD.NET uniquely extends the .NET framework and IIS to permit deployment of CFML applications as native .NET web applications, offering integration between CFML and ASP.NET that&#8217;s not possible with CFMX.</p>
<p>The Server JX, J2EE, and .NET editions of BlueDragon are commercial products which are available as 30 day unlimited trials which convert to a single-IP developer edition with no expiration. Purchase and licensing information is available on the BlueDragon site.</p>
<p>The Server edition, on the other hand, is free for deployment (though not for hosting, redeployment, or (as of the 6.2 release) commercial use. Intended to gain favor with those comparing to other free web application platforms, there are no differences in CFML tags supported in the free Server edition, but it supports only ODBC drivers on Windows (and only MySQL or PostgreSQL on Linux and OS X), it supports only IIS on Windows or Apache on Linux/OS X, and does not support secured (SSL) connections.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>None of the limitations of the free Server edition exist in the commercial Server JX, J2EE, or .NET editions.</p>
<p>BlueDragon offers several advantages (tags, functions, and other functionality) not found in ColdFusion. Similarly, there are a few tags and functions found in ColdFusion that are not supported currently in BlueDragon. New Atlanta maintains a complete list of incompatibilities with Macromedia ColdFusion MX in the documentation.</p>
<p>The .NET edition of BlueDragon may indeed be the most compelling edition for many, since it&#8217;s something that ColdFusion MX does not support. Designed to run on Microsoft&#8217;s .NET platform, BD.NET not only enables CFML applications to leverage the powerful benefits of the .NET platform, it also opens the door to integration between CFML and ASP.NET as well as .NET objects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/bluedragon-coldfusion-cfml-engine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

