Hi, I've setup Apache 2.0.48 with Tomcat 5.0.16 and connected them with mod_jk2 2.0.2. When I start Apache I find the following output in the log file:
[Mon Feb 02 10:54:50 2004] [error] jk2_init() Can't find child 3617 in scoreboard [Mon Feb 02 10:54:50 2004] [error] jk2_init() Can't find child 3618 in scoreboard [Mon Feb 02 10:54:50 2004] [error] jk2_init() Can't find child 3619 in scoreboard [Mon Feb 02 10:54:50 2004] [error] jk2_init() Can't find child 3620 in scoreboard [Mon Feb 02 10:54:50 2004] [error] jk2_init() Can't find child 3621 in scoreboard [Mon Feb 02 10:54:50 2004] [notice] Apache/2.0.48 (Unix) DAV/2 mod_jk2/2.0.2 configured -- resuming normal operations [Mon Feb 02 10:54:50 2004] [error] mod_jk child init 1 -2 [Mon Feb 02 10:54:50 2004] [error] mod_jk child init 1 -2 [Mon Feb 02 10:54:50 2004] [error] mod_jk child init 1 -2 [Mon Feb 02 10:54:50 2004] [error] mod_jk child init 1 -2 [Mon Feb 02 10:54:50 2004] [error] mod_jk child init 1 -2 My jk2.properties has only one line: shm.file=/usr/local/apache2/conf/jk2.shm This is my workers2.properties: [channel.socket:localhost:8009] info=Ajp13 forwarding over socket tomcatId=localhost:8009 [uri:/demo_02/*] info=Map the whole webapp [shm] file=/usr/local/apache2/conf/jk2.shm size=1000000 BTW, I can access the Tomcat project without specifying the port number 8080 so I assume that mod_jk2 works, but why do I get these error messages? May I ignore them? Thanks in advance, Ralf. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]