summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-05-20 16:08:15 +0000
committerdirk <dirk@FreeBSD.org>2001-05-20 16:08:15 +0000
commitc460135dfc5c1a6238cb44b635f0021615aeb7f9 (patch)
treeb344b7836a459ca4192b6fbc426155f691807ab1
parente4390fb211158df419f47c26fe197e2d4041a9cb (diff)
downloadFreeBSD-ports-c460135dfc5c1a6238cb44b635f0021615aeb7f9.zip
FreeBSD-ports-c460135dfc5c1a6238cb44b635f0021615aeb7f9.tar.gz
Give jakarta-tomcat a chance of working with mod_jk.
-rw-r--r--www/jakarta-tomcat/files/patch-aa45
-rw-r--r--www/jakarta-tomcat3/files/patch-aa45
-rw-r--r--www/jakarta-tomcat4/files/patch-aa45
-rw-r--r--www/jakarta-tomcat41/files/patch-aa45
-rw-r--r--www/tomcat41/files/patch-aa45
5 files changed, 225 insertions, 0 deletions
diff --git a/www/jakarta-tomcat/files/patch-aa b/www/jakarta-tomcat/files/patch-aa
new file mode 100644
index 0000000..3a2697a
--- /dev/null
+++ b/www/jakarta-tomcat/files/patch-aa
@@ -0,0 +1,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
diff --git a/www/jakarta-tomcat3/files/patch-aa b/www/jakarta-tomcat3/files/patch-aa
new file mode 100644
index 0000000..3a2697a
--- /dev/null
+++ b/www/jakarta-tomcat3/files/patch-aa
@@ -0,0 +1,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
diff --git a/www/jakarta-tomcat4/files/patch-aa b/www/jakarta-tomcat4/files/patch-aa
new file mode 100644
index 0000000..3a2697a
--- /dev/null
+++ b/www/jakarta-tomcat4/files/patch-aa
@@ -0,0 +1,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
diff --git a/www/jakarta-tomcat41/files/patch-aa b/www/jakarta-tomcat41/files/patch-aa
new file mode 100644
index 0000000..3a2697a
--- /dev/null
+++ b/www/jakarta-tomcat41/files/patch-aa
@@ -0,0 +1,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
diff --git a/www/tomcat41/files/patch-aa b/www/tomcat41/files/patch-aa
new file mode 100644
index 0000000..3a2697a
--- /dev/null
+++ b/www/tomcat41/files/patch-aa
@@ -0,0 +1,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
OpenPOWER on IntegriCloud