简体   繁体   English

重新部署 tomcat 应用程序时丢失设置?

[英]Lose setting when redeploy tomcat app?

When you redeploy a tomcat application, does it lose previous settings/files?当您重新部署 tomcat 应用程序时,它会丢失以前的设置/文件吗? Is the war completely overwritten?战争完全被覆盖了吗? Or does it keep the unchanged files, and just overwrite the changed ones?还是它保留未更改的文件,而只是覆盖更改的文件?

Thanks, MirroredFate谢谢,镜像命运

When you deploy a war on your tomcat server it will delete all the files and then add it.当您在 tomcat 服务器上部署战争时,它将删除所有文件然后添加它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM