Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我跑去brew install tomcat安装tomcat 8。
brew install tomcat
现在我需要把我的.war文件CATALINA_BASE/webapps
.war
CATALINA_BASE/webapps
我在计算机上的任何地方都找不到该目录。我怎样才能找到这个文件夹,这样我就可以把我.war的放在那里?
使用以下命令
$catalina -h
它将显示您需要的目录,或者您可以使用 tomcat manager 的 Web 界面上传 war 文件
它应该安装在这里:
/usr/local/Cellar/tomcat/8.0.30/libexec/webapps
替换8.0.30为您的实际版本。希望这有效!
8.0.30