Thats a compile problem when you compile mod_jk2 --with-jni,
follow http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatFAQ/ModJK2OnRedHat
then everything should work fine.
(you only need jni if you want to use fast unix sockets or Tomcat inprocess with Apache)
The important thing to do is to edit jk/native2/server/apache2/Makefile
after you did configure and modify JK_LDFLAGS so the proper libraries are linked:
JK_LDFLAGS=-L${APACHE2_LIBDIR} -lcrypt -lapr-0 -laprutil-0 -lgdbm -lexpat -ldb @PCRE_LIBS@
At 16:35 11.07.2003 +0000, you wrote:
Hi
i've got tomcat 4.1.24 and apache 2.0.47 utilizing JK2 and currently connected over normal sockets.
there are other methods like APR sockets, UNIX sockets and over JNI channel.
how do they "in short" work and which one is solution for a server (linux) where apache and tomcat run on both servers, and which would be the best one if they'd run on different ?
and last question do they work at all since
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19917
regards, nicolas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
