On 10 February 2010 10:39, Jan Van Besien <janvanbes...@gmail.com> wrote:
> Can I safely delete the exploded files if tomcat is still running as well?
> In that case, I could do it always, without checking if tomcat is running.

You shouldn't get any errors in your RPM if you delete the files.
Tomcat itself has error handling whenever it fails to find a file it's
expecting, as far as I know.  If your webapp is processing any
requests at the time it's removed and redeployed, you'll probably want
to put in appropriate error handling in case it suddenly can't find a
resource it thought was available!

- Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to