Archive for the ‘Development’ Category
In the process of upgrading my dev environment to OS X Lion I discovered that Tomcat failed to start up correctly. I discovered the following in the log files: 2011-08-15 18:06:24,605 [] INFO o.a.catalina.core.StandardEngine – Starting Servlet Engine: Apache Tomcat/6.0.32 2011-08-15 18:06:24,606 [] INFO o.a.catalina.ha.tcp.SimpleTcpCluster – Cluster is about to start 2011-08-15 18:06:24,650 [] INFO [...]
Last year I migrated a large CVS repository over to Subversion. One of the issues I missed during the migration was that unlike CVS, Subversion did not automatically set new files to expand keywords such as $Id$ to the very useful string: $Id: MySpecialClass.java 12234 2004-05-21 00:23:08Z derek $ I did some research into the [...]
http://www.cs.usfca.edu/~parrt/course/601/lectures/unix.util.html Here’s a very useful set of instructions that every developer that deploys on unix/linux should know. “If you want to be a serious server developer, you will need to have a certain facility with a number of UNIX tools; about 15. You will start to see similarities among them, particularly regular expressions, and soon [...]