On Fri, 23 Apr 2010 08:47:30 -0700 (PDT)
Tapan Maheshwari wrote:
> I could open the home page by typing http://localhost:8080/ , which opens up
> the home page from the j2ee application server,
Not with the configuration you posted, which only proxies URLs under /myapp/.
Once you've sorted out
My apache server is dated, but this is what I did in order to make it work
in ssl.conf
client-->apache reverse proxy-->backend http application server
ServerName mydomain.com
ServerAlias mydomain
ProxyBadHeader Ignore
ProxyRequests Off
#ProxyPreserveHost On
RewriteEngine On
SSLProxyEngine on
I have installed Apache HttpServer (v2.2) on WindowsXP machine and trying to
configure Reverse-Proxy within Apache HTTPServer, which will act as a proxy to
an J2EE ApplicationServer(Weblogic) running on a SEPARATE Machine.
The application is installed on J2EE Server (including images, html pages,