I am trying to get tomcat running with apache using mod_jk connector. I compiled mod_jk.so from source and put it under apache modules directory. I get no error while restarting apache and also apache tells me it has loaded mod_jk module. But my requests are not forwarded to tomcat. I get the following error message in my mod_jk log file
[Mon Dec 08 17:02:06 2008] [26372:3078907568] [error] init_jk::mod_jk.c (3001): Initializing shm:/etc/apache2/logs/jk-runtime-status.26372 errno=2. Load balancing workers will not function properly. The steps I followed to compile the module: make clean ./configure --with-apxs=/usr/sbin/apxs2 make During compilation I get no errors. I am using apache2. Any pointers? -- Cheers, Abhi