Re: Struts2 dispatch request to another application

2011-08-30 Thread Jeff Black
generally means grabbing other servlets or JSPs. > > Best, jb / From: "jlm...@gmail.com" To: Dave Newton ; Struts Users Mailing List Sent: Friday, August 26, 2011 6:00 PM Subject: Re: Struts2 dispatch request to another application We

Re: Struts2 dispatch request to another application

2011-08-26 Thread jlmagc
ruts Users Mailing List; Subject: Re: Struts2 dispatch request to another application On Fri, Aug 26, 2011 at 6:51 PM, 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'

Re: Struts2 dispatch request to another application

2011-08-26 Thread Dave Newton
On Fri, Aug 26, 2011 at 6:51 PM, 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 loo

Re: Struts2 dispatch request to another application

2011-08-26 Thread Chris Pratt
You'll probably have to write an action that retrieves the content and makes it available to a Stream Result ( http://struts.apache.org/2.0.14/docs/stream-result.html). (*Chris*) On Fri, Aug 26, 2011 at 1:57 PM, JOSE L MARTINEZ-AVIAL wrote: > Hello all, > I'm using Struts 2.1.8.1. I have a req

Re: Struts2 dispatch request to another application

2011-08-26 Thread jlmagc
Users Mailing List Responder a: Yo Asunto: Re: Struts2 dispatch request to another application Enviado: 26 Ago, 2011 18:51 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

Re: Struts2 dispatch request to another application

2011-08-26 Thread jlmagc
maurizio.cucchi...@gmail.com Para: Struts Users Mailing List Responder a: Struts Users Mailing List Asunto: Re: Struts2 dispatch request to another application Enviado: 26 Ago, 2011 18:42 You could try to change from dispatcher to redirect type, I'm not sure it will work. Also, I'm not s

Re: Struts2 dispatch request to another application

2011-08-26 Thread Maurizio Cucchiara
You could try to change from dispatcher to redirect type, I'm not sure it will work. Also, I'm not sure how it fits with your requirements (the address will be visible in the address bar). Maurizio Cucchiara On 26 August 2011 22:57, JOSE L MARTINEZ-AVIAL wrote: > dispatcher ---