Hi folks, In my server.xml file, I have set unpackWars to false as follows:
<Host name="localhost" appBase="webapps" unpackWARs="false" autoDeploy="true"> However, my WAR files are still being unpacked into the work directory. Am I missing something? Thanks Azeez