If you mean that you want to be able to type "http://virtualhostexample.com/Application.html" in the hosted mode address bar and see the application running locally in the hosted mode's embedded server, then couldn't you put virtualhostexample.com in your hosts file and point it at 127.0.0.1? Or do you want the hosted mode browser to view the application running on the actual remote machine at virtualhostexample.com, in which case perhaps you need the -noserver option? Or perhaps I'm not understanding your request properly.
On Thu, Aug 13, 2009 at 11:47 PM, Tiago Z.C<[email protected]> wrote: > Hi, > Just more one question... > Is possible change the default url of the hosted mode to an address of a > virtual host? I searched on web and didn't find anything related to that. > I would like to click to run the application and hosted mode starts on > virtualhostexample.com/Application.html > Thank you > > On Wed, Aug 12, 2009 at 10:40 PM, Tiago Z.C <[email protected]> wrote: >> >> Ian >> I was not understand you because i have understand that the gwt code on >> time of running was execute like java bytecode on a servlet container like >> jetty, and just after the compile process the java code was transformed to >> javascript code. >> But know, i was looking for about -noserver option that you talk and find >> what i wanted. Now i can develop the way that i would like. >> Thank you, thank you very much!!! >> >> On Tue, Aug 11, 2009 at 8:34 PM, Ian Bambury <[email protected]> wrote: >>> >>> 2009/8/12 Tiago Z.C <[email protected]> >>>> >>>> Ian >>>> If i do that, every time that i want to see the chances that i made on >>>> my app i will have to compile right? I have some doubts because with a >>>> small >>>> project the compile process take around 30 seconds. >>> >>> Hi Tiago, >>> No, you don't have to compile every time for the GWT code, it's the same >>> as hosted mode, just refresh. >>> For PHP code, you might have to refresh the hosted mode browser (not >>> recompile, just F5), but you might not even have to do that. If your app has >>> a search button which does a typical search, then provided just the PHP code >>> has changed (and not the GWT code which displays the results), you can just >>> click 'Search' again. >>> Ian >>> http://examples.roughian.com >>> >> >> >> >> -- >> Tiago Zortéa de Conto >> Mac User - MAC OS X Leopard >> MSN: [email protected] > > > > -- > Tiago Zortéa de Conto > Mac User - MAC OS X Leopard > MSN: [email protected] > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
