在Tomcat上部署war文件 [英] Deployment of war file on Tomcat

查看:154
本文介绍了在Tomcat上部署war文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在Tomcat服务器上部署给定的war文件?我想这样做,而不使用Web界面。

解决方案

只需将war文件复制到$ TOMCAT_HOME / webapps /目录中即可。 Tomcat将通过自动爆炸来部署war文件。 FYI - 如果您希望可以将更新直接发送到展开目录,这对开发很有用。


Is there a way to deploy a given war file on Tomcat server? I want to do this without using the web interface.

解决方案

Just copy the war file into the $TOMCAT_HOME/webapps/ directory. Tomcat will deploy the war file by automatically exploding it. FYI - If you want you can make updates directly to the exploded directory, which is useful for development.

这篇关于在Tomcat上部署war文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆