home *** CD-ROM | disk | FTP | other *** search
- <!--
-
- Context configuration file for the Tomcat Manager Web App
-
- $Id: manager.xml,v 1.2 2004/02/20 17:09:29 remm Exp $
-
- -->
-
-
- <Context path="/manager" docBase="${catalina.home}/server/webapps/manager"
- debug="0" privileged="true">
-
- <!-- Link to the user database we will get roles from -->
- <ResourceLink name="users" global="UserDatabase"
- type="org.apache.catalina.UserDatabase"/>
-
- </Context>
-