mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
People who wants to use mod_jk with apache2 must use mod_jk-apache2 commit monthes ago. PR: 56661 Submitted by: Palle Girgensohn <girgen@pingpong.net> Approved by: previous maintainer Reviewed/updated by: clement
23 lines
576 B
Text
23 lines
576 B
Text
The apache mod_jk modules *communicate* with Java using an internet
|
|
protocol, AJP13, but they are written in C. I can't come up with any
|
|
reason to look for a JDK here, it's plain stupid! Since apache and
|
|
tomcat can be run on separate machines, there is no dependency
|
|
whatsoever... /Palle
|
|
|
|
--- configure.in.orig Tue Oct 22 00:00:00 2002
|
|
+++ configure.in Thu Feb 26 00:19:35 2004
|
|
@@ -184,10 +184,10 @@
|
|
|
|
dnl Java settings
|
|
|
|
-JK_JDK()
|
|
-JK_JDK_OS()
|
|
-JK_JNI()
|
|
-JK_PCRE()
|
|
+dnl JK_JDK()
|
|
+dnl JK_JDK_OS()
|
|
+dnl JK_JNI()
|
|
+dnl JK_PCRE()
|
|
|
|
AC_SUBST(JAVA_HOME)
|
|
AC_SUBST(JAVA_PLATFORM)
|