Also, don't forget you can change the redirect pattern so Wicket
doesn't do redirects anymore. This would mean that you can't do
redirect after post but that may be something you can live with.

Martijn


On 2/3/06, Timo Stamm <[EMAIL PROTECTED]> wrote:
> Mark Derricutt schrieb:
> > On 2/4/06, Timo Stamm <[EMAIL PROTECTED]> wrote:
> >
> > The request forwarding works flawlessly, but the redirect locations
> >> created by wicket point to the app server. This is what I expect, but I
> >> need these redirects to point to the proxy server.
> >>
> >
> >>From memory mod_proxy has TWO options, the forward proxy, and the reverse
> > proxy setting.  Which rewrites URLs coming OUT of the application.
> >
> > So if wicket generated a URL pointing to
> > localhost:8080/my-wicket-app/foo.jpg the reverse proxy would convert that to
> > www.myapp.com/foo.jpg
> >
> > That may be what you're missing.
>
>
> Thanks, I will investigate if it is possible to use the reverse proxy on
> the server. This seems a lot better than creating dependencies in my app.
>
>
> Timo
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


--
Living a wicket life...

Martijn Dashorst - http://www.jroller.com/page/dashorst

Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to