<?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 - Configuration</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:31:37 +0200</pubDate>
<lastBuildDate>Fri, 12 Feb 2010 11:44: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>Cache (Reference) Part 3</title>
<link>http://www.railo.ch/blog/index.cfm/2010/2/12/Cache-Reference-Part-3</link>
<description>
&lt;style&gt;
._red{color:red;}
._title{font-family:&quot;Courier New&quot;, Courier, monospace;font-weight:bold}
&lt;/style&gt;
Before we begin the last part of the cache blog, let&apos;s do a little review.
&lt;br /&gt;&lt;br /&gt;
In the first part, I have shown how the cache is used as an object cache, how to create a cache and interact with it but not more.
The second part was on everything that is possible with the cache, and for what it can be used.
In the last part we want to see at some special cases and deliver the promised reference.
[More]
</description>
<category>Railo 3.1.2</category>
<category>Community</category>
<category>Configuration</category>
<category>CFML</category>
<category>cache</category>
<category>Reference</category>
<pubDate>Fri, 12 Feb 2010 11:44:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/2/12/Cache-Reference-Part-3</guid>
</item>
<item>
<title>Cache (Advanced) Part 2</title>
<link>http://www.railo.ch/blog/index.cfm/2010/1/26/Cache-Advanced-Part-2</link>
<description>
In the first part of the cache blog entry we looked at how we can use the cache directly without entering into great detail. Now let&apos;s have a look at what the cache is at capable of. Because it provides much more than just storing data.
[More]
</description>
<category>Railo 3.1.2</category>
<category>Extension</category>
<category>Configuration</category>
<category>CFML</category>
<category>Features</category>
<category>cache</category>
<pubDate>Tue, 26 Jan 2010 19:32:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2010/1/26/Cache-Advanced-Part-2</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>What&apos;s in a WEB-INF directory?</title>
<link>http://www.railo.ch/blog/index.cfm/2009/9/17/Whats-in-a-WEBINF-directory</link>
<description>
A question came up on the mailing list, &lt;a href=&quot;http://www.dougboude.com/blog/&quot;&gt;Doug Boude&lt;/a&gt; was asking for what all was actually in the WEB-INF/Railo folder and what is it used for? Gert took the time to &lt;a href=&quot;http://www.getrailo.org/index.cfm/documentation/configuration/&quot;&gt;write up some documentation and post it online&lt;/a&gt;. The documentation includes an &lt;a href=&quot;http://www.getrailo.org/index.cfm/documentation/configuration/&quot;&gt;explanation of web context&lt;/a&gt;, what&apos;s in the &lt;a href=&quot;http://www.getrailo.org/index.cfm/documentation/configuration/webinf-folder/&quot;&gt;WEB-INF folder&lt;/a&gt;, &lt;a href=&quot;http://www.getrailo.org/index.cfm/documentation/configuration/additional-files/&quot;&gt;additional files&lt;/a&gt; as well as some &lt;a href=&quot;http://www.getrailo.org/index.cfm/documentation/configuration/tips-and-tricks/&quot;&gt;tips and tricks&lt;/a&gt;.
</description>
<category>Tips</category>
<category>Configuration</category>
<category>Railo 3.1</category>
<pubDate>Thu, 17 Sep 2009 23:35:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/9/17/Whats-in-a-WEBINF-directory</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>Railo Resin Express</title>
<link>http://www.railo.ch/blog/index.cfm/2009/6/30/Railo-Resin-Express</link>
<description>
This blog entry relates to a certain request we had in the Railo Google mailing list regarding an express version with Resin instead of Jetty as the basic application server.
[More]
</description>
<category>Configuration</category>
<category>USB</category>
<category>Railo 3.1</category>
<pubDate>Tue, 30 Jun 2009 13:15:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/6/30/Railo-Resin-Express</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>
<item>
<title>Configuring Railo for the application server - Part 1</title>
<link>http://www.railo.ch/blog/index.cfm/2009/6/24/h2Configuring-Railo-for-the-application-server--Part-1h2</link>
<description>
Lately we had several basic questions about how to configure Railo with Resin. This blog entry describes the different options one
has when using Railo in a multi virtual host environment. The first part will explain the configuration of the Railo servlet.
[More]
</description>
<category>Railo 3.0</category>
<category>Configuration</category>
<category>Railo 3.1</category>
<pubDate>Wed, 24 Jun 2009 00:52:00 +0200</pubDate>
<guid>http://www.railo.ch/blog/index.cfm/2009/6/24/h2Configuring-Railo-for-the-application-server--Part-1h2</guid>
</item>
</channel></rss>