A little late for the party, here's how I do it
- Undeploy application from manager
- Shutdown tomcat using
./shutdown.sh
- Delete browser cache
- Delete the application from webapps, and from
/work/Catalina/...
- Startup tomcat using
./startup.sh
- Copy the new version of the application into
/webapps
and start it.