Installing Tomcat 6 on Snow Leopard
Snow Leopard comes with Java 6, so Tomcat installation wasn’t much of a problem. The procedure involved just downloading the Tomcat 6 binaries from the Tomcat download site, I downloaded the tar.gz portion of the Core packages. The next step steps were to copy the Tomcat package to the home folder (you can put it [...]
Notes on Apache Ant
A basic checklist before diving into Ant 1. Make sure that files inside /AntInstallDirectory/bin are on the PATH environment variable 2. Make sure that files inside /AntInstallDirectory/lib are part of the CLASSPATH environment variable. If you need instruction on how to set environment variables in Windows, go to this page, if you need instruction on [...]