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
|
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
| |||
|
feedback
|
|
When you deploy a war on your tomcat server it will delete all the files and then add it. | |||||
|
feedback
|