hi there,

i tried to configure an apache (1.3.27) to serve as a frontend/loadbalancer
for several tomcat servers on different hosts.

here is the part of my httpd.conf:

[snip]
LoadModule jk_module /etc/httpd/libexec/mod_jk-1.3-noeapi.so
AddModule mod_jk.c

JkWorkersFile /etc/httpd/conf/workers.properties
JkLogFile     /etc/httpd/logs/mod_jk.log
JkLogLevel    debug

JkMount /mywebapp/* tomcat-ajp13
[snip]

the workers.properties has a definition for tomcat-ajp3. now when i try to
start apache i get the following error:

"Cannot load /etc/httpd/libexec/mod_jk-1.3-noeapi.so into server:
/etc/httpd/libexec/mod_jk-1.3-noeapi.so: undefined symbol: ap_ctx_get"

I'm using a plain apache 1.3.27 + php ... no mod_ssl, etc. i got the mod_jk
from

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0
/bin/linux/i386/

which is meant (according to the page) for "mod_jk-1.3-noeapi.so is for
Apache 1.3.x without mod_ssl".

so? can't find a reason what i'm doing wrong .. ill try and build it for
myself now but maybe someone has a fix for me.

thanks,
thomas



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to