mod_jk.so is created and i copied it to /usr/local/apache2/modules. i followed the steps from http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html#s61 there they have written change directory to TOMCAT_HOME/native/mod_jk/apache1.3 but i m afraid that theres no such directory. and build-unix.sh is also not there. for linux there is some command apxs -o mod_jk.so -I../jk -I/usr/local/jdk/include -I/usr/local/jdk/include/linux -c *.c ../jk/*.c in which directory i have to run this command.
thanx ! >