Sakibul Hasan
Dont be a Pithagorian, be for others
Monthly Archives: July 2010
Install Apache Ant on Mac OS X
Posted by on July 30, 2010
Do the following steps to install Ant on your Mac OS X: Get the latest version of Apache Ant (binary distribution) from its official website (example link) Unzip the binary distribution and rename the folder to “ant” move the folder to “/usr/local”. terminal commands: mv ant /usr/local create a link of that folder after going [...]
Install Tomcat on Mac OS X
Posted by on July 30, 2010
Tomcat needs Java to be installed as a prerequisite. But Mac OS X has Java by default. So, we need not to install Java again in Mac OS X. Just do the following steps to install tomcat in your Mac OS X. Get the binary version of tomcat from the official site of Tomcat (example [...]