Hi,
I'm doing everything here inside my local network, thus the NAT IP's.
I have Jbossas setup on 192.168.0.10 and if i access it using my browser it works just
fine if i go
http://192.168.0.10:8080
I have apache 2.2 setup on 192.168.0.5
My Proxy config looks like this:
ProxyPassReverse /admin-console
http://192.168.0.10:8080/admin-console
ProxyPass /admin-console
http://192.168.0.10:8080/admin-console
The issue is, when I go to
http://192.168.0.5/admin-console
- it takes a long time. Upwards of 30 seconds or more
- the images and CSS seem quite broken
- login doesn't work.
Ideas?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252090#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...