homebrew and tomcat
By dk
Originally published on 2018-05-25
Following up on Enable TomCat on MacOs Server , simply using Homebrew makes things so much easier.
Just delete old Tomcat and run
brew install tomcat
then run
brew services start tomcat
…and it works.