apache, tomcat & mod_jk
Hi all,
I've got apache and tomcat installed and running and now want tomcat to work with apache..
Apache is configured with mod_so and I've downloaded mod_jk and put it in /usr/local/apache/libexec/ and followed all the instructions carefully
I've put the line -
Include /usr/local/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto
in my httpd.conf file and edited the server.xml file. I start tomcat and then try to start apache and get the following error -
Cannot load /usr/local/apache/libexec/mod_jk.so into server: /usr/local/apache/libexec/mod_jk.so: ELF file data encoding not big-endian
any ideas what i've done wrong?
many thanks.
|