On 09/03/2011 23:15, Robinson, Eric wrote:
> We have several instances of tomcat running on a server and everything
> seems to run fine. We can stop and start all instances of tomcat
> independently.
>  
> HOWEVER, when we reboot there server, we find that several XML files
> have been deleted from the conf directories for each instance. These
> files are important because they tell the application where to locate
> certain files that the user needs. When the XML files are deleted, users
> get errors. 
>  
> WHY oh why does tomcat automatically delete XML files and how can we
> stop it?

They are deleted as part of the autoDeploy process when Tomcat detects
that the associated directory or WAR file is deleted. Turn off
autoDeploy or stop deleting your WARs/directories.

Mark

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

Reply via email to