14 lines
303 B
XML
14 lines
303 B
XML
|
<!--
|
||
|
|
||
|
Context configuration file for the Tomcat Manager Web App
|
||
|
|
||
|
$Id: manager.xml,v 1.1 2005/05/17 16:51:21 aranganath Exp $
|
||
|
|
||
|
-->
|
||
|
|
||
|
|
||
|
<Context docBase="${catalina.home}/server/webapps/manager"
|
||
|
privileged="true" antiResourceLocking="false" antiJARLocking="false">
|
||
|
|
||
|
</Context>
|