I have a download service served using Tomcat 5.5.15. It is created by adding an XML file in $TOMCAT_HOME/conf/Catalina/localhost. E.g downloads.xml for http://example.com/app.downloads/
<Context path="/app.downloads" docBase="Z:\Sites\example.com\downloads\"/>
After Tomcat restart the context file is sometimes deleted(not always), and i have to manually recreate the file.
What could be the problem? Is there a was of fixing it?