31 lines
		
	
	
		
			862 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			862 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!--
 | |
| 
 | |
|     Context configuration file for the Tomcat Administration Web App
 | |
| 
 | |
|     $Id: admin.xml,v 1.3 2004/02/20 17:09:19 remm Exp $
 | |
| 
 | |
| -->
 | |
| 
 | |
| 
 | |
| <Context path="/admin" docBase="${catalina.home}/server/webapps/admin"
 | |
|         debug="0" privileged="true">
 | |
| 
 | |
|   <!-- 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"/>
 | |
|   -->
 | |
| 
 | |
|   <Logger className="org.apache.catalina.logger.FileLogger"
 | |
|              prefix="localhost_admin_log." suffix=".txt"
 | |
|           timestamp="true"/>
 | |
| 
 | |
|   <!-- Allow linking since JPackage do not install jar as copies -->
 | |
| 
 | |
|   <Resources className="org.apache.naming.resources.FileDirContext"
 | |
|              allowLinking="true"/>
 | |
| 
 | |
| 
 | |
| </Context>
 |