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