Kattare is dedicated to making your hosting experience as painless as possible. That means making as much help and documentation available as possible.
Some people have had issues with Tomcat when hot/live reDeploying updated .WAR files.
Tomcat will attempt to remove the deployed directory and fail due to some locked
jar files. If you find this to be the case in the file:
conf/context.xml
change
<context> ... </context>
to
<context antiJARLocking="true"> ... </context>