Hi,
   MY system is UNIX (Sparc) tomcat 5.0.28, Apache2.0.43. when I start the
apache, I get the error in the apache error_log file.

[Sun Oct 10 15:12:24 2004] [error] jk2_init() Can't find child 6351 in
scoreboard
[Sun Oct 10 15:12:24 2004] [error] mod_jk child init 1 -2
[Sun Oct 10 15:12:24 2004] [error] jk2_init() Can't find child 6352 in
scoreboard
[Sun Oct 10 15:12:24 2004] [error] mod_jk child init 1 -2
[Sun Oct 10 15:12:24 2004] [error] jk2_init() Can't find child 6353 in
scoreboard
[Sun Oct 10 15:12:24 2004] [error] mod_jk child init 1 -2
[Sun Oct 10 15:12:24 2004] [error] jk2_init() Can't find child 6359 in
scoreboard
[Sun Oct 10 15:12:24 2004] [error] mod_jk child init 1 -2
[Sun Oct 10 15:12:24 2004] [error] jk2_init() Can't find child 6354 in
scoreboard
[Sun Oct 10 15:12:24 2004] [error] mod_jk child init 1 -2

my jk2.properties is empty, all are commented.
in my worker2.properties, I have:
[shm]
info=Scoreboard. Requried for reconfiguration and status with
multiprocess
servers.
file=/usr/local/apache2/tomcat5028/logs/jk2.shm

# Defines a load balancer named lb. Use even if you only have one
machine.
[lb:lb]

# Example socket channel, override port and host.
[channel.socket:63.200.135.253:8009]
port=8009
host=63.200.135.253

# define the worker
[ajp13:63.200.135.253:8009]
channel=channel.socket:63.200.135.253:8009
group=lb

In my system, the JSP and Servelt run well, besides the similar error in
error_log.

Please help.
Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to