summaryrefslogtreecommitdiff
path: root/www/apache-jserv/files/patch-ad
blob: ab3f5a8b5b9cf6b8c9762588851b097cb1641f21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--- conf/jserv.properties.in.orig	Wed Jan 26 18:26:31 2000
+++ conf/jserv.properties.in	Wed Jan 26 18:28:44 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=@libexecdir@/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)