18 lines
460 B
XML
18 lines
460 B
XML
|
<!--
|
||
|
|
||
|
Context configuration file for the Tomcat Manager Web App
|
||
|
|
||
|
$Id: manager.xml,v 1.3 2005/05/17 16:50:38 aranganath Exp $
|
||
|
|
||
|
-->
|
||
|
|
||
|
|
||
|
<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>
|