17 lines
432 B
XML
17 lines
432 B
XML
<!--
|
|
|
|
Context configuration file for the Tomcat Manager Web App
|
|
|
|
$Id: manager.xml,v 1.1 2005/02/21 06:54:31 amontano 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>
|