Hello,
Code:
CentOS release 6.7 (Final)
Kernel \r on an \m
apache-tomcat-7.0.47
jdk1.7.0_45
tomcat-connectors-1.2.41
The Tomcat is up and running fine on port 8080. I followed all steps from this link:
http://www.bluhm-de.com/installing-m....2-on-centos-6
Then:
Code:
# vi /etc/httpd/conf/workers.properties
workers.tomcat_home=/var/java/apache-tomcat-7.0.47
workers.java_home=/var/java/default
ps=/
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
service httpd restart
Its not redirecting requests to tomcat
Please advise
Thanks in anticipation