$OpenBSD: patch-conf_server_xml,v 1.2 2002/02/15 09:31:03 reinhard Exp $
--- conf/server.xml.orig	Sun Feb 10 11:09:22 2002
+++ conf/server.xml	Tue Feb 12 11:27:09 2002
@@ -156,7 +156,7 @@
       -->
 
       <!-- Define the default virtual host -->
-      <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true">
+      <Host name="localhost" debug="0" appBase="/var/tomcat/webapps" unpackWARs="true">
 
         <!-- Normally, users must authenticate themselves to each web app
              individually.  Uncomment the following entry if you would like
@@ -176,7 +176,7 @@
              (to $CATALINA_HOME) or absolute path to the desired directory.
         -->
         <Valve className="org.apache.catalina.valves.AccessLogValve"
-                 directory="logs"  prefix="localhost_access_log." suffix=".txt"
+                 directory="/var/tomcat/logs"  prefix="localhost_access_log." suffix=".txt"
                  pattern="common"/>
 
         <!-- Logger shared by all Contexts related to this virtual host.  By
@@ -186,7 +186,7 @@
              relative (to $CATALINA_HOME) or absolute path to the desired
              directory.-->
         <Logger className="org.apache.catalina.logger.FileLogger"
-                 directory="logs"  prefix="localhost_log." suffix=".txt"
+                 directory="/var/tomcat/logs"  prefix="localhost_log." suffix=".txt"
 	        timestamp="true"/>
 
         <!-- Define properties for each web application.  This is only needed
@@ -311,7 +311,7 @@
 
     <Connector className="org.apache.catalina.connector.warp.WarpConnector"
      port="8008" minProcessors="5" maxProcessors="75"
-     enableLookups="true" appBase="webapps"
+     enableLookups="true" appBase="/var/tomcat/webapps"
      acceptCount="10" debug="0"/>
 
     <!-- Replace "localhost" with what your Apache "ServerName" is set to -->
