Cold Chicken » Information Systems http://smux.net/blog Tue, 30 Aug 2011 19:51:16 +0000 en hourly 1 http://wordpress.org/?v=3.2.1 Google Apps and IMAP http://smux.net/blog/2008/01/14/google-apps-and-imap/ http://smux.net/blog/2008/01/14/google-apps-and-imap/#comments Sun, 13 Jan 2008 23:26:41 +0000 Sena http://smux.net/blog/2008/01/14/google-apps-and-imap/ Finally, after a couple of months, the new Gmail interface was ported to Google Apps.

Right now, it’s not that great of a deal for me, since I was using Gmail through IMAP almost exclusively. And worst of all, with this “upgrade”, IMAP access is gone. I hope it’s just for a while.

]]>
http://smux.net/blog/2008/01/14/google-apps-and-imap/feed/ 0
Tomcat access logs http://smux.net/blog/2007/12/09/tomcat-access-logs/ http://smux.net/blog/2007/12/09/tomcat-access-logs/#comments Sat, 08 Dec 2007 23:16:41 +0000 Sena http://smux.net/blog/2007/12/09/tomcat-access-logs/ First of all, why does Tomcat take so long to shut down? It took almost three minutes just now… Funnily, it takes two and a half seconds to start up.

Anyway, I’ve finally found out how to  enable access logs on Tomcat, thanks to this page. Just add the following snippet in the correct section of the $TOMCAT_HOME/conf/server.xml file:

<Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs"  prefix="access_log." suffix=".txt"
    pattern="common" resolveHosts="false"/>

Restart Tomcat. It’s working.

]]>
http://smux.net/blog/2007/12/09/tomcat-access-logs/feed/ 3