diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-08 06:01:52 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-08 06:01:52 +0000 |
commit | 8c81f3bb9973626f1629c5272d2509de084f0ef9 (patch) | |
tree | 87d83470c30f7572dffaf98b9c11ff92dfe11e7b /www/apache-jserv/files/patch-ad | |
parent | - USE_APACHE=yes is deprecated (diff) |
2009-06-09 www/apache-jserv: superceeded by tomcat
Notes
Notes:
svn path=/head/; revision=235412
Diffstat (limited to 'www/apache-jserv/files/patch-ad')
-rw-r--r-- | www/apache-jserv/files/patch-ad | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/www/apache-jserv/files/patch-ad b/www/apache-jserv/files/patch-ad deleted file mode 100644 index b466feeb11af..000000000000 --- a/www/apache-jserv/files/patch-ad +++ /dev/null @@ -1,37 +0,0 @@ ---- conf/jserv.properties.in.orig Sat Jan 15 01:58:57 2000 -+++ conf/jserv.properties.in Fri Apr 7 01:57:42 2000 -@@ -53,8 +53,15 @@ - # MUST NOT be in this classpath or the classpath of the shell - # you start the Apache from. - # --wrapper.classpath=@JSERV_CLASSES@ -+wrapper.classpath=@prefix@/share/java/classes/ApacheJServ.jar - wrapper.classpath=@JSDK_CLASSES@ -+# Uncomment if you use Cocoon. -+#wrapper.classpath=@prefix@/share/java/classes/Cocoon.jar -+#wrapper.classpath=@prefix@/share/java/classes/openxml.jar -+#wrapper.classpath=@prefix@/share/java/classes/xslp.jar -+# Currently, these are not officially supported by the Cocoon team. -+#wrapper.classpath=@prefix@/share/java/classes/xml4j.jar -+#wrapper.classpath=@prefix@/share/java/classes/lotusxsl.jar - - # An environment name with value passed to the JVM - # Syntax: wrapper.env=[name]=[value] (String) -@@ -117,7 +124,7 @@ - # Syntax: [servlet zone name as on the zones list].properties=[full path to configFile] (String) - # Default: NONE - # Note: if the file could not be opened, try using absolute paths. --root.properties=@JSERV_CONF@/zone.properties -+root.properties=@sysconfdir@/zone.properties - - # - # Thread Pool parameters -@@ -247,7 +254,7 @@ - # Syntax: log.file=[log path and filename] (String) - # Default: NONE - # Note: if the file could not be opened, try using absolute paths. --log.file=@JSERV_LOG@/jserv.log -+log.file=/var/log/jserv.log - - # Enable the timestamp before the log message - # Syntax: log.timestamp=[true,false] (boolean) |