blob: 3a2697af93058bc50d675233630b4eeaff1ae38f (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
--- conf/workers.properties.orig Tue Dec 12 22:36:26 2000
+++ conf/workers.properties Sun May 20 16:06:33 2001
@@ -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=%%PREFIX%%/jdk1.1.8
#
# You should configure your environment slash... ps=\ on NT and / on UNIX
# and maybe something different elsewhere.
#
-ps=\
-# ps=/
+#ps=\
+ps=/
#
#------ ADVANCED MODE ------------------------------------------------
@@ -166,7 +166,7 @@
#
# Javac as available from Java2SE
#
-worker.inprocess.class_path=$(workers.java_home)$(ps)lib$(ps)tools.jar
+#worker.inprocess.class_path=$(workers.java_home)$(ps)lib$(ps)tools.jar
#
# Setting the command line for tomcat
@@ -182,7 +182,7 @@
#
# This is for Java2
#
-worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(ps)jvm.dll
+#worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(ps)jvm.dll
#
# And this is for jdk1.1.X
|