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 <[email protected]> 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 <[email protected]> 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 [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 -~----------~----~----~----~------~----~------~--~---
