<?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>ColdFusion Muse - Railo</title>
			<link>https://coldfusionmuse.com/index.cfm</link>
			<description>Musings and Other Things from CF Guru Mark Kruger</description>
			<language>en-us</language>
			<pubDate>Tue, 09 Jun 2026 01:06:26 -0500</pubDate>
			<lastBuildDate>Fri, 12 Aug 2011 12:11:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>mkruger@cfwebtools.com</managingEditor>
			<webMaster>mkruger@cfwebtools.com</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>mkruger@cfwebtools.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>ColdFusion Muse</title>
				<link>https://coldfusionmuse.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Copious File-not-found Errors on Railo/Resin</title>
				<link>https://coldfusionmuse.com/index.cfm/2011/8/12/railo-file-note-found-jvm-default-log</link>
				<description>
				
				&lt;p&gt; 
	Periodically I like to peruse log files for common errors (call it a hobby). When I find an error that appears to be reoccurring again and again I go hunting for ways to fix it (if it is truly an issue), or suppress it if it&apos;s something irrelevant that is cluttering up the log. Yes I know - it&apos;s magic being around with me at times. 
&lt;/p&gt;
&lt;p&gt;
Recently we acquired a Railo server with a 25 or 30 of sites on it running a moderate amount of traffic. I had experimented with Railo before but I&apos;m still feeling my way along. This particular Railo server was version 3.2.2 running on Resin. One of the logs I discovered was a JVM default &quot;out&quot; log in the Resin/log directory (jvm-default.log).  Taking a peak I noticed long lists of &quot;file not found&quot; exceptions that looked like this:

&lt;pre style=&quot;font-family: courier new; font-size:8px; margin-top:10px; margin-bottom: 10px;&quot;&gt;
Page /sitename/index.cfm 
	[C:\data\Applications\resin\webapps\ROOT\sitename\index.cfm] not found
&lt;/pre&gt;

...where of course the &quot;sitename&quot; was an actual site on the server. They appeared to occur in bursts and it did not seem to be related to a particular site (although busier sites were more well represented). In every case the error referenced /webapps/ROOT but a quick look at that disk location made it evident that indeed no web apps were deployed there. Hmmm.... what gives? I turned to the Railo Google group.  Luckily Railo Guru &lt;a href=&quot;http://www.web-rat.com/blog/&quot;&gt;Todd Rafferty&lt;/a&gt; of web-rat fame hangs out in there and he asked me to send him my resin.conf file.  I sent it to him and he returned a solution lickety split. But to explain the solution you might need some background.
&lt;/p&gt;  [More]
				</description>
				
				<category>Railo</category>				
				
				<pubDate>Fri, 12 Aug 2011 12:11:00 -0500</pubDate>
				<guid>https://coldfusionmuse.com/index.cfm/2011/8/12/railo-file-note-found-jvm-default-log</guid>
				
				
			</item>
			</channel></rss>