Re: Re: [EMAIL PROTECTED] Apache reverse proxy and IBM websphere

2006-06-01 Thread Gabriele Barberi
I'm able to see the login mask, but when I try to log in I the application doesn't start (Page not found) G What do the Proxy and WebSphere logfiles reveal? Have you tried a manual HTTP connection from your proxy server to your webserver server. i.e. telnet websphere server websphere port

Re: Re: [EMAIL PROTECTED] Apache reverse proxy and IBM websphere

2006-05-30 Thread Richard de Vries
What do the Proxy and WebSphere logfiles reveal? Have you tried a manual HTTP connection from your proxy server to your webserver server. i.e. telnet websphere server websphere port GET /application name HTTP/1.0 R --- Gabriele Barberi [EMAIL PROTECTED] wrote: I already include the port

[EMAIL PROTECTED] Apache reverse proxy and IBM websphere

2006-05-29 Thread Barberi Gabriele
Hi all, I need to implement a reverse proxy for export a local network server with WebSphere on the public web server. I'm currently running apache Hi all, I'm currently running apache 1.3.27 on a SuSE 8.2 and I need to use Websphere 5.1 from web. Websphere server is running on local network. I

Re: [EMAIL PROTECTED] Apache reverse proxy and IBM websphere

2006-05-29 Thread Richard de Vries
Doesn't WebSphere run on a specific port like 9080. (and not 80). Make sure to include that port in your forward statement. Thus: ProxyPass /websphere http://websphere-address:websphere-port/WS Does the reverse proxy run on the WebSphere server, or a server external to the websphere server?

Re: Re: [EMAIL PROTECTED] Apache reverse proxy and IBM websphere

2006-05-29 Thread Gabriele Barberi
I already include the port but it doesn't work. The reverse proxy runs on an external server Regards Gabriele Doesn't WebSphere run on a specific port like 9080. (and not 80). Make sure to include that port in your forward statement. Thus: ProxyPass /websphere