summaryrefslogtreecommitdiff
path: root/www/ap-jk/MESSAGE
blob: 1f7359d337e5007cdc603bf8fc617e4aafe345d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
===========================================================================
$NetBSD: MESSAGE,v 1.4 2003/02/17 23:30:27 grant 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>

===========================================================================