home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / admin.xml < prev    next >
Encoding:
Text File  |  2004-05-17  |  711 b   |  25 lines

  1. <!--
  2.  
  3.     Context configuration file for the Tomcat Administration Web App
  4.  
  5.     $Id: admin.xml,v 1.3 2004/02/20 17:09:19 remm Exp $
  6.  
  7. -->
  8.  
  9.  
  10. <Context path="/admin" docBase="${catalina.home}/server/webapps/admin"
  11.         debug="0" privileged="true">
  12.  
  13.   <!-- Uncomment this Valve to limit access to the Admin app to localhost
  14.    for obvious security reasons. Allow may be a comma-separated list of
  15.    hosts (or even regular expressions).
  16.   <Valve className="org.apache.catalina.valves.RemoteAddrValve"
  17.     allow="127.0.0.1"/>
  18.   -->
  19.  
  20.   <Logger className="org.apache.catalina.logger.FileLogger"
  21.              prefix="localhost_admin_log." suffix=".txt"
  22.           timestamp="true"/>
  23.  
  24. </Context>
  25.