PDA

View Full Version : To unpackWARs or not to unpackWARs


Kees de Kooter
24-03-2009, 22:26
In windows environment a deploy of a war often fails if unpackWARs=true. Somehow the old unpacked files are not overwritten. So I tend do set unpackWARs to false in that case.

What are the pros and cons of unpacking wars?