c06fc6156c
and session hijacking bugs fixed. for more info see: http://tomcat.apache.org/security-4.html
13 lines
495 B
Plaintext
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
|