Tomcat not autodeploying war file
Add autoDeploy = true. Works for me
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
Historically, tomcat has never updated the exploded directory when you just drop in a new jar, at least for me. I always assumed this to be a bug, but never looked into it as there is a simple solution. Both of these should work fine: