Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 15:01:07 +0100
From:      Jean-Baptiste Quenot <jb.quenot@caraldi.com>
To:        ubik@telecomsm.multiarea.ro
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: how to make tomcat to work with apache ?
Message-ID:  <1037368867.3dd4fe23d9f12@mail.caraldi.com>
In-Reply-To: <Pine.LNX.4.21.0211151222000.16754-100000@telecomsm.multiarea.ro>
References:  <Pine.LNX.4.21.0211151222000.16754-100000@telecomsm.multiarea.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
Selon ubik@telecomsm.multiarea.ro:

> Please help me to get tomcat work with apache.
> I thought I have to use mod_jk, but its desc says it's meant to work with
> tomcat 3.

AFAICT mod_jk is not intended to work with tomcat 4.1.  You have to tweak
mod_jk.conf slightly to make it work for the new ajp connector.  Here is my
mod_jk.conf:

<IfModule mod_jk.c>
        JkWorkersFile /usr/local/jakarta-tomcat4.1/conf/workers.properties
        JkLogFile  /var/log/jk.log
        JkLogLevel warn
        JkMount /*.jsp ajp13
        JkMount /servlet/* ajp13
        JkMount /examples/* ajp13
</IfModule>
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1037368867.3dd4fe23d9f12>