git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@529399
13f79535-47bb-0310-9956-
ffa450edef68
+++ /dev/null
-<!--
-
- 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>