配置Apache+tomcat负载均衡后Apache无法启动

只可能是httpd.conf  works.properties  里出了错误

1.把添加到httpd.conf的那一段的所有注释去掉。

2.不使用 include mod_jk.conf ,直接将其内容添加到httpd.conf下面

3.仔细检查httpd.conf 和works.properties , 我曾经将tomcat主机地址写成‘localhos e’  而浪费几个小时。

到logs目录 查看错误日志。

猜你喜欢

转载自xuxl.iteye.com/blog/1046959