Re: FW: mod_jk pages

2001-06-09 Thread Ed Robbins
You can find a copy of the mod_jk-howto with the Tomcat download. At least with the milestone build. I'm showing it under jakarta-tomcat-3.3-m3/src/doc/mod_jk-howto.html Ed On Wednesday 06 June 2001 08:47, Pier P. Fumagalli wrote: > -- Forwarded Message > From: Darrell Howard <[EMAIL PR

Re: mod_jk compile error with apache 2.0 and tomcat 3.3

2001-06-09 Thread Ed Robbins
I just went through the same problem. If you look in the directory you should so all the object files where created (*.o). You can then run the following command to build them into the final lib file: gcc -i -shared mod_jk.so *.o Ed On Wednesday 06 June 2001 13:04, David Gordon (LMC) wrote