>> When i look at the apache log for that request, i dont see where the request 
>> is even making it to apache or tomcat.
>>
>
> Try to request a static file from DocumentRoot directory.
>
> If you cannot, then your HTTPS is not configured correctly. Get that
> working first.

>>>Yeah, I overlooked that in my first response. As long >>>as you don't see
>>>the request in the Apache access log, you'll not >>>make progress.

So i got all the connections worked out and now apache and tomcat are accepting 
connections. However, i still can not get mod_jk working correctly.
Here is the mod_jk debug log:

[Wed Jan 21 12:31:04 2015] [2345:139798017603520] [error] 
extension_fix::jk_uri_worker_map.c (578): Could not find worker with name 
'ajp13' in uri map post processing.
[Wed Jan 21 12:31:04 2015] [2345:139798017603520] [error] 
extension_fix::jk_uri_worker_map.c (578): Could not find worker with name 
'ajp13' in uri map post processing.
[Wed Jan 21 12:33:29 2015] [2430:140672245532608] [error] 
extension_fix::jk_uri_worker_map.c (578): Could not find worker with name 
'ajp13' in uri map post processing.
[Wed Jan 21 12:33:29 2015] [2430:140672245532608] [error] 
extension_fix::jk_uri_worker_map.c (578): Could not find worker with name 
'ajp13' in uri map post processing.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a 
%b %d %H:%M:%S %Y] '
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule 
'/share2/*.*=ajp13' source 'JkMount' was added
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: 
id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=1 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: 
uri=/share2/*.* worker=ajp13 context=/share2/*.* source=JkMount type=Wildchar 
len=11
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a 
%b %d %H:%M:%S %Y] '
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (863): exact rule '/share2=worker1' 
source 'JkMount' was added
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule 
'/share2/*=worker1' source 'JkMount' was added
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: 
id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=2 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/share2/* 
worker=worker1 context=/share2/* source=JkMount type=Wildchar len=9
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/share2 
worker=worker1 context=/share2 source=JkMount type=Exact len=7
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a 
%b %d %H:%M:%S %Y] '
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule 
'/share2/*=worker1' source 'JkMount' was added
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: 
id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=1 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/share2/* 
worker=worker1 context=/share2/* source=JkMount type=Wildchar len=9
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init_jk::mod_jk.c 
(3321): Setting default connection pool max size to 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 
'jk-status' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.jk-status.type' 
with value 'status' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.jk-status.read_only' with value 'true' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_handle_duplicates::jk_map.c (448): Concatenated value is: worker.list -> 
jk-status,jk-manager
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 
'jk-status,jk-manager' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_handle_duplicates::jk_map.c (448): Concatenated value is: worker.list -> 
jk-status,jk-manager,worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 
'jk-status,jk-manager,worker1' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.jk-manager.type' 
with value 'status' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_handle_duplicates::jk_map.c (448): Concatenated value is: worker.list -> 
jk-status,jk-manager,worker1,balancer
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 
'jk-status,jk-manager,worker1,balancer' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.balancer.type' 
with value 'lb' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.balancer.max_reply_timeouts' with value '10' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.balancer.balance_workers' with value 'worker1' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.worker1.reference' with value 'worker.template' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.worker1.host' 
with value 'localhost' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.worker1.port' 
with value '8009' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.worker1.activation' with value 'A' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.template.type' 
with value 'ajp13' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.socket_keepalive' with value 'true' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.connection_pool_minsize' with value '0' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.connection_pool_timeout' with value '600' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.reply_timeout' with value '300000' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.recovery_options' with value '3' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_resolve_references::jk_map.c (781): Checking for references with prefix 
worker. with wildcard (recursion 1)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_resolve_references::jk_map.c (781): Checking for references with prefix 
worker.template without wildcard (recursion 2)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_resolve_references::jk_map.c (816): Copying values from worker.template. 
to worker.worker1.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_shm_calculate_size::jk_shm.c (129): worker balancer of type lb has 1 members
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_shm_calculate_size::jk_shm.c (136): shared memory will contain 1 ajp workers 
and 1 lb workers with 1 members
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] do_shm_open::jk_shm.c 
(579): Truncated shared memory to 2176
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] do_shm_open::jk_shm.c 
(624): Initialized shared memory /var/log/alfresco/shm.2490 size=2176 free=1536 
addr=0x7f3bcd2e0000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
do_shm_open_lock::jk_shm.c (489): Opened shared memory lock 
/var/log/alfresco/shm.2490.lock
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'ServerRoot' -> '/srv/www'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.list' -> 'jk-status,jk-manager,worker1,balancer'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.jk-status.type' -> 'status'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.jk-status.read_only' -> 'true'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.jk-manager.type' -> 'status'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.balancer.type' -> 'lb'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.balancer.max_reply_timeouts' -> '10'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.balancer.balance_workers' -> 'worker1'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.reference' -> 'worker.template'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.host' -> 'localhost'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.port' -> '8009'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.activation' -> 'A'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.type' -> 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.socket_keepalive' -> 'true'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.connection_pool_minsize' -> '0'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.connection_pool_timeout' -> '600'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.reply_timeout' -> '300000'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.recovery_options' -> '3'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.type' -> 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.socket_keepalive' -> 'true'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.connection_pool_minsize' -> '0'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.connection_pool_timeout' -> '600'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.reply_timeout' -> '300000'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.recovery_options' -> '3'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
build_worker_map::jk_worker.c (241): creating worker jk-status
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance jk-status of 
status
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init jk-status
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init::jk_status.c 
(5084): Status worker 'jk-status' is read-only and has css '(null)', prefix 
'worker', name space 'jk:', xml name space 
'xmlns:jk="http://tomcat.apache.org";', document type '(null)'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init::jk_status.c 
(5135): Status worker 'jk-status' has good rating for '0000000f' and bad rating 
for '00ff1010'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
build_worker_map::jk_worker.c (241): creating worker jk-manager
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance jk-manager of 
status
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init jk-manager
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init::jk_status.c 
(5084): Status worker 'jk-manager' is read/write and has css '(null)', prefix 
'worker', name space 'jk:', xml name space 
'xmlns:jk="http://tomcat.apache.org";', document type '(null)'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init::jk_status.c 
(5135): Status worker 'jk-manager' has good rating for '0000000f' and bad 
rating for '00ff1010'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
build_worker_map::jk_worker.c (241): creating worker worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance worker1 of ajp13
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_worker_factory::jk_ajp_common.c (3075): ajp worker 'worker1' type=2 created
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_validate::jk_ajp_common.c (2742): worker worker1 contact is 'localhost:8009'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_ajp_push::jk_ajp_common.c (1137): syncing shm for ajp worker 'worker1' from 
mem (0->0) [0->0]
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2939): setting endpoint options:
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2942): keepalive:              1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2946): socket timeout:         0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2950): socket connect timeout: 0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2954): buffer size:            0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2958): pool timeout:           600
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2962): ping timeout:           10000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2966): connect timeout:        0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2970): reply timeout:          300000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2974): prepost timeout:        0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2978): recovery options:       3
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2982): retries:                2
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2986): max packet size:        8192
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2990): retry interval:         100
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_create_endpoint_cache::jk_ajp_common.c (2802): setting connection pool size 
to 1 with min 0 and acquire timeout 200
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
build_worker_map::jk_worker.c (241): creating worker balancer
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance balancer of lb
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init balancer
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance worker1 of ajp13
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_worker_factory::jk_ajp_common.c (3075): ajp worker 'worker1' type=2 created
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_validate::jk_ajp_common.c (2770): worker worker1 contact 'localhost:8009' 
already configured type=2 (1) [0]
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_ajp_pull::jk_ajp_common.c (1069): syncing mem for ajp worker 'worker1' from 
shm (0->1) [-1->0]
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2939): setting endpoint options:
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2942): keepalive:              1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2946): socket timeout:         0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2950): socket connect timeout: 0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2954): buffer size:            0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2958): pool timeout:           600
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2962): ping timeout:           10000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2966): connect timeout:        0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2970): reply timeout:          300000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2974): prepost timeout:        0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2978): recovery options:       3
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2982): retries:                2
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2986): max packet size:        8192
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2990): retry interval:         100
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_create_endpoint_cache::jk_ajp_common.c (2802): setting connection pool size 
to 1 with min 0 and acquire timeout 200
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
validate::jk_lb_worker.c (1766): Balanced worker 0 has name worker1 and route 
worker1 in domain 
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
update_mult::jk_lb_worker.c (261): worker worker1 gets multiplicity 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_lb_push::jk_lb_worker.c (355): syncing shm for lb 'balancer' from mem (0->0)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [info] init_jk::mod_jk.c 
(3383): mod_jk/1.2.40 initialized
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_worker_for_name::jk_worker.c (115): did not find a worker ajp13
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [error] 
extension_fix::jk_uri_worker_map.c (578): Could not find worker with name 
'ajp13' in uri map post processing.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension 
stripping: id=1, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 
checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=1 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: 
uri=/share2/*.* worker=ajp13 context=/share2/*.* source=JkMount type=Wildchar 
len=11
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from 
index 0 to index 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_worker_for_name::jk_worker.c (115): found a worker worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for 
worker worker1 of type ajp13 (2)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_worker_for_name::jk_worker.c (115): found a worker worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for 
worker worker1 of type ajp13 (2)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension 
stripping: id=2, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 
checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=2 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/share2/* 
worker=worker1 context=/share2/* source=JkMount type=Wildchar len=9
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/share2 
worker=worker1 context=/share2 source=JkMount type=Exact len=7
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from 
index 0 to index 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_worker_for_name::jk_worker.c (115): found a worker worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for 
worker worker1 of type ajp13 (2)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension 
stripping: id=3, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 
checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=1 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/share2/* 
worker=worker1 context=/share2/* source=JkMount type=Wildchar len=9
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from 
index 0 to index 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_shm_close::jk_shm.c (700): Closed shared memory /var/log/alfresco/shm.2490 
childs=1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a 
%b %d %H:%M:%S %Y] '
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule 
'/share2/*.*=ajp13' source 'JkMount' was added
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: 
id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=1 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: 
uri=/share2/*.* worker=ajp13 context=/share2/*.* source=JkMount type=Wildchar 
len=11
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a 
%b %d %H:%M:%S %Y] '
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (863): exact rule '/share2=worker1' 
source 'JkMount' was added
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule 
'/share2/*=worker1' source 'JkMount' was added
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: 
id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=2 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/share2/* 
worker=worker1 context=/share2/* source=JkMount type=Wildchar len=9
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/share2 
worker=worker1 context=/share2 source=JkMount type=Exact len=7
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a 
%b %d %H:%M:%S %Y] '
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule 
'/share2/*=worker1' source 'JkMount' was added
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: 
id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=1 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/share2/* 
worker=worker1 context=/share2/* source=JkMount type=Wildchar len=9
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init_jk::mod_jk.c 
(3321): Setting default connection pool max size to 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 
'jk-status' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.jk-status.type' 
with value 'status' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.jk-status.read_only' with value 'true' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_handle_duplicates::jk_map.c (448): Concatenated value is: worker.list -> 
jk-status,jk-manager
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 
'jk-status,jk-manager' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_handle_duplicates::jk_map.c (448): Concatenated value is: worker.list -> 
jk-status,jk-manager,worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 
'jk-status,jk-manager,worker1' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.jk-manager.type' 
with value 'status' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_handle_duplicates::jk_map.c (448): Concatenated value is: worker.list -> 
jk-status,jk-manager,worker1,balancer
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 
'jk-status,jk-manager,worker1,balancer' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.balancer.type' 
with value 'lb' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.balancer.max_reply_timeouts' with value '10' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.balancer.balance_workers' with value 'worker1' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.worker1.reference' with value 'worker.template' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.worker1.host' 
with value 'localhost' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.worker1.port' 
with value '8009' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.worker1.activation' with value 'A' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 'worker.template.type' 
with value 'ajp13' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.socket_keepalive' with value 'true' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.connection_pool_minsize' with value '0' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.connection_pool_timeout' with value '600' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.reply_timeout' with value '300000' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_read_property::jk_map.c (499): Adding property 
'worker.template.recovery_options' with value '3' to map.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_resolve_references::jk_map.c (781): Checking for references with prefix 
worker. with wildcard (recursion 1)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_resolve_references::jk_map.c (781): Checking for references with prefix 
worker.template without wildcard (recursion 2)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_map_resolve_references::jk_map.c (816): Copying values from worker.template. 
to worker.worker1.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_shm_calculate_size::jk_shm.c (129): worker balancer of type lb has 1 members
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_shm_calculate_size::jk_shm.c (136): shared memory will contain 1 ajp workers 
and 1 lb workers with 1 members
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] do_shm_open::jk_shm.c 
(579): Truncated shared memory to 2176
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] do_shm_open::jk_shm.c 
(624): Initialized shared memory /var/log/alfresco/shm.2490 size=2176 free=1536 
addr=0x7f3bcd2e0000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
do_shm_open_lock::jk_shm.c (489): Opened shared memory lock 
/var/log/alfresco/shm.2490.lock
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'ServerRoot' -> '/srv/www'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.list' -> 'jk-status,jk-manager,worker1,balancer'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.jk-status.type' -> 'status'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.jk-status.read_only' -> 'true'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.jk-manager.type' -> 'status'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.balancer.type' -> 'lb'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.balancer.max_reply_timeouts' -> '10'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.balancer.balance_workers' -> 'worker1'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.reference' -> 'worker.template'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.host' -> 'localhost'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.port' -> '8009'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.activation' -> 'A'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.type' -> 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.socket_keepalive' -> 'true'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.connection_pool_minsize' -> '0'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.connection_pool_timeout' -> '600'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.reply_timeout' -> '300000'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.template.recovery_options' -> '3'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.type' -> 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.socket_keepalive' -> 'true'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.connection_pool_minsize' -> '0'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.connection_pool_timeout' -> '600'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.reply_timeout' -> '300000'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] jk_map_dump::jk_map.c 
(597): Dump of map 4: 'worker.worker1.recovery_options' -> '3'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
build_worker_map::jk_worker.c (241): creating worker jk-status
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance jk-status of 
status
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init jk-status
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init::jk_status.c 
(5084): Status worker 'jk-status' is read-only and has css '(null)', prefix 
'worker', name space 'jk:', xml name space 
'xmlns:jk="http://tomcat.apache.org";', document type '(null)'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init::jk_status.c 
(5135): Status worker 'jk-status' has good rating for '0000000f' and bad rating 
for '00ff1010'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
build_worker_map::jk_worker.c (241): creating worker jk-manager
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance jk-manager of 
status
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init jk-manager
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init::jk_status.c 
(5084): Status worker 'jk-manager' is read/write and has css '(null)', prefix 
'worker', name space 'jk:', xml name space 
'xmlns:jk="http://tomcat.apache.org";', document type '(null)'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] init::jk_status.c 
(5135): Status worker 'jk-manager' has good rating for '0000000f' and bad 
rating for '00ff1010'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
build_worker_map::jk_worker.c (241): creating worker worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance worker1 of ajp13
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_worker_factory::jk_ajp_common.c (3075): ajp worker 'worker1' type=2 created
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_validate::jk_ajp_common.c (2742): worker worker1 contact is 'localhost:8009'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_ajp_push::jk_ajp_common.c (1137): syncing shm for ajp worker 'worker1' from 
mem (0->0) [0->0]
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2939): setting endpoint options:
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2942): keepalive:              1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2946): socket timeout:         0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2950): socket connect timeout: 0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2954): buffer size:            0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2958): pool timeout:           600
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2962): ping timeout:           10000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2966): connect timeout:        0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2970): reply timeout:          300000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2974): prepost timeout:        0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2978): recovery options:       3
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2982): retries:                2
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2986): max packet size:        8192
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2990): retry interval:         100
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_create_endpoint_cache::jk_ajp_common.c (2802): setting connection pool size 
to 1 with min 0 and acquire timeout 200
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
build_worker_map::jk_worker.c (241): creating worker balancer
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance balancer of lb
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init balancer
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (145): about to create instance worker1 of ajp13
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_worker_factory::jk_ajp_common.c (3075): ajp worker 'worker1' type=2 created
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_create_worker::jk_worker.c (158): about to validate and init worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_validate::jk_ajp_common.c (2770): worker worker1 contact 'localhost:8009' 
already configured type=2 (1) [0]
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_ajp_pull::jk_ajp_common.c (1069): syncing mem for ajp worker 'worker1' from 
shm (0->1) [-1->0]
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2939): setting endpoint options:
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2942): keepalive:              1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2946): socket timeout:         0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2950): socket connect timeout: 0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2954): buffer size:            0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2958): pool timeout:           600
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2962): ping timeout:           10000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2966): connect timeout:        0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2970): reply timeout:          300000
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2974): prepost timeout:        0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2978): recovery options:       3
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2982): retries:                2
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2986): max packet size:        8192
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_init::jk_ajp_common.c (2990): retry interval:         100
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
ajp_create_endpoint_cache::jk_ajp_common.c (2802): setting connection pool size 
to 1 with min 0 and acquire timeout 200
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
validate::jk_lb_worker.c (1766): Balanced worker 0 has name worker1 and route 
worker1 in domain 
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
update_mult::jk_lb_worker.c (261): worker worker1 gets multiplicity 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
jk_lb_push::jk_lb_worker.c (355): syncing shm for lb 'balancer' from mem (0->0)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [info] init_jk::mod_jk.c 
(3383): mod_jk/1.2.40 initialized
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_worker_for_name::jk_worker.c (115): did not find a worker ajp13
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [error] 
extension_fix::jk_uri_worker_map.c (578): Could not find worker with name 
'ajp13' in uri map post processing.
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension 
stripping: id=1, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 
checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=1 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: 
uri=/share2/*.* worker=ajp13 context=/share2/*.* source=JkMount type=Wildchar 
len=11
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from 
index 0 to index 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_worker_for_name::jk_worker.c (115): found a worker worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for 
worker worker1 of type ajp13 (2)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_worker_for_name::jk_worker.c (115): found a worker worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for 
worker worker1 of type ajp13 (2)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension 
stripping: id=2, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 
checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=2 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/share2/* 
worker=worker1 context=/share2/* source=JkMount type=Wildchar len=9
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/share2 
worker=worker1 context=/share2 source=JkMount type=Exact len=7
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from 
index 0 to index 1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_worker_for_name::jk_worker.c (115): found a worker worker1
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13'
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for 
worker worker1 of type ajp13 (2)
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension 
stripping: id=3, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 
checked=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 
capacity=0
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=1 nosize=0 
capacity=4
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/share2/* 
worker=worker1 context=/share2/* source=JkMount type=Wildchar len=9
[Wed Jan 21 12:34:35 2015] [2490:139894823892928] [debug] 
uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from 
index 0 to index 1
[Wed Jan 21 12:34:35 2015] [2507:139894823892928] [debug] do_shm_open::jk_shm.c 
(634): Attached shared memory /var/log/alfresco/shm.2490 [2] size=2176 
workers=2 free=384 addr=0x7f3bcd2e0000
[Wed Jan 21 12:34:35 2015] [2507:139894823892928] [debug] 
do_shm_open_lock::jk_shm.c (430): Duplicated shared memory lock 
/var/log/alfresco/shm.2490.lock
[Wed Jan 21 12:34:35 2015] [2507:139894823892928] [debug] 
jk_child_init::mod_jk.c (3266): Initialized mod_jk/1.2.40
[Wed Jan 21 12:34:35 2015] [2511:139894823892928] [debug] do_shm_open::jk_shm.c 
(634): Attached shared memory /var/log/alfresco/shm.2490 [4] size=2176 
workers=2 free=384 addr=0x7f3bcd2e0000
[Wed Jan 21 12:34:35 2015] [2511:139894823892928] [debug] 
do_shm_open_lock::jk_shm.c (430): Duplicated shared memory lock 
/var/log/alfresco/shm.2490.lock
[Wed Jan 21 12:34:35 2015] [2511:139894823892928] [debug] 
jk_child_init::mod_jk.c (3266): Initialized mod_jk/1.2.40
[Wed Jan 21 12:34:35 2015] [2508:139894823892928] [debug] do_shm_open::jk_shm.c 
(634): Attached shared memory /var/log/alfresco/shm.2490 [3] size=2176 
workers=2 free=384 addr=0x7f3bcd2e0000
[Wed Jan 21 12:34:35 2015] [2508:139894823892928] [debug] 
do_shm_open_lock::jk_shm.c (430): Duplicated shared memory lock 
/var/log/alfresco/shm.2490.lock
[Wed Jan 21 12:34:35 2015] [2508:139894823892928] [debug] 
jk_child_init::mod_jk.c (3266): Initialized mod_jk/1.2.40
[Wed Jan 21 12:34:35 2015] [2510:139894823892928] [debug] do_shm_open::jk_shm.c 
(634): Attached shared memory /var/log/alfresco/shm.2490 [5] size=2176 
workers=2 free=384 addr=0x7f3bcd2e0000
[Wed Jan 21 12:34:35 2015] [2510:139894823892928] [debug] 
do_shm_open_lock::jk_shm.c (430): Duplicated shared memory lock 
/var/log/alfresco/shm.2490.lock
[Wed Jan 21 12:34:35 2015] [2510:139894823892928] [debug] 
jk_child_init::mod_jk.c (3266): Initialized mod_jk/1.2.40
[Wed Jan 21 12:34:35 2015] [2509:139894823892928] [debug] do_shm_open::jk_shm.c 
(634): Attached shared memory /var/log/alfresco/shm.2490 [6] size=2176 
workers=2 free=384 addr=0x7f3bcd2e0000
[Wed Jan 21 12:34:35 2015] [2509:139894823892928] [debug] 
do_shm_open_lock::jk_shm.c (430): Duplicated shared memory lock 
/var/log/alfresco/shm.2490.lock
[Wed Jan 21 12:34:35 2015] [2509:139894823892928] [debug] 
jk_child_init::mod_jk.c (3266): Initialized mod_jk/1.2.40
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
map_uri_to_worker_ext::jk_uri_worker_map.c (1170): Attempting to map URI '/' 
from 1 maps
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
find_match::jk_uri_worker_map.c (984): Attempting to map context URI 
'/share2/*=worker1' source 'JkMount'
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
jk_translate::mod_jk.c (3741): no match for / found
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
map_uri_to_worker_ext::jk_uri_worker_map.c (1170): Attempting to map URI '/' 
from 1 maps
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
find_match::jk_uri_worker_map.c (984): Attempting to map context URI 
'/share2/*=worker1' source 'JkMount'
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
jk_map_to_storage::mod_jk.c (3816): no match for / found
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
map_uri_to_worker_ext::jk_uri_worker_map.c (1170): Attempting to map URI 
'/error/HTTP_FORBIDDEN.html.var' from 1 maps
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
find_match::jk_uri_worker_map.c (984): Attempting to map context URI 
'/share2/*=worker1' source 'JkMount'
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
jk_map_to_storage::mod_jk.c (3816): no match for /error/HTTP_FORBIDDEN.html.var 
found
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
map_uri_to_worker_ext::jk_uri_worker_map.c (1170): Attempting to map URI 
'/error/include/top.html' from 1 maps
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
find_match::jk_uri_worker_map.c (984): Attempting to map context URI 
'/share2/*=worker1' source 'JkMount'
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
jk_map_to_storage::mod_jk.c (3816): no match for /error/include/top.html found
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
map_uri_to_worker_ext::jk_uri_worker_map.c (1170): Attempting to map URI 
'/error/include/bottom.html' from 1 maps
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
find_match::jk_uri_worker_map.c (984): Attempting to map context URI 
'/share2/*=worker1' source 'JkMount'
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
jk_map_to_storage::mod_jk.c (3816): no match for /error/include/bottom.html 
found
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
map_uri_to_worker_ext::jk_uri_worker_map.c (1170): Attempting to map URI 
'/error/contact.html.var' from 1 maps
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
find_match::jk_uri_worker_map.c (984): Attempting to map context URI 
'/share2/*=worker1' source 'JkMount'
[Wed Jan 21 12:34:46 2015] [2507:139894823892928] [debug] 
jk_map_to_storage::mod_jk.c (3816): no match for /error/contact.html.var found
[Wed Jan 21 12:34:47 2015] [2517:139894823892928] [debug] do_shm_open::jk_shm.c 
(634): Attached shared memory /var/log/alfresco/shm.2490 [7] size=2176 
workers=2 free=384 addr=0x7f3bcd2e0000
[Wed Jan 21 12:34:47 2015] [2517:139894823892928] [debug] 
do_shm_open_lock::jk_shm.c (430): Duplicated shared memory lock 
/var/log/alfresco/shm.2490.lock
[Wed Jan 21 12:34:47 2015] [2517:139894823892928] [debug] 
jk_child_init::mod_jk.c (3266): Initialized mod_jk/1.2.40

Any ideas as to how to get this working?

>> Here is mod_jk:
>>
>>
>> # simple configuration for apache (for AJP connector, modul mod_jk.so)
>>
>> <IfModule mod_jk.c>
>>
>>      JkWorkersFile /opt/alfresco/tomcat/workers.properties
>>      JkLogFile /var/log/alfresco/mod_jk.log
>>      JkShmFile /var/log/alfresco/shm
>>
>>      # Log level to be used by mod_jk
>>      JkLogLevel error
>>
>>      # The following line prohibits users from directly accessing WEB-INF
>>      <Location "/share/WEB-INF/">
>>      #AllowOverride None
>>      Require all denied
>>      </Location>
>>      #<Location "/servlets-examples/WEB-INF/">
>>      #AllowOverride None
>>      #deny from all
>>      #</Location>
>>
>>
>> </IfModule>
>>
>>
>> Here is worker.properties:
>>
>>
>> worker.list=jk-status
>> worker.jk-status.type=status
>> worker.jk-status.read_only=true
>>
>> worker.list=jk-manager
>> worker.list=worker1
>> worker.jk-manager.type=status
>>
>> worker.list=balancer

>> worker.balancer.type=lb
>> worker.balancer.max_reply_timeouts=10
>>
>> worker.balancer.balance_workers=worker1
>> worker.worker1.reference=worker.template
>> worker.worker1.host=localhost
>> worker.worker1.port=8009
>> worker.worker1.activation=A
>> worker.template.type=ajp13
>> worker.template.socket_keepalive=true
>> worker.template.connection_pool_minsize=0
>> worker.template.connection_pool_timeout=600
>> worker.template.reply_timeout=300000
>> worker.template.recovery_options=3

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to