summaryrefslogtreecommitdiff
path: root/www/jakarta-tomcat/patches/patch-ab
blob: 02d6bbb0b7b59e61d413fea2900f5b932d895682 (plain)
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
$NetBSD: patch-ab,v 1.9 2001/06/21 13:12:27 abs Exp $

--- src/etc/workers.properties.orig	Tue Dec 12 22:51:46 2000
+++ src/etc/workers.properties
@@ -40,20 +40,20 @@
 # installed tomcat. This is where you have your conf, webapps and lib
 # directories.
 #
-workers.tomcat_home=c:\jakarta-tomcat
+workers.tomcat_home=@PREFIX@/tomcat
 
 #
 # workers.java_home should point to your Java installation. Normally
 # you should have a bin and lib directories beneath it.
 #
-workers.java_home=c:\jdk1.2.2
+workers.java_home=@JAVA_HOME@
 
 #
 # You should configure your environment slash... ps=\ on NT and / on UNIX
 # and maybe something different elsewhere.
 #
-ps=\
-# ps=/
+# ps=\
+ps=/
 
 #
 #------ ADVANCED MODE ------------------------------------------------