Re: No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-13 Thread Thomas Broyer
No. The welcome-file in your web.xml just tells the servlet container what to serve when the URL matches a directory. It does not specifically tell the GPE that this is where you want to start "debugging" your app (does that page even loads your GWT app? who knows…) I don't know the heuristics of

Re: No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-12 Thread Rob Tanner
And, BTW, I do have the -startupUrl set in the run configuration for the app in Eclipse. ?? ~ Rob On Monday, May 12, 2014 3:18:17 PM UTC-7, Rob Tanner wrote: > > Hi, > > Every time I try to bring up an application in Development mode in Eclipse > I get this message and that's as far as it goe

No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is

2014-05-12 Thread Rob Tanner
Hi, Every time I try to bring up an application in Development mode in Eclipse I get this message and that's as far as it goes: *[WARN] No startup URLs supplied and no plausible ones found -- use -startupUrl* My web.xml includes: FERPASigningRequest.jsp Isn't that the startup URL.