blob: a2c026e4120ea56035890cb4fca04cbfe274c622 [file] [log] [blame]
<!--
Context configuration file for the Tomcat Manager Web App
$Id$
-->
<Context docBase="${catalina.home}/server/webapps/manager"
privileged="true" antiResourceLocking="false" antiJARLocking="false">
<!-- Link to the user database we will get roles from -->
<ResourceLink name="users" global="UserDatabase"
type="org.apache.catalina.UserDatabase"/>
</Context>