OS: Windows 2000
Apache: 2.0.45 (I know it isn't the latest one)
Tomcat: 4.0.24
mod_jk2: 2.0.2 (mod_jk2-2.0.43.dll)


When I access any page (html, jsp) on Tomcat through mod_jk2, I can find the
following errors in Apache error.log:

[Thu Jun 12 22:32:45 2003] [error] channelSocket.receive(): Error receiving message 
body -1 53
[Thu Jun 12 22:32:45 2003] [error] workerEnv.processCallbacks() Error reading reply
[Thu Jun 12 22:32:45 2003] [error] ajp13.service() ajpGetReply recoverable error 120000

(three lines for just one access)

However, my web browser shows the contents exactly what I want.
No errors found in Tomcat stdout.log, stderr.log, and localhost_log.2003-06-12.txt
Just Apache error.log tells me those errors.

What's wrong with my configuration?
How can I clear this errors?


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

# Example socket channel, override port and host.
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1
lb_factor=5


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

# Uri mapping
[uri:/*]
worker=ajp13:localhost:8009


-----------------------------------httpd.conf
(snip)
LoadModule jk2_module modules/mod_jk2-2.0.43.dll


-----------------------------------server.xml
(snip)
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="8009" minProcessors="5" maxProcessors="20"
               enableLookups="false" redirectPort="8443"
               acceptCount="10" debug="0" connectionTimeout="20000"
               useURIValidationHack="false"
               protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
(snip)


-------------------------------
Wataru Fukushima
PFU LIMITED


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

Reply via email to