<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<title>Railo Blog - HowTo</title>
<link>http://www.railo.ch/blog/index.cfm</link>
<description>The Railo development blog</description>
<language>de-de</language>
<pubDate>Tue, 07 Sep 2010 07:42:55 +0200</pubDate>
<lastBuildDate>Wed, 23 Jun 2010 01:15:00 +0200</lastBuildDate>
<generator>BlogCFC</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<managingEditor>contact@getrailo.org</managingEditor>
<webMaster>contact@getrailo.org</webMaster>
<itunes:subtitle></itunes:subtitle>
<itunes:summary></itunes:summary>
<itunes:category text="Technology" />
<itunes:category text="Technology">
<itunes:category text="Podcasting" />
</itunes:category>
<itunes:category text="Technology">
<itunes:category text="Tech News" />
</itunes:category>
<itunes:keywords></itunes:keywords>
<itunes:author></itunes:author>
<itunes:owner>
<itunes:email>contact@getrailo.org</itunes:email>
<itunes:name></itunes:name>
</itunes:owner>
<itunes:image href="" />
<image>
<url></url>
<title>Railo Blog</title>
<link>http://www.railo.ch/blog/index.cfm</link>
</image>
<itunes:explicit>no</itunes:explicit>
<item>
<title>Barcode Generation with Railo</title>
<link>http://www.railo.ch/blog/index.cfm/2010/6/23/Barcode-Generation-with-Railo</link>
<description>
&lt;p&gt;In a previous blog post, I mentioned that &lt;a href=&quot;http://www.railo.ch/blog/index.cfm/2010/1/15/Railo-Tip-CreateObjectjava&quot;&gt;createObject() has a 3rd / 4th argument&lt;/a&gt; negates the need to use &lt;a href=&quot;http://javaloader.riaforge.org/&quot;&gt;Javaloader&lt;/a&gt;. Some questions have come up on the &lt;a href=&quot;http://groups.google.com/group/railo&quot;&gt;Railo mailing list&lt;/a&gt; and I thought I&apos;d attach 2 working examples (&lt;a href=&quot;http://railo.ch/blog/enclosures/barcode_samples.zip&quot;&gt;barcode_samples.zip&lt;/a&gt;). One is using the &lt;a href=&quot;http://sourceforge.net/projects/barbecue/files/barbecue/1.5-beta1/barbecue-1.5-beta1.zip/download&quot;&gt;Barbeque library&lt;/a&gt; found on Sourceforge, the other is using &lt;a href=&quot;http://code.google.com/p/zxing/&quot;&gt;Google&apos;s zxing library&lt;/a&gt;. Remember, with a little creativity and expanding these samples, this type of code can be baked into Railo natively (&lt;em&gt;e.g.&lt;/em&gt;: &amp;lt;cfbarcode&amp;gt;) today by placing the code in special directories (&lt;a href=&quot;http://www.railo.ch/blog/index.cfm/2009/7/23/Railo-31-Building-your-own-BuiltInFunction&quot;&gt;Functions&lt;/a&gt; / &lt;a href=&quot;http://www.railo.ch/blog/index.cfm/2009/9/11/CFC-Custom-Tag-Example&quot;&gt;Tags&lt;/a&gt;).&lt;/p&gt;&lt;p&gt;Special thanks to &lt;a href=&quot;http://cfsearching.blogspot.com/&quot;&gt;Leigh&apos;s (cfsearching)&lt;/a&gt; excellent blog for some example legwork in barcode generation.&lt;/p&gt;
</description>
<category>Tips</category>
<category>HowTo</category>
<pubDate>Wed, 23 Jun 2010 01:15:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/6/23/Barcode-Generation-with-Railo</guid>
</item>
<item>
<title>Create a scheduled task that runs every minute in Railo</title>
<link>http://www.railo.ch/blog/index.cfm/2010/3/8/Create-a-scheduled-task-that-runs-every-minute-in-Railo</link>
<description>
&lt;p&gt;So, this is probably confusing to some and I thought I&apos;d try to clear this up. It&apos;s possible to setup Railo to run a task every x &lt;em&gt;hour&lt;/em&gt;, &lt;em&gt;minute&lt;/em&gt; and/or even &lt;em&gt;seconds&lt;/em&gt;. You&apos;ll want to log into your machine and go to the Scheduled Task page ( e.g.: &lt;em&gt;http://{your server}/railo-context/admin/web.cfm?action=services.schedule&lt;/em&gt; )&lt;/p&gt;
[More]
</description>
<category>Tips</category>
<category>HowTo</category>
<pubDate>Mon, 08 Mar 2010 19:51:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/3/8/Create-a-scheduled-task-that-runs-every-minute-in-Railo</guid>
</item>
<item>
<title>Creating your own Railo Extension Provider</title>
<link>http://www.railo.ch/blog/index.cfm/2010/1/26/Creating-your-own-Railo-Extension-Provider</link>
<description>
&lt;p&gt;It is long overdue, but a tutorial on how to create your own &lt;a href=&quot;http://wiki.getrailo.org/wiki/Tutorial:Extension_Provider&quot;&gt;Railo extension provider&lt;/a&gt; is now available on the wiki. Why would you ever want to build your own extension provider? Perhaps you are a framework developer and you want to provide your users running Railo a &apos;one-click&apos; installation / update. Perhaps you are managing several Railo servers and you want your internal servers to update to your the latest application / custom cfc / built-in-tags/functions, etc.&lt;/p&gt;
&lt;p&gt;If you&apos;re unfamiliar with what Railo extensions are, they&apos;re essentially plug-ins that are available via the Railo team or with the help of the tutorial, you can create your own. If you want to see Railo extensions in action, you can log into your own web context ( http://{YOUR SERVER}/railo-context/admin/web.cfm?action=extension.applications ) and Railo will instantly download and install the many available frameworks (ColdBox, Fusebox, Model Glue, ColdSpring, Mach II, cfwheels, etc.) and applications ( Farcry, Mura, Galleon, Mangoblog, etc).&lt;/p&gt;&lt;p&gt;The Railo team also offers &lt;a href=&quot;http://www.getrailo.com/index.cfm/products/railo-extensions/extensions/&quot;&gt;paid extensions&lt;/a&gt; (Amazon S3, cluster scope, admin sync, cfvideo and more) via the server context ( http://{YOUR SERVER}/railo-context/admin/server.cfm?action=extension.applications ).&lt;/p&gt;
</description>
<category>Extension</category>
<category>HowTo</category>
<pubDate>Tue, 26 Jan 2010 17:05:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/1/26/Creating-your-own-Railo-Extension-Provider</guid>
</item>
<item>
<title>Cache (Basic) Part 1</title>
<link>http://www.railo.ch/blog/index.cfm/2010/1/22/Cache-Basic-Part-1</link>
<description>
Since version 3.1.2 Railo supports the possibility of using a cache. This blog entry will go into the details of this feature.
The blog is divided into 3 parts, the first part will deal with the base functionality, the second part show how the cache is used in backend and the last part takes care of specialties when using the cache and shows a reference.
&lt;br&gt;&lt;br&gt;
[More]
</description>
<category>Railo 3.1.2</category>
<category>Configuration</category>
<category>HowTo</category>
<category>CFML</category>
<category>Features</category>
<category>cache</category>
<category>New release</category>
<pubDate>Fri, 22 Jan 2010 17:48:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/1/22/Cache-Basic-Part-1</guid>
</item>
<item>
<title>Resetting password for the Railo admin</title>
<link>http://www.railo.ch/blog/index.cfm/2009/12/8/Resetting-password-for-the-Railo-admin</link>
<description>
&lt;p&gt;A question came up on the mailing list about how to reset passwords if you&apos;ve forgotten them. This entry will cover both the server context and the local web context.&lt;/p&gt;
&lt;h3&gt;Server Context (e.g. http://{hostname}/railo-context/admin/server.cfm )&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;You&apos;ll want to open up the railo-server.xml in your &lt;em&gt;{railo installation}/railo-server/context/&lt;/em&gt; directory.&lt;/li&gt;&lt;li&gt;Look for the line that has &quot;&amp;lt;railo-configuration&quot; and blank out the value of password=&quot;&quot;.&lt;/li&gt;&lt;li&gt;Restart the railo instance and when you reload, you&apos;ll be asked for a new password.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;Local Web Context (e.g. http://{hostname}/railo-context/admin/web.cfm )&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;If you&apos;ve forgotten the password for a local web context, you&apos;ll want to make sure you have a default password first.&lt;ul&gt;&lt;li&gt;Log into http://{hostname}/railo-context/admin/server.cfm?action=security.password - Look for &quot;Set default password&quot; and set it.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Open up {host root}/WEB-INF/railo/railo-web.xml.cfm&lt;/li&gt;&lt;li&gt;Look for the line that has &quot;&amp;lt;railo-configuration&quot; and blank out the value of password=&quot;&quot;.&lt;/li&gt;&lt;li&gt;Restart the railo instance and when you reload, you can type in the default password.&lt;/li&gt;&lt;li&gt;Once inside the local web admin, you can click on password on the sidebar and change that local web context password.&lt;/li&gt;&lt;/ol&gt;
&lt;h2&gt;Update (Dec 8th, 2009)&lt;/h2&gt;
&lt;p&gt;Heh. Shortly after this post, Micha pinged me as to why I didn&apos;t just point people to the password reset option in the server context. Truth be told, I forgot about it. Scroll all the way down to the bottom of &lt;em&gt;http://{hostname}/railo-context/admin/server.cfm?action=security.password&lt;/em&gt; and you&apos;ll see this:&lt;br /&gt;
&lt;img src=&quot;http://railo.ch/blog/images/reset_password.png&quot; alt=&quot;Reset Password&quot;&gt; - That will reset the password back to the default.&lt;/p&gt;
</description>
<category>Tips</category>
<category>HowTo</category>
<pubDate>Tue, 08 Dec 2009 19:44:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/12/8/Resetting-password-for-the-Railo-admin</guid>
</item>
<item>
<title>Railo and Tomcat installation</title>
<link>http://www.railo.ch/blog/index.cfm/2009/12/1/Railo-and-Tomcat-installation</link>
<description>
A Railo user just pointed out that we don&apos;t have links to my series of blog posts about installing Railo on Tomcat anywhere on the Railo site or blog so I figured I&apos;d rectify that! I started the series in March (before I joined Railo) and continued through June, beginning with the simplest way to get Railo running (Railo Express) and working up through increasingly sophisticated configurations. Here are links to each of the posts:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://corfield.org/entry/Railo_for_Dummies_Part_I&quot;&gt;Part I&lt;/a&gt; - Railo Express (w/Jetty)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://corfield.org/entry/Railo_for_Dummies_Part_II&quot;&gt;Part II&lt;/a&gt; - Railo Express (w/Jetty) - Windows&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://corfield.org/entry/Railo_for_Dummies_Part_III&quot;&gt;Part III&lt;/a&gt; - Railo on Tomcat - basic setup&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://corfield.org/entry/Railo_for_Dummies_Part_IV&quot;&gt;Part IV&lt;/a&gt; - Railo on Tomcat with Apache&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://corfield.org/entry/Railo_for_Dummies_Part_IV_Appendix&quot;&gt;Part IV - Appendix&lt;/a&gt; - Adding mod_rewrite to the mix&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://corfield.org/entry/Quick_Tip_Railo_on_Tomcat&quot;&gt;Tomcat Tips&lt;/a&gt; - Enabling directory listing&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://corfield.org/entry/Railo_on_Tomcat__multiweb&quot;&gt;Multi-Web Configuration&lt;/a&gt; - Railo on Tomcat with automatic deployment of Railo to new web roots&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://corfield.org/entry/Railo_for_Dummies_Part_V&quot;&gt;Part V&lt;/a&gt; - Enabling SES URLs on Tomcat&lt;/li&gt;
&lt;/ul&gt;
Most of the posts are for Mac OS X but the Apache/Tomcat configuration applies on Windows just the same.
</description>
<category>Tips</category>
<category>HowTo</category>
<pubDate>Tue, 01 Dec 2009 22:24:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/12/1/Railo-and-Tomcat-installation</guid>
</item>
<item>
<title>[Video] Updating Railo</title>
<link>http://www.railo.ch/blog/index.cfm/2009/11/17/Video--Updating-Railo</link>
<description>
&lt;p&gt;Probably one of my favorite features about Railo is the ability to update Railo immediately from the server context. Forget about applying patch after patch. Just update the server. &lt;a href=&quot;http://blog.kukiel.net/&quot;&gt;Paul Kukiel&lt;/a&gt; recently &lt;a href=&quot;http://twitter.com/paulkukiel/statuses/5781898052&quot;&gt;tweeted&lt;/a&gt; a link that included a Jing Flash Video to demonstrate it. Thanks to Paul for letting me grab/host a copy here on the Railo blog.&lt;/p&gt;
[More]
</description>
<category>HowTo</category>
<category>Railo 3.1</category>
<category>Flash</category>
<pubDate>Tue, 17 Nov 2009 17:38:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/11/17/Video--Updating-Railo</guid>
</item>
<item>
<title>CFC Custom Tag Example</title>
<link>http://www.railo.ch/blog/index.cfm/2009/9/11/CFC-Custom-Tag-Example</link>
<description>
&lt;p&gt;This post was inspired by &lt;a href=&quot;http://www.coldfusionjedi.com/&quot;&gt;Raymond Camden&lt;/a&gt; recent blog post about &lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm/2009/9/10/Yahoo-Query-Language&quot;&gt;Yahoo Query Language (YQL)&lt;/a&gt;. Back in June 2009, Michael Offner-Streit blogged about how to create &lt;a href=&quot;http://www.railo.ch/blog/index.cfm/2009/6/12/CFCbased-Custom-Tags-by-Example--Part-3&quot;&gt;CFC Custom Tags&lt;/a&gt;. So, I thought I&apos;d do a little experimenting with this idea and convert Ray Camden&apos;s custom tag (cfm) over to a custom tag (cfc) that Railo enables you to use.&lt;/p&gt;
[More]
</description>
<category>HowTo</category>
<category>CFML</category>
<pubDate>Fri, 11 Sep 2009 04:20:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/9/11/CFC-Custom-Tag-Example</guid>
</item>
<item>
<title>Updating Railo behind Proxy / Firewall</title>
<link>http://www.railo.ch/blog/index.cfm/2009/8/27/Updating-Railo-behind-Proxy--Firewall</link>
<description>
&lt;p&gt;If you&apos;re attempting to update your Railo server and you&apos;re behind a firewall / proxy with restricted outbound access, you can manually download the patch and install yourself.&lt;/p&gt;&lt;p&gt;The patches can always be found at:&lt;br /&gt;http://www.getrailo.org/railo/remote/download/{full patch number}/{full patch number}.rc&lt;/p&gt;&lt;p&gt;So, for example, 3.1.1 is found at:&lt;br /&gt;http://www.getrailo.org/railo/remote/download/3.1.1.000/3.1.1.000.rc&lt;/p&gt;&lt;h3&gt;Now, once you have the .rc file downloaded, what do you do with it?&lt;/h3&gt;&lt;p&gt;Depending on how your Railo is setup, you&apos;re looking the /railo-server/patches folder. In resin, it can be found {resin install}/lib/railo-server/patches -- So, if you&apos;re on a different JEE engine other than Resin, just look around for your /railo-server/patches folder and drop it in place. Once in place, restart the Railo instance in the server context ( http://{hostname}/railo-context/admin/server.cfm ). This will drop your current session and you&apos;ll have to re-log in. When you do, you should be patched!&lt;/p&gt;
</description>
<category>Tips</category>
<category>HowTo</category>
<pubDate>Thu, 27 Aug 2009 18:54:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/8/27/Updating-Railo-behind-Proxy--Firewall</guid>
</item>
<item>
<title>Ubuntu 9.04, Tomcat 6 and Railo</title>
<link>http://www.railo.ch/blog/index.cfm/2009/8/26/Ubuntu-704-Tomcat-6-and-Railo</link>
<description>
Update: As Jamie Krug pointed out in a comment, I meant 9.04... See my response to him in the comments below!
&lt;hr /&gt;
Today I was asked to try installing Railo on Tomcat 6 on Ubuntu because it doesn&apos;t work out of the box. I normally use CentOS for Linux testing so I went ahead and &lt;a href=&quot;http://www.ubuntu.com/getubuntu/download-server&quot;&gt;downloaded the Ubuntu 9.04 Server 64-bit ISO&lt;/a&gt; and fired up VMWare Fusion to install it on a new VM. It&apos;s a pretty slick (if DOS-like) installer and you can install LAMP and Tomcat 6 directly as part of the initial setup which I did. Soon I had a running Ubuntu server with MySQL, PHP and Tomcat 6 all ticking along.
[More]
</description>
<category>Linux</category>
<category>HowTo</category>
<category>Railo 3.1</category>
<pubDate>Wed, 26 Aug 2009 03:12:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/8/26/Ubuntu-704-Tomcat-6-and-Railo</guid>
</item>
<item>
<title>Always something new to find in Railo</title>
<link>http://www.railo.ch/blog/index.cfm/2009/8/20/Always-something-new-to-find-in-Railo</link>
<description>
Even for myself this was absolutely stunning. I decided to write a series of tips for Railo and by doing this I stumbled across a problem Andrea Campolonghi had, who writes the Railo AJAX tag extensions we will include very soon. The problem was or is that he needed to read the content of a zip file that is inside another zip archive. Now how to do that without unzipping it into a local folder.
[More]
</description>
<category>Tips</category>
<category>Extension</category>
<category>HowTo</category>
<category>Railo 3.1</category>
<pubDate>Thu, 20 Aug 2009 16:00:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/8/20/Always-something-new-to-find-in-Railo</guid>
</item>
<item>
<title>Upgrading the JRE used in Railo</title>
<link>http://www.railo.ch/blog/index.cfm/2009/8/4/Upgrading-the-JRE-used-in-Railo</link>
<description>
When you install Railo, the default JRE that comes with it is 1.6.0_01. So you might want to upgrade it
some when.
[More]
</description>
<category>Configuration</category>
<category>HowTo</category>
<category>Performance</category>
<category>Railo 3.1</category>
<pubDate>Tue, 04 Aug 2009 15:02:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/8/4/Upgrading-the-JRE-used-in-Railo</guid>
</item>
<item>
<title>Running Railo 3.1 from a CD</title>
<link>http://www.railo.ch/blog/index.cfm/2009/7/26/Running-Railo-31-from-a-CD</link>
<description>
A while ago on the getRailo&lt;em&gt;.org&lt;/em&gt; community mailing list, there was a request to setup a &quot;Resin Express&quot; because Railo Express that we currently package uses Jetty and the Pretty URL support in Jetty is nill. A few days later, Gert put together and provided a download for &lt;a href=&quot;http://www.railo.ch/blog/index.cfm/2009/6/30/Railo-Resin-Express&quot;&gt;Railo-Resin Express&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Pierre-Olivier Chassay was recently wanting to put Railo on a CD with a functional database. I pointed him at Gert&apos;s post and he gave it a shot. He blogged his experience his effort getting &lt;a href=&quot;http://po.chassay.net/blog/post.cfm/how-to-start-railo-from-a-cd&quot;&gt;Railo on a CD&lt;/a&gt; as well as getting the &lt;a href=&quot;http://po.chassay.net/blog/post.cfm/how-to-start-railo-from-with-a-cd-and-a-h2-database&quot;&gt;H2 Database&lt;/a&gt; working as well. Thanks Pierre-Olivier for sharing this information!
</description>
<category>Community</category>
<category>HowTo</category>
<pubDate>Sun, 26 Jul 2009 16:09:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/7/26/Running-Railo-31-from-a-CD</guid>
</item>
<item>
<title>Railo 3.1: Building your own Built-In-Function</title>
<link>http://www.railo.ch/blog/index.cfm/2009/7/23/Railo-31-Building-your-own-BuiltInFunction</link>
<description>
&lt;p&gt;Ever wish you could just install a frequently used &lt;abbr title=&quot;User Defined Function&quot;&gt;UDF&lt;/abbr&gt; to the server since you use it so much? Take any of the numerous UDFs found at &lt;a href=&quot;http://www.cflib.org/&quot;&gt;CFLib.org&lt;/a&gt; for example. How about... &lt;a href=&quot;http://www.cflib.org/udf/QueryRowToStruct&quot;&gt;QueryRowToStruct()&lt;/a&gt;? That&apos;s a pretty useful function. Wonder why they didn&apos;t build this in? With Railo 3.1 RC, you can build this in yourself. With this blog post, I&apos;m going to outline two different installation concepts, server wide and local context.&lt;/p&gt;
&lt;p&gt;First, server wide:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Click on the &quot;&lt;a href=&quot;http://www.cflib.org/udfdownload/358&quot;&gt;Download&lt;/a&gt;&quot; link on QueryRowToStruct and you&apos;ll be prompted to download QueryRowToStruct.cfm&lt;/li&gt;&lt;li&gt;For server wide installation, you&apos;ll want to put this in the following directory: &lt;pre style=&quot;display: inline-block;&quot;&gt;{railo installation directory}/lib/railo-server/context/library/function/&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;Restart the server (I had to, I&apos;m going to verify if this step is really necessary or if it can be fixed :) )&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Once installed, I shouldn&apos;t have to cfinclude or copy/paste that function anywhere. I can create a test.cfm in my localhost and run the example code on &lt;a href=&quot;http://www.cflib.org/udf/QueryRowToStruct&quot;&gt;QueryRowToStruct&lt;/a&gt; description page.&lt;/p&gt;&lt;p&gt;Now, you may be in a particular situation where you can&apos;t have this server-wide because you share the server with other people or because there&apos;s a conflict. You could just install it to your local context. Each virtual host you make should have its own WEB-INF directory, so you have a global admin and a local admin.&lt;/p&gt;&lt;p&gt;You would repeat all of the steps above, except for #2, you&apos;ll want to install this here instead: &lt;pre style=&quot;display: inline-block;&quot;&gt;{your website root directory}/WEB-INF/railo/library/function/&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;Remember, you don&apos;t have to use anything specific from CFLib.org. You can write your own user defined function or install the one that you frequently use. I bet this makes you wonder if Railo 3.1 could give you the ability to create your own Built-In-Tag? ;) You &lt;a href=&quot;http://www.railo.ch/blog/index.cfm/2009/6/12/CFCbased-Custom-Tags-by-Example--Part-3&quot;&gt;can&lt;/a&gt; and there&apos;s been some changes, so I plan on investigating and outlining in a new blog post. If you want to see if you can figure it out for yourself, you can use Andrea Campolonghi&apos;s &lt;a href=&quot;http://www.assembla.com/wiki/show/railoAjaxProxy/CfAjaxProxy&quot;&gt;&amp;lt;cfajaxproxy&amp;gt; as a great example&lt;/a&gt;. This example includes installation directions and will only work on Railo 3.1.020 build or higher.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; The resin webserver doesn&apos;t need to be restarted, but the Railo servlet engine does. You can do this one of two ways, log into the admin portal and click Restart or via code: &amp;lt;cfadmin action=&quot;restart&quot; type=&quot;server&quot; password=&quot;serverPassword&quot;&amp;gt;&lt;/p&gt;
</description>
<category>HowTo</category>
<category>CFML</category>
<category>Railo 3.1</category>
<pubDate>Thu, 23 Jul 2009 14:19:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/7/23/Railo-31-Building-your-own-BuiltInFunction</guid>
</item>
<item>
<title>Configuring Railo for the application server - Part 2</title>
<link>http://www.railo.ch/blog/index.cfm/2009/6/26/Configuring-Railo-for-the-application-server--Part-2</link>
<description>
I am Continuing my blog related to the config settings in Resin and I would like to complete the explanation about the &lt;i&gt;app-default.xml&lt;/i&gt; file and discuss the resin.conf file.
[More]
</description>
<category>Configuration</category>
<category>HowTo</category>
<category>Railo 3.1</category>
<pubDate>Fri, 26 Jun 2009 17:46:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/6/26/Configuring-Railo-for-the-application-server--Part-2</guid>
</item>
</channel></rss>