Well, I suppouse that's the only way, it's only that I thought somebody would 
have come with this problem early, and I wanted to know how, if so, they solved 
it.

JL
Sent via BlackBerry from T-Mobile

-----Original Message-----
From: Dave Newton <davelnew...@gmail.com>
Date: Fri, 26 Aug 2011 18:54:18 
To: Struts Users Mailing List<user@struts.apache.org>; <jlm...@gmail.com>
Subject: Re: Struts2 dispatch request to another application

On Fri, Aug 26, 2011 at 6:51 PM, <jlm...@gmail.com> wrote:

> I thought of that, but it doesn't work because the other server is not
> available through Internet, only the first one. So I need to 'tunnelize' the
> request from the browser to the other server thorugh my application.
>

If you're trying to make it look like the request is being served by your
app, but coming from another one, then you'll basically need to use
something like HttpClient to make the underlying request and stream its
results back to the client of your app.

Dave

Reply via email to