TOMCAT 3.2.1 and apache 1.3.x

unpack tomcat eg /usr/local/tomcat
make a tomcat user for it
set 
JAVA_HOME and TOMCAT_HOME in $TOMCAT_HOME/bin/tomcat.sh
start as a tomcat user ./tomcat.sh start

################################################################

making mod_jk

Unpack sources
go src/native/i386/apache1.3
set JAVA_HOME
use Makefile.linux
make

docs says do this if it fails on linking
gcc -shared -o mod_jk.so *.o

copy the mod_jk.so to apache libexec/dir
################################################################

Configuring for mod_jk and ajp13

add this to server.xml





copy the auto generated 
cp mod_jk.conf-auto mod_jk.conf-custom
edit it
just do this in vi
:% s/ajp12/ajp13/g

edit workers.properties
edit
tomcat_home=
java_home=
ps=

Include the proper file in httpd.conf
that is it