I am using Apache/2.0.44 (Unix) mod_ssl/2.0.44 OpenSSL/0.9.6g mod_jk2/2.0.2 on a Solaris 8.

Apache forwards requests to Tomcat , but I get suspicious messages in apache/logs/error_logs when a servlet is accessed...


[Thu Feb 20 23:50:39 2003] [error] jk2_init() Can't find child 25336 in scoreboard
[Thu Feb 20 23:50:39 2003] [error] mod_jk child init 1 -2


The process number changing with each request. Are these messages critical since the request forwarding works correctly. I have been searched the mailing lists all night for an explanation on the error message with no success. Can someone tell me how the scoreboard works for mod_jk2?

I keep everything default in jk2.properties.

And use the following workers2.properties file


[shm] file=${serverRoot}/logs/shm.file size=1048576


# socket channel [channel.socket:localhost:8009] port=8009 host=127.0.0.1


# define the worker [ajp13:localhost:8009] channel=channel.socket:localhost:8009


# Announce a "status" worker [status:status]


# Uri mapping


[uri:/status/*]
worker=status:status


[uri:/aps/*] worker=ajp13:localhost:8009


[uri:/tmm/*] worker=ajp13:localhost:8009


[uri:/XMLServlet/*] worker=ajp13:localhost:8009


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



Reply via email to