Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 111ab1f769ee5f1713c8d15756194484 > files > 1

tomcat5-admin-webapps-5.5.23-0jpp.40.el5_9.x86_64.rpm

<!--

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

  <!-- Uncomment this Valve to limit access to the Admin app to localhost
   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"/>
  -->

  <!-- Allow linking since JPackage do not install jar as copies -->

  <Resources className="org.apache.naming.resources.FileDirContext"
             allowLinking="true"/>

</Context>