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

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

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

link|improve this answer
does it automatically flush work/Catalina as well? – Jared May 27 '11 at 19:23
@jared im sorry im not 100% sure. ill try to look into it and let u know – RMT May 28 '11 at 17:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.