1. Log in to BIG-IP .
2. Make a backup using below command :
/config/httpd/conf.d/proxy_ajp.conf cp /config/httpd/conf.d/proxy_ajp.conf /config/httpd/conf.d/proxy_ajp.conf.bk
3.Edit /config/httpd/conf.d/proxy_ajp.conf
Below is the command to make the changes. After the command press "i" (insert) to enable the editing and once the changes are done, enter esc and type :wq!(write and quite).
vi /config/httpd/conf.d/proxy_ajp.conf
Locate the following two "#ProxyPass" lines and the below command .
#ProxyPass /tomcat/ ajp://localhost:8009/
#ProxyPass /examples/ ajp://localhost:8009/jsp-examples/
ProxyTimeout 10 #<----- Add this line
4.Save and close the file.
5.Restart httpd and tomcat.
bigstart restart httpd tomcat