But what if I have two .html pages: index.html - the gwt entry page and error.html - for servlet errors like 404. Plugin may erroneously choose error.html as a start page.
It is not difficult to set -startupUrl of course, but it would be more conveinent to have a field for a main page. On 30 ноя, 21:45, Rajeev Dayal <[email protected]> wrote: > Previously, specifying the startupURL would cause the Hosted Browser to open > up and navigate to this address by default. With the new Development Mode, > the Development Mode debugging session is started by having the user enter > the URL in their (real) brower's address bar. So, the startupURL is really > no longer as useful as a first-class launch configuration option. > > > > On Sat, Nov 28, 2009 at 6:39 AM, Filipe Sousa <[email protected]> wrote: > > On Nov 28, 11:03 am, Andrey <[email protected]> wrote: > > > Hello! > > > > Why is startupUrl field removed from run configuration in RC2? > > > For example, I use a servlet as a main page, GWT plugin obviously > > > cannot determine the servlet's url itself and gives me incorrect url > > > by default. > > > Now I need to set -startupUrl in program arguments. > > > > It would be better if your return the field back - it was very > > > convenient. > > > > Thanks in advance! > > > +1 > > > -- > > > 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]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
