I am currently having the exact problem you describe. Did you ever figure it out?
Thanks, -Mark "Scott Ahten" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... I'm trying to setup Apache2 and mod_jk2 to pass Tomcat requests via JNI. After reading two or three HOWTOs and previously setting up a similar config on Windows 2000 server, I've managed to make some progress on RedHat 7.3. Unfortunately, when I start Apache2, I get an jk2 error message about every 2-5 seconds. Here is a example from a recent run. [Tue Jun 03 21:51:35 2003] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Tue Jun 03 21:51:36 2003] [notice] Apache/2.0.46 (Unix) mod_ssl/2.0.46 OpenSSL/0.9.6b mod_jk2/2.0.2 configured -- resuming normal operations [Tue Jun 03 21:51:41 2003] [error] jk2_init() Can't find child 2545 in scoreboard [Tue Jun 03 21:51:50 2003] [error] jk2_init() Can't find child 2560 in scoreboard [Tue Jun 03 21:51:51 2003] [error] jk2_init() Can't find child 2568 in scoreboard [Tue Jun 03 21:51:58 2003] [error] jk2_init() Can't find child 2575 in scoreboard [Tue Jun 03 21:51:59 2003] [error] jk2_init() Can't find child 2583 in scoreboard I've read somewhere that this might be related to the Jkstatus directive, so I removed it from my workers2.properties file. This seemed to have no effect. Also, sending requests such as http://localhost/ stall without any additional errors any of Apache or Tomcat's log files. I'm guessing this has something to do with the scoreboard error, but may be because Tomcat isn't getting launched in-process with Apache. Removing the LoadModule directive for mod_jk2 allows the static Apache2 welcome page to load. In brief, Apache2 was built from source using.. ./configure --prefix=/usr/local/apache2 --enable-ssl --enable-module=so ---------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]