Patch suggested by Ian Darwin.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@782791
13f79535-47bb-0310-9956-
ffa450edef68
/**
* The application root for this Host.
*/
- private String appBase = ".";
+ private String appBase = "webapps";
/**
* The XML root for this Host.
to the <code>$CATALINA_BASE</code> directory. See
<a href="#Automatic Application Deployment">Automatic Application
Deployment</a> for more information on automatic recognition and
- deployment of web applications to be deployed automatically.</p>
+ deployment of web applications to be deployed automatically. If not
+ specified, the default of <code>webapps</code> will be used.</p>
</attribute>
<attribute name="xmlBase" required="false">