If you'd like, you can enter a full URL in the URL field for the launch
configuration. That is, you can enter http://yourhostname.com:8080, and the
hosted browser will start up and attempt to navigate to that URL. In this
example, I'm assuming that you're launch configuration specifies that the
built-in server will be listening on port 8080.

On Tue, May 5, 2009 at 11:38 AM, k9mab <mab.m...@gmail.com> wrote:

>
> 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
> > against a particular file (HTML or JSP).
> >
> > To change the default URL for a launch, follow the instructions here
> (esp.
> > the "GWT Settings" section):
> >
> > http://code.google.com/eclipse/docs/running_and_debugging.html
> >
> > Rajeev
> >
> > 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.
> >
> > > How can I change it so that it'shttp://localhost:8080/myAppor
> > > something different than the default?
> >
> > > - Tim
> >
>

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

Reply via email to