[jboss-user] [Installation, Configuration & Deployment] - Re: 4.2.0.CR2 ajp not working
chip_schoch
do-not-reply at jboss.com
Fri Apr 27 12:41:38 EDT 2007
Thanks alot. I a running httpd locally but using mod_proxy and had my Proxy set to the name of my machine. Changed it from:
| <Proxy balancer://cluster>
| BalancerMember ajp://elx000393.elynx.com:8009
| </Proxy>
to:
| <Proxy balancer://cluster>
| BalancerMember ajp://127.0.0.1:8009
| </Proxy>
And that took care of the issue
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041476#4041476
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041476
More information about the jboss-user
mailing list