openbsd-ports/www/tomcat/v4/patches/patch-conf_server_xml
2007-12-11 23:40:53 +00:00

13 lines
495 B
Plaintext

$OpenBSD: patch-conf_server_xml,v 1.2 2007/12/11 23:40:53 kurt Exp $
--- conf/server.xml.orig Sun Apr 1 15:41:32 2007
+++ conf/server.xml Tue Dec 11 08:57:14 2007
@@ -192,7 +192,7 @@
-->
<!-- Define the default virtual host -->
- <Host name="localhost" debug="0" appBase="webapps"
+ <Host name="localhost" debug="0" appBase="/var/tomcat/webapps"
unpackWARs="true" autoDeploy="true">
<!-- Normally, users must authenticate themselves to each web app