<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Grails 1.1 logging</title>
	<atom:link href="http://haxx.sinequanon.net/2009/03/grails-11-logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://haxx.sinequanon.net/2009/03/grails-11-logging/</link>
	<description></description>
	<pubDate>Sun, 05 Sep 2010 03:12:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jja</title>
		<link>http://haxx.sinequanon.net/2009/03/grails-11-logging/comment-page-1/#comment-697</link>
		<dc:creator>jja</dc:creator>
		<pubDate>Mon, 26 Apr 2010 20:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://haxx.sinequanon.net/?p=166#comment-697</guid>
		<description>@Edwardo: catalina.base is originally set in the Tomcat startup script catalina.sh or catalina.bat via a -D argument to the java executable. Sorry for the delay in replying.</description>
		<content:encoded><![CDATA[<p>@Edwardo: catalina.base is originally set in the Tomcat startup script catalina.sh or catalina.bat via a -D argument to the java executable. Sorry for the delay in replying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwardo</title>
		<link>http://haxx.sinequanon.net/2009/03/grails-11-logging/comment-page-1/#comment-696</link>
		<dc:creator>Edwardo</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://haxx.sinequanon.net/?p=166#comment-696</guid>
		<description>Is there a way to set the catalina.base automatically?  I get null when i do getProperty.  I know I can set it in a shell window with export.  Is there another alternative location to place the log files?</description>
		<content:encoded><![CDATA[<p>Is there a way to set the catalina.base automatically?  I get null when i do getProperty.  I know I can set it in a shell window with export.  Is there another alternative location to place the log files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Alexandrow</title>
		<link>http://haxx.sinequanon.net/2009/03/grails-11-logging/comment-page-1/#comment-695</link>
		<dc:creator>Paul Alexandrow</dc:creator>
		<pubDate>Tue, 26 Jan 2010 09:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://haxx.sinequanon.net/?p=166#comment-695</guid>
		<description>Thank you! This saved my day.</description>
		<content:encoded><![CDATA[<p>Thank you! This saved my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conrad Bruchmann</title>
		<link>http://haxx.sinequanon.net/2009/03/grails-11-logging/comment-page-1/#comment-691</link>
		<dc:creator>Conrad Bruchmann</dc:creator>
		<pubDate>Tue, 10 Nov 2009 09:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://haxx.sinequanon.net/?p=166#comment-691</guid>
		<description>Thank you very much. I had a lot of issues with log4j before. With your description everything runs fine!

Best regards,
Conrad</description>
		<content:encoded><![CDATA[<p>Thank you very much. I had a lot of issues with log4j before. With your description everything runs fine!</p>
<p>Best regards,<br />
Conrad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://haxx.sinequanon.net/2009/03/grails-11-logging/comment-page-1/#comment-683</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://haxx.sinequanon.net/?p=166#comment-683</guid>
		<description>Thanks so much for this.

The 'log4jdsl.txt' got my logging up and running and then I was able to fix my problem in no time.

Not sure why they like to keep us guessing in the dark for hours on end though. It's not exactly how I planned to spend my bank holiday!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this.</p>
<p>The &#8216;log4jdsl.txt&#8217; got my logging up and running and then I was able to fix my problem in no time.</p>
<p>Not sure why they like to keep us guessing in the dark for hours on end though. It&#8217;s not exactly how I planned to spend my bank holiday!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter</title>
		<link>http://haxx.sinequanon.net/2009/03/grails-11-logging/comment-page-1/#comment-682</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Wed, 22 Jul 2009 13:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://haxx.sinequanon.net/?p=166#comment-682</guid>
		<description>Thanks, this helped me get my logs in Tomcat!</description>
		<content:encoded><![CDATA[<p>Thanks, this helped me get my logs in Tomcat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jja</title>
		<link>http://haxx.sinequanon.net/2009/03/grails-11-logging/comment-page-1/#comment-680</link>
		<dc:creator>jja</dc:creator>
		<pubDate>Mon, 13 Jul 2009 22:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://haxx.sinequanon.net/?p=166#comment-680</guid>
		<description>The 404 error is suspicious - perhaps that's not a logging issue, but your basic installation is not working at all. Is it *really* deployed properly in Tomcat? Are you running the manager webapp and does it show your app as running? Is it an issue with communication between Apache httpd (webserver) and Tomcat? And the first question really is: does your app work in grails dev mode? i.e. running from the command line like "grails run-app"</description>
		<content:encoded><![CDATA[<p>The 404 error is suspicious - perhaps that&#8217;s not a logging issue, but your basic installation is not working at all. Is it *really* deployed properly in Tomcat? Are you running the manager webapp and does it show your app as running? Is it an issue with communication between Apache httpd (webserver) and Tomcat? And the first question really is: does your app work in grails dev mode? i.e. running from the command line like &#8220;grails run-app&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://haxx.sinequanon.net/2009/03/grails-11-logging/comment-page-1/#comment-679</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 13 Jul 2009 10:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://haxx.sinequanon.net/?p=166#comment-679</guid>
		<description>Hi,

I have tried exactly the same thing but it does not work. When I deploy on tomcat. tomcat says all is fine etc but I cannot find any logs. Also when I try to access my app through tomcat I get a 404 error.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried exactly the same thing but it does not work. When I deploy on tomcat. tomcat says all is fine etc but I cannot find any logs. Also when I try to access my app through tomcat I get a 404 error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
