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.
我正在构建一个新的构建环境,当我上传一个新的 .war 文件时,Tomcat 似乎没有将其解包到目录结构中,或者重新启动。
是否必须为此设置一些设置?我正在使用 ubuntu。
谢谢,亚历克斯
是TOMCAT_HOME/conf的,在,有server.xml。查找以下内容:
TOMCAT_HOME/conf
server.xml
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
unpackWARs
true
autoDeploy
希望这可以帮助!