<!--

    Context configuration file for the Tomcat Manager Web App

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

-->


<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"/>

  <!-- Adjust this Valve to limit access to the manager 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"/>

  <Logger className="org.apache.catalina.logger.FileLogger" verbosity="0"
	directory="/var/log/tomcat55" prefix="manager." suffix=".log"
	timestamp="true"/>

</Context>
