[EMAIL PROTECTED] wrote: > > I have a case where in I have some files missing in the ROOT folder. > I wanted to know why Tomcat does not replace the missing files in the ROOT > folder after I place a new ROOT.war in the webapps and restart the Tomcat. > Here I am not deleting the ROOT folder. As per the docs: http://tomcat.apache.org/tomcat-5.5-doc/config/host.html#Automatic%20Application%20Deployment <quote> Any web application archive file within the application base (appBase) directory that does not have a corresponding directory of the same name (without the ".war" extension) will be automatically expanded, unless the unpackWARs property is set to false. If you redeploy an updated WAR file, be sure to delete the expanded directory when restarting Tomcat, so that the updated WAR file will be re-expanded (note that the auto deployer will automatically take care of this if it is enabled). </quote>
> > > > Is there any way to configure the same..? > > > > Please let me know. > > > > Thanks in advance. > > > > Shashidhar V > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]