0 Replies Latest reply on Feb 18, 2009 6:05 AM by gtorres_seidor

    Problems with proxy and j_security_check

      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