18 lines
428 B
XML
18 lines
428 B
XML
|
<!--
|
||
|
|
||
|
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>
|