On this way you're not using mod_proxy_ajp just mod_proxy

ProxyPassReverse /admin-console http://192.168.0.10:8080/admin-console
ProxyPass /admin-console http://192.168.0.10:8080/admin-console


Try this configuration

ProxyPassReverse /admin-console ajp://192.168.0.10:8009/admin-console
ProxyPass /admin-console ajp://192.168.0.10:8009/admin-console


Any way i have no idea about broken images and CSS.

2009/8/27 interchange <do-not-reply@jboss.com>
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#4252090

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252090
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user



--
Aurélio R. Costa