20 lines
848 B
Text
20 lines
848 B
Text
===========================================================================
|
|
$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] "
|
|
|
|
===========================================================================
|