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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...