9c6849964a
Tomcat 5 is a Servlet/JSP container that implements the Servlet 2.4 and JavaServer Pages 2.0 specifications from the Java Community Process. Tomcat can be run as a standalone web server with Servlet and JSP support, or using Apache HTTP Server as its web server via the mod_jk Apache module (the www/mod_jk package).
13 lines
569 B
Plaintext
13 lines
569 B
Plaintext
$OpenBSD: patch-conf_server_xml,v 1.1.1.1 2004/11/04 21:46:04 naddy Exp $
|
|
--- conf/server.xml.orig 2003-11-30 10:06:16.000000000 -0500
|
|
+++ conf/server.xml 2004-01-12 22:59:56.000000000 -0500
|
|
@@ -211,7 +211,7 @@
|
|
<!-- Define the default virtual host
|
|
Note: XML Schema validation will not work with Xerces 2.2.
|
|
-->
|
|
- <Host name="localhost" debug="0" appBase="webapps"
|
|
+ <Host name="localhost" debug="0" appBase="/var/tomcat/webapps"
|
|
unpackWARs="true" autoDeploy="true"
|
|
xmlValidation="false" xmlNamespaceAware="false">
|
|
|