<?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>Cold Chicken &#187; Information Systems</title>
	<atom:link href="http://smux.net/blog/category/information-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://smux.net/blog</link>
	<description></description>
	<lastBuildDate>Fri, 26 Feb 2010 03:51:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google Apps and IMAP</title>
		<link>http://smux.net/blog/2008/01/14/google-apps-and-imap/</link>
		<comments>http://smux.net/blog/2008/01/14/google-apps-and-imap/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 23:26:41 +0000</pubDate>
		<dc:creator>Sena</dc:creator>
				<category><![CDATA[Information Systems]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://smux.net/blog/2008/01/14/google-apps-and-imap/</guid>
		<description><![CDATA[Finally, after a couple of months, the new Gmail interface was ported to Google Apps. Right now, it&#8217;s not that great of a deal for me, since I was using Gmail through IMAP almost exclusively. And worst of all, with this &#8220;upgrade&#8221;, IMAP access is gone. I hope it&#8217;s just for a while.]]></description>
			<content:encoded><![CDATA[<p>Finally, after a couple of months, the new <a href="http://mail.google.com/mail/" title="Gmail">Gmail</a> interface was ported to <a href="https://www.google.com/a/help/intl/en/admins/editions.html" title="Google Apps">Google Apps</a>.</p>
<p>Right now, it&#8217;s not that great of a deal for me, since I was using Gmail through IMAP almost exclusively. And worst of all, with this &#8220;upgrade&#8221;, IMAP access is gone. I hope it&#8217;s just for a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://smux.net/blog/2008/01/14/google-apps-and-imap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat access logs</title>
		<link>http://smux.net/blog/2007/12/09/tomcat-access-logs/</link>
		<comments>http://smux.net/blog/2007/12/09/tomcat-access-logs/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 23:16:41 +0000</pubDate>
		<dc:creator>Sena</dc:creator>
				<category><![CDATA[Information Systems]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://smux.net/blog/2007/12/09/tomcat-access-logs/</guid>
		<description><![CDATA[First of all, why does Tomcat take so long to shut down? It took almost three minutes just now&#8230; Funnily, it takes two and a half seconds to start up. Anyway, I&#8217;ve finally found out how to  enable access logs on Tomcat, thanks to this page. Just add the following snippet in the correct section [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, why does Tomcat take so long to shut down? It took almost three minutes just now&#8230; Funnily, it takes two and a half seconds to start up.</p>
<p>Anyway, I&#8217;ve finally found out how to  enable access logs on Tomcat, thanks to <a href="http://www.esus.com/docs/GetQuestionPage.jsp?uid=1630" title="How do I change the directory where the Tomcat access log files are written?">this page</a>. Just add the following snippet in the correct section of the <code>$TOMCAT_HOME/conf/server.xml</code> file:</p>
<p><code>&lt;Valve className="org.apache.catalina.valves.AccessLogValve"<br />
&nbsp;&nbsp;&nbsp;&nbsp;directory="logs"  prefix="access_log." suffix=".txt"<br />
&nbsp;&nbsp;&nbsp;&nbsp;pattern="common" resolveHosts="false"/&gt;</code></p>
<p>Restart Tomcat. It&#8217;s working.</p>
]]></content:encoded>
			<wfw:commentRss>http://smux.net/blog/2007/12/09/tomcat-access-logs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
