Created
March 26, 2019 22:59
-
-
Save fernyb/fb601a2f39a0708691ec51f9563e48c2 to your computer and use it in GitHub Desktop.
brew install tomcat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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