Hi,
I'm trying to access my JBoss App across an Apache Proxy installed in another server
to make it accesible from an external site.
I configured my proxy with
ProxyPass /app
http://server:8080/app/
ProxyPassReverse /app
http://server:8080/app/
When I try to access it from outside with
http://external_ip/app, I reach the login form,
but after login I get the error:
[error] [client ******] File does not exist: /var/www/html/j_security_check, referer:
http://192.168.202.9/app
Any suggestion?
Thank you
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211017#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...