<Server port="8005" shutdown="SHUTDOWN">
 
  <GlobalNamingResources>
<!-- Used by Manager webapp -->
<Resource name="UserDatabase"  auth="Container"
type="org.apache.catalina.UserDatabase"
description="User database that can be updated and  saved"
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
pathname="conf/tomcat-users.xml" />
</GlobalNamingResources>
 
   <Service name="Catalina">
<Connector port="8081" />
<!-- This  is here for compatibility only, not required -->
<Connector port="8009" protocol="AJP/1.3" />
 
  <Engine name="Catalina"  defaultHost="localhost">
<Host  name="localhost" debug="0" appBase="webapps"  unpackWARs="true">
<Valve  className="org.apache.catalina.valves.AccessLogValve" 
directory="logs"  prefix="localhost_access_log." suffix=".txt"  
pattern="common"/>
<Valve  className="org.apache.catalina.valves.FastCommonAccessLogValve"  
directory="logs"  prefix="localhost_access_log." suffix=".gibbo"  
pattern="common" 
 resolveHosts="false"/>
</Host>
</Engine>
</Service>
</Server>

Reply via email to