On Mon, Oct 22, 2012 at 3:05 PM, Abraham Lin <[email protected]>wrote:

> The path rewriting should be done by the proxy, not by your code. What are
> you using as the proxy?


I am using the following in my apache config:

       <Location /PubzMeAPI-TEST/>
                ProxyPass ajp://localhost:8009/dev-PubzMeAPI-TEST/
        </Location>

I do need to change the cookies to match based on the hostname + path being
requested, as the same servlet will have multiple hostnames/paths it can be
accessed by.

At this moment I am leaning towards trying to insert manual cookies sets in
@override for "processCall", as I can't seem to find a way to set this
dynamically on a per request basis. :(


>
> -Abraham
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/ZrFfNsFcEDwJ.
>
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to