Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


File Location: <Tomcat-Installed-Folder>/conf/catalina/localhost

Create a file called ROOT.xml in the above mentioned path with only the content that follows:


<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="webapps" path="" reloadable="true" />

Note: This ROOT.xml will override the default settings for the root context of the Tomcat installation for that engine and the host (Catalina and localhost).


  • No labels