brew search tomat
有tomcat@7、 tomcat@8、 tomcat最新版本(即tomcat9)三个版本
brew install tomcat
启动tomcat:catalina run
brew info tomcat查看安装路径等信息
设置:
启用插件:
deployment descriptor for the web application:指的是web.xml文件
原文:https://www.cnblogs.com/shengulong/p/11809496.html