<!--

    Context configuration file for the Tomcat Administration Web App

    $Id: admin.xml 303123 2004-08-26 17:03:35Z remm $

-->


<Context docBase="${catalina.home}/server/webapps/admin" privileged="true"
         antiResourceLocking="false" antiJARLocking="false">

  <!-- Adjust this Valve to limit access to the Admin app
   for obvious security reasons. Allow may be a comma-separated list of
   hosts (or even regular expressions).
	-->
  <Valve className="org.apache.catalina.valves.RemoteAddrValve"
    allow="127.0.0.1"/>

</Context>
