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 to http://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 as http://localhost:8080. > > How can I change it so that it's http://localhost:8080/myApp or > 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 -~----------~----~----~----~------~----~------~--~---
