Hi there I too am trying to do the Apache + Tomcat intergration of Fedora 2, I followed this guide
http://www.connecties.com/cymulacrum/tomcat5/c834.html wich you have also linked too (it does not seem to be loading atm) but any way I was getting this error:
Not Found
The requested URL /MyFirst/HelloWorld was not found on this server.
I put these lines in my /www/conf/httpd.conf file:
#added for tomcat
LoadModule jk2_module modules/mod_jk2.so
JkSet config.file /etc/httpd/conf/workers2.properties
and now I get this error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
The server for the above guide seem to be down, so I found this:
http://www.reliablepenguin.com/clients/misc/tomcat/
which seems to be very similar. I also notice I get this error:
INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError: /usr/lib/httpd/modules/libjkjni.so:
/usr/lib/httpd/modules/libjkjni.so: undefined symbol: apr_md5_final
in /opt/tomcat/logs/catalina.out
I fell if I spend a few more hours working on it I may get it working, but I am very worried about this last error in catalina.out, I'm pretty sure it means that libjkjni.so has not been compiled correctly. I would like to know if anyone has got this working yet and what flags were used for compiling the libjkjni.so.