Is it possible to get this to use the actual hostname instead of
localhost?
I'm trying to tie this into CAS auth filter which redirects to a login
page on the CAS server, which in turn redirects back to my page after
auth is successful. I get through the CAS auth ok but the redirect
back to my app doesn't work. I'm guessing that this is because the CAS
client on my side is passing a localhost URL to the CAS server and the
CAS server post-auth redirect back to my app fails because localhost
doesn't have the same meaning over there.
Mike
On May 4, 11:03 am, Rajeev Dayal <
rda...@google.com> wrote:
> Hey Tim,
>
> Right now, we have not built functionality into the Eclipse Plugin to detect
> when you want to launch your app and hit a particular servlet; we only
> append tohttp://localhost:8080/when you perform a right-click launch
> On Fri, May 1, 2009 at 11:01 PM, TimOnGmail <
timbes...@gmail.com> wrote:
>
> > Hi all...
>
> > When I run a GWT app in Tomcat, I can specify the base URL in the
> > web.xml, or just by the fact that the webapp is known by the name of
> > the directory it's in in the webapps directory.
>
> > However, running in the Eclipse plugin, in hosted mode, it seems it
> > always runs ashttp://localhost:8080.