pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap2-jk Split out apache2 version of ap-jk (Apache ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/88228f6d3e73
branches: trunk
changeset: 516538:88228f6d3e73
user: abs <abs%pkgsrc.org@localhost>
date: Sat Jul 22 19:43:29 2006 +0000
description:
Split out apache2 version of ap-jk (Apache HTTP -> Tomcat connector)
Version 1.2.15 (same as ap-jk)
diffstat:
www/ap2-jk/DESCR | 9 +++++++++
www/ap2-jk/MESSAGE | 21 +++++++++++++++++++++
www/ap2-jk/Makefile | 8 ++++++++
www/ap2-jk/PLIST | 2 ++
4 files changed, 40 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r 4dd90fb3bc9f -r 88228f6d3e73 www/ap2-jk/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-jk/DESCR Sat Jul 22 19:43:29 2006 +0000
@@ -0,0 +1,9 @@
+Tomcat is the Java Servlet / Java Server Page environment produced
+by the Apache Foundation's Jakarta Project. Tomcat can be run as a
+standalone web server with Servlet and JSP support, or using Apache
+Server as its web server via the mod_jk Apache module (the
+www/ap-jk package).
+
+mod_jk is a replacement to the elderly mod_jserv. It is a completely
+new Tomcat-Apache plugin that handles the communication between
+Tomcat and Apache
diff -r 4dd90fb3bc9f -r 88228f6d3e73 www/ap2-jk/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-jk/MESSAGE Sat Jul 22 19:43:29 2006 +0000
@@ -0,0 +1,21 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/07/22 19:43:29 abs Exp $
+
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
+
+ LoadModule jk_module lib/httpd/mod_jk.so
+
+You will also need a running Java Servlet engine, e.g. www/jakarta-tomcat
+or www/ap-jserv. You will need to consult the servlet engine documentation
+for to finish configuring Apache before you can use mod_jk.so. A possible
+configuration you can add to your httpd.conf to use Jakarta Tomcat is:
+
+ <IfModule mod_jk.c>
+ JkWorkersFile ${PREFIX}/tomcat/conf/workers.properties
+ JkLogFile /var/log/httpd/mod_jk.log
+ JkLogLevel info
+ JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
+ </IfModule>
+
+===========================================================================
diff -r 4dd90fb3bc9f -r 88228f6d3e73 www/ap2-jk/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-jk/Makefile Sat Jul 22 19:43:29 2006 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/22 19:43:29 abs Exp $
+
+DISTNAME= jakarta-tomcat-connectors-${JK_VERSION}-src
+PKGNAME= ap2-jk-${JK_VERSION}
+
+.include "../../www/ap-jk/Makefile.common"
+.include "../../www/apache2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4dd90fb3bc9f -r 88228f6d3e73 www/ap2-jk/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-jk/PLIST Sat Jul 22 19:43:29 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/22 19:43:29 abs Exp $
+lib/httpd/mod_jk.so
Home |
Main Index |
Thread Index |
Old Index