From: "Palle Girgensohn" <[EMAIL PROTECTED]>
> Hi!
>
> How come this confusion about the latest version of mod_jk2? With the
> jakarta-tomcat-connectors-4.1.2X, a mod_jk2 version 2.0.4 is distributed.
> With
>
http://www.apache.org/dist/jakarta/tomcat-connectors/jk2/source/jakarta-tom
> cat-connectors-jk2-src-current.tar.gz, the version is 2.0.2. Which one is
> really current? Why this confusion?
>

As I understand it, the stable versions of the connector source are released
under the following directories:

mod_jk (currently 1.2.5):
jakarta/tomcat-connectors/jk/source/

mod_jk2 (currently 2.0.2):
jakarta/tomcat-connectors/jk2/source/

There are two parts to the connectors; the web server side (c) and the
tomcat side (java). I took a quick look at the current FreeBSD jk & jk2
makefiles and they only make the apache portion. Assuming your ports are
tracking stable then they should be using the above source directories.

The FreeBSD jk2 port makefile has some problems. It is pointing to the jk
source dist file and building in the wrong wrksrc dir. Try these instead:

DISTNAME=jakarta-tomcat-connectors-jk2-${PORTVERSION}-src
WRKSRC=${WRKDIR}/jakarta-tomcat-connectors-jk2-${PORTVERSION}-src/jk/native2

For the java side, when tomcat is built it pulls from jtc HEAD. I'm not sure
why this is. Maybe someone else could elaborate on this?

-Kurt


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to