proxy_ajp:error (70007)The timeout specified has expired:
I have solved it by adding this two simple lines into httpd.conf
file:
Timeout 600
ProxyTimeout 600
I also rebooted the whole server, not just Tomcat. No idea if that was necessary, but seems like it.