installing Tomcat manually - technoangel/java GitHub Wiki
Installing Tomcat Manually
This was a little pain.
- Install Tomcat using HomeBrew:
brew install tomcat - Soft link the directory to your home:
ls -s /path/to/tomcat/libexec tomcat - Change permissions on the conf/ and lib/ directories:
chmod o+r {conf, lib} - Eclipse > Servers > New Server > Tomcat Version