[jboss-user] [Installation, Configuration & Deployment] - Jbossas + mod_proxy_ajp = VERY SLOW

Aurelio Costa arcosta at gmail.com
Thu Aug 27 15:58:08 EDT 2009


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<http://192.168.0.10:8080/admin-console>
ProxyPass /admin-console
ajp://192.168.0.10:8009/admin-console<http://192.168.0.10:8080/admin-console>


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

2009/8/27 interchange <do-not-reply at 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-user
>



-- 
Aurélio R. Costa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20090827/988e06a0/attachment.html 


More information about the jboss-user mailing list