Search code examples
javatomcatsettingsredeploy

Lose setting when redeploy tomcat app?


When you redeploy a tomcat application, does it lose previous settings/files? Is the war completely overwritten? Or does it keep the unchanged files, and just overwrite the changed ones?

Thanks, MirroredFate


Solution

  • When you deploy a war on your tomcat server it will delete all the files and then add it.