views:

14

answers:

0

Our Apache2 web server is connected to Tomcat6 with mod_jk. The Apache2 web server is running on CentOS Linux and has a VPN connection to the tomcat. Our web application is running fine, but when we try to connect with axis2 it doesn't work.

We tried running the Apache web server on a a different (Windows) machine and it worked. Also connecting direct to tomcat works.

After googleing around for a while, i'm pretty sure there is a problem with the connection between apache and tomcat. I read that firewalls could cause problems as they sometimes drop inactive connections. But if i believe our sysadmin there is no firewall between these 2 servers.

I also tried mod_proxy and mod_proxy_ajp without success.

Does anyone have a clue whats could cause this problems?

httpd.conf:

JkWorkersFile conf.d/workers.properties
JkLogFile     logs/mod_jk.log
JkLogLevel   debug
JkShmFile logs/mod_jk.shm
JkWatchdogInterval 60
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkOptions     +ForwardKeySize +ForwardURICompatUnparsed -ForwardDirectories
JkRequestLogFormat     "%w %V %T"

JkMount /oms2/* worker_tst2

workers.properties:

worker.list=worker_tst2
worker.maintain=60
worker.worker_tst2.type=ajp13
worker.worker_tst2.host=172.20.1.150
worker.worker_tst2.port=8019
worker.worker_tst2.lbfactor=50
worker.worker_tst2.socket_keepalive=1
worker.worker_tst2.socket_timeout=600
worker.worker_tst2.connection_pool_timeout=600
worker.worker_tst2.ping_timeout=1000
worker.worker_tst2.ping_mode=A

and some lines from the mod_jk.log.

[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] map_uri_to_worker_ext::jk_uri_worker_map.c (1036): Attempting to map URI '/oms2/services/CatalogService' from 3 maps
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI '/oms2/*=worker_tst2' source 'JkMount'
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] find_match::jk_uri_worker_map.c (850): Attempting to map context URI '/oms2/*=worker_tst2' source 'JkMount'
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] find_match::jk_uri_worker_map.c (863): Found a wildchar match '/oms2/*=worker_tst2'
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] jk_handler::mod_jk.c (2459): Into handler jakarta-servlet worker=worker_tst2 r->proxyreq=0
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] wc_get_worker_for_name::jk_worker.c (116): found a worker worker_tst2
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] wc_get_name_for_type::jk_worker.c (293): Found worker type 'ajp13'
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] init_ws_service::mod_jk.c (977): Service protocol=HTTP/1.1 method=POST ssl=false host=(null) addr=xxx.xxx.xxx.xxx name=xyz.xyz.com port=80 auth=(null) user=(null) laddr=xxx.xxx.xxx.xxx raddr=xxx.xxx.xxx.xxx uri=/oms2/services/CatalogService
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_get_endpoint::jk_ajp_common.c (2977): acquired connection pool slot=0 after 0 retries
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_marshal_into_msgb::jk_ajp_common.c (605): ajp marshaling done
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_service::jk_ajp_common.c (2283): processing worker_tst2 with 2 retries
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_send_request::jk_ajp_common.c (1501): (worker_tst2) all endpoints are disconnected.
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] jk_open_socket::jk_connect.c (452): socket TCP_NODELAY set to On
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] jk_open_socket::jk_connect.c (489): socket SO_KEEPALIVE set to On
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] jk_open_socket::jk_connect.c (541): timeout 600 set for socket=18
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] jk_open_socket::jk_connect.c (576): trying to connect socket 18 to 172.20.1.150:8019
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] jk_open_socket::jk_connect.c (602): socket 18 connected to 172.20.1.150:8019
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connect_to_endpoint::jk_ajp_common.c (931): Connected socket 18 to (172.20.1.150:8019)
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): sending to ajp13 pos=4 len=5 max=16
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0000    12 34 00 01 0A 00 00 00 00 00 00 00 00 00 00 00  - .4..............
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): received from ajp13 pos=0 len=1 max=16
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0000    09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): sending to ajp13 pos=4 len=213 max=8192
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0000    12 34 00 D1 02 04 00 08 48 54 54 50 2F 31 2E 31  - .4......HTTP/1.1
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0010    00 00 1D 2F 6F 6D 73 32 2F 73 65 72 76 69 63 65  - .../oms2/service
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0020    73 2F 43 61 74 61 6C 6F 67 53 65 72 76 69 63 65  - s/CatalogService
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0030    00 00 0E 32 31 32 2E 31 38 36 2E 32 36 2E 32 33  - ...xxx.xxx.xx.xx
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0040    36 00 FF FF 00 11 6F 6D 73 31 74 65 73 74 2E 68  - x.....xxxxxxxx.x
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0050    65 61 64 2E 63 6F 6D 00 00 50 00 00 05 A0 07 00  - xxx.com..P......
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0060    17 74 65 78 74 2F 78 6D 6C 3B 20 63 68 61 72 73  - .text/xml;.chars
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0070    65 74 3D 55 54 46 2D 38 00 00 0A 53 4F 41 50 41  - et=UTF-8...SOAPA
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0080    63 74 69 6F 6E 00 00 0D 22 75 72 6E 3A 67 65 74  - ction..."urn:get
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0090    55 73 65 72 22 00 A0 0E 00 05 41 78 69 73 32 00  - User".....Axis2.
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 00a0    A0 0B 00 11 6F 6D 73 31 74 65 73 74 2E 68 65 61  - ....xxxxxxxx.xxx
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 00b0    64 2E 63 6F 6D 00 00 11 54 72 61 6E 73 66 65 72  - x.com...Transfer
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 00c0    2D 45 6E 63 6F 64 69 6E 67 00 00 07 63 68 75 6E  - -Encoding...chun
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 00d0    6B 65 64 00 FF 00 00 00 00 00 00 00 00 00 00 00  - ked.............
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_send_request::jk_ajp_common.c (1560): (worker_tst2) request body to send 0 - request body to resend 0
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): received from ajp13 pos=0 len=3 max=8192
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0000    06 1F FA 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): sending to ajp13 pos=4 len=4 max=8192
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0000    12 34 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - .4..............
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): received from ajp13 pos=0 len=140 max=8192
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0000    04 01 F4 00 15 49 6E 74 65 72 6E 61 6C 20 53 65  - .....Internal.Se
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0010    72 76 65 72 20 45 72 72 6F 72 00 00 02 00 0A 53  - rver.Error.....S
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0020    65 74 2D 43 6F 6F 6B 69 65 00 00 37 4A 53 45 53  - et-Cookie..7JSES
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0030    53 49 4F 4E 49 44 3D 31 32 34 34 43 42 36 31 31  - SIONID=1244CB611
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0040    42 36 32 45 42 37 44 46 38 44 37 37 37 39 43 39  - B62EB7DF8D7779C9
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0050    38 46 36 30 46 45 44 3B 20 50 61 74 68 3D 2F 6F  - 8F60FED;.Path=/o
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0060    6D 73 32 00 00 0C 43 6F 6E 74 65 6E 74 2D 54 79  - ms2...Content-Ty
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0070    70 65 00 00 16 74 65 78 74 2F 78 6D 6C 3B 63 68  - pe...text/xml;ch
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0080    61 72 73 65 74 3D 55 54 46 2D 38 00 00 00 00 00  - arset=UTF-8.....
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_unmarshal_response::jk_ajp_common.c (660): status = 500
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_unmarshal_response::jk_ajp_common.c (667): Number of headers is = 2
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_unmarshal_response::jk_ajp_common.c (723): Header[0] [Set-Cookie] = [JSESSIONID=1244CB611B62EB7DF8D7779C98F60FED; Path=/oms2]
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_unmarshal_response::jk_ajp_common.c (723): Header[1] [Content-Type] = [text/xml;charset=UTF-8]
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): received from ajp13 pos=0 len=513 max=8192
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0000    03 01 FD 3C 3F 78 6D 6C 20 76 65 72 73 69 6F 6E  - ...<?xml.version
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0010    3D 27 31 2E 30 27 20 65 6E 63 6F 64 69 6E 67 3D  - ='1.0'.encoding=
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0020    27 55 54 46 2D 38 27 3F 3E 3C 73 6F 61 70 65 6E  - 'UTF-8'?><soapen
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0030    76 3A 45 6E 76 65 6C 6F 70 65 20 78 6D 6C 6E 73  - v:Envelope.xmlns
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0040    3A 73 6F 61 70 65 6E 76 3D 22 68 74 74 70 3A 2F  - :soapenv="http:/
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0050    2F 73 63 68 65 6D 61 73 2E 78 6D 6C 73 6F 61 70  - /schemas.xmlsoap
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0060    2E 6F 72 67 2F 73 6F 61 70 2F 65 6E 76 65 6C 6F  - .org/soap/envelo
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0070    70 65 2F 22 3E 3C 73 6F 61 70 65 6E 76 3A 48 65  - pe/"><soapenv:He
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0080    61 64 65 72 20 78 6D 6C 6E 73 3A 77 73 61 3D 22  - ader.xmlns:wsa="
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0090    68 74 74 70 3A 2F 2F 77 77 77 2E 77 33 2E 6F 72  - http://www.w3.or
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 00a0    67 2F 32 30 30 35 2F 30 38 2F 61 64 64 72 65 73  - g/2005/08/addres
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 00b0    73 69 6E 67 22 3E 3C 77 73 61 3A 41 63 74 69 6F  - sing"><wsa:Actio
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 00c0    6E 3E 68 74 74 70 3A 2F 2F 77 77 77 2E 77 33 2E  - n>http://www.w3.
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 00d0    6F 72 67 2F 32 30 30 35 2F 30 38 2F 61 64 64 72  - org/2005/08/addr
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 00e0    65 73 73 69 6E 67 2F 73 6F 61 70 2F 66 61 75 6C  - essing/soap/faul
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 00f0    74 3C 2F 77 73 61 3A 41 63 74 69 6F 6E 3E 3C 2F  - t</wsa:Action></
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0100    73 6F 61 70 65 6E 76 3A 48 65 61 64 65 72 3E 3C  - soapenv:Header><
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0110    73 6F 61 70 65 6E 76 3A 42 6F 64 79 3E 3C 73 6F  - soapenv:Body><so
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0120    61 70 65 6E 76 3A 46 61 75 6C 74 3E 3C 66 61 75  - apenv:Fault><fau
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0130    6C 74 63 6F 64 65 3E 3C 2F 66 61 75 6C 74 63 6F  - ltcode></faultco
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0140    64 65 3E 3C 66 61 75 6C 74 73 74 72 69 6E 67 3E  - de><faultstring>
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0150    63 6F 6D 2E 63 74 63 2E 77 73 74 78 2E 65 78 63  - com.ctc.wstx.exc
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0160    2E 57 73 74 78 45 4F 46 45 78 63 65 70 74 69 6F  - .WstxEOFExceptio
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0170    6E 3A 20 55 6E 65 78 70 65 63 74 65 64 20 45 4F  - n:.Unexpected.EO
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0180    46 20 69 6E 20 70 72 6F 6C 6F 67 26 23 78 64 3B  - F.in.prolog&#xd;
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0190    0A 20 61 74 20 5B 72 6F 77 2C 63 6F 6C 20 7B 75  - ..at.[row,col.{u
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 01a0    6E 6B 6E 6F 77 6E 2D 73 6F 75 72 63 65 7D 5D 3A  - nknown-source}]:
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 01b0    20 5B 31 2C 30 5D 3C 2F 66 61 75 6C 74 73 74 72  - .[1,0]</faultstr
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 01c0    69 6E 67 3E 3C 64 65 74 61 69 6C 20 2F 3E 3C 2F  - ing><detail./></
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 01d0    73 6F 61 70 65 6E 76 3A 46 61 75 6C 74 3E 3C 2F  - soapenv:Fault></
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 01e0    73 6F 61 70 65 6E 76 3A 42 6F 64 79 3E 3C 2F 73  - soapenv:Body></s
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 01f0    6F 61 70 65 6E 76 3A 45 6E 76 65 6C 6F 70 65 3E  - oapenv:Envelope>
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0200    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [info] ajp_process_callback::jk_ajp_common.c (1788): Writing to client aborted or client network problems
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [info] ajp_service::jk_ajp_common.c (2447): (worker_tst2) sending request to tomcat failed (unrecoverable), because of client write error (attempt=1)
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_reset_endpoint::jk_ajp_common.c (743): (worker_tst2) resetting endpoint with sd = 18 (socket shutdown)
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] jk_shutdown_socket::jk_connect.c (681): About to shutdown socket 18
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] jk_shutdown_socket::jk_connect.c (732): Shutdown socket 18 and read 6 lingering bytes
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [debug] ajp_done::jk_ajp_common.c (2905): recycling connection pool slot=0 for worker worker_tst2
[Mon Sep 06 20:59:14 2010] worker_tst2 xxx.xxx.com 0.111048
[Mon Sep 06 20:59:14 2010] [21583:3086456592] [info] jk_handler::mod_jk.c (2608): Aborting connection for worker=worker_tst2
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] jk_watchdog_func::mod_jk.c (3015): Watchdog thread running
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] wc_maintain::jk_worker.c (339): Maintaining worker worker_tst
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] ajp_maintain::jk_ajp_common.c (3081): reached pool min size 1 from 1 cache slots
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): sending to ajp13 pos=4 len=5 max=16
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0000    12 34 00 01 0A 00 00 00 00 00 00 00 00 00 00 00  - .4..............
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] jk_watchdog_func::mod_jk.c (3015): Watchdog thread running
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] wc_maintain::jk_worker.c (339): Maintaining worker worker_tst
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] ajp_maintain::jk_ajp_common.c (3081): reached pool min size 1 from 1 cache slots
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): sending to ajp13 pos=4 len=5 max=16
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 0000    12 34 00 01 0A 00 00 00 00 00 00 00 00 00 00 00  - .4..............
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): received from ajp13 pos=0 len=1 max=16
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0000    09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] ajp_maintain::jk_ajp_common.c (3126): pinged 1 sockets in 0 seconds from 1 pool slots
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] wc_maintain::jk_worker.c (339): Maintaining worker worker_tst2
[Mon Sep 06 20:59:35 2010] [21583:3085753232] [debug] ajp_maintain::jk_ajp_common.c (3081): reached pool min size 1 from 1 cache slots
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): received from ajp13 pos=0 len=1 max=16
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0000    09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] ajp_maintain::jk_ajp_common.c (3126): pinged 1 sockets in 0 seconds from 1 pool slots
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] wc_maintain::jk_worker.c (339): Maintaining worker worker_tst2
[Mon Sep 06 20:59:35 2010] [21579:3085753232] [debug] ajp_maintain::jk_ajp_common.c (3081): reached pool min size 1 from 1 cache slots