Introduction
I have been using Tomcat on and off for the last 10 years. It is a great application server with respect to easy use and functionality. As I am developping an AngularJS project, I decided to use Tomcat as my server platform. This blog is to describe how to install the newly available Tomcat on MacOS.
Currently I am using OSX 10.9.5, as show in the figure below
Downlaod
The download site is at http://tomcat.apache.org/download-80.cgi
After download, you should verify MD5 signature by:1 2 | [/Users/Gary2013/Tomcat]$ md5 ~/Downloads/apache-tomcat-8.0.14.tar.gz MD5 (/Users/Gary2013/Downloads/apache-tomcat-8.0.14.tar.gz) = 96063b1e477869e8ff4801d777e8915b |
Now copy the MD5 signature from apache tomcat's web site and compare the string. Here the script I used:
1 | if [[ 96063b1e477869e8ff4801d777e8915b == 96063b1e477869e8ff4801d777e8915b ]] ; then echo "OK No Problem" ; else echo "Wrong File" ; fi |
Install Tomcat
Now, execute the following procedures:1 2 3 4 5 6 | cd ~ mkdir Tomcat cd $_ tar -zvxf ~/Downloads/apache-tomcat-8.0.14.tar.gz cd apache-tomcat-8.0.14/bin ./startup.sh |
I wanted to thank you for
ReplyDeleteyour time just for this wonderful read!! check my blog