在Linux上部署Tomcat应用通常有以下两种方式:
webapps
sudo cp your-app.war /opt/tomcat/webapps/
http://服务器IP:8080/your-app
conf/server.xml
<Host>
<Context>