Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created March 26, 2019 22:59
Show Gist options
  • Save fernyb/fb601a2f39a0708691ec51f9563e48c2 to your computer and use it in GitHub Desktop.
Save fernyb/fb601a2f39a0708691ec51f9563e48c2 to your computer and use it in GitHub Desktop.
brew install tomcat
$ brew install tomcat
==> Downloading https://www.apache.org/dyn/closer.cgi?path=/tomcat/tomcat-9/v9.0.17/bin/apache-tomcat-9.0.17.tar.gz
==> Downloading from http://mirrors.advancedhosters.com/apache/tomcat/tomcat-9/v9.0.17/bin/apache-tomcat-9.0.17.tar.gz
######################################################################## 100.0%
==> Caveats
To have launchd start tomcat now and restart at login:
brew services start tomcat
Or, if you don't want/need a background service you can just run:
catalina run
==> Summary
🍺 /usr/local/Cellar/tomcat/9.0.17: 638 files, 14.5MB, built in 8 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment