summaryrefslogtreecommitdiff
path: root/www/ap-jk
diff options
context:
space:
mode:
authorjlam <jlam>2002-12-28 20:52:14 +0000
committerjlam <jlam>2002-12-28 20:52:14 +0000
commitfd6c023484a08967950e1cd05c9fce906084d159 (patch)
tree235a0f00db6573f3b6481418c361c798032be37e /www/ap-jk
parent14fff8d21098d7afc8242292fb8296f3732c438e (diff)
downloadpkgsrc-fd6c023484a08967950e1cd05c9fce906084d159.tar.gz
Add a MESSAGE file explaining how to use mod_jk.so.
Diffstat (limited to 'www/ap-jk')
-rw-r--r--www/ap-jk/MESSAGE20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/ap-jk/MESSAGE b/www/ap-jk/MESSAGE
new file mode 100644
index 00000000000..eaf08437a80
--- /dev/null
+++ b/www/ap-jk/MESSAGE
@@ -0,0 +1,20 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2002/12/28 20:52:14 jlam 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
+ AddModule mod_jk.c
+
+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:
+
+ JkWorkersFile ${PREFIX}/tomcat/conf/workers.properties
+ JkLogFile /var/log/httpd/mod_jk.log
+ JkLogLevel info
+ JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
+
+===========================================================================