Total GWT newbie here trying to get the first app up and running.  I'm
using Eclipse 3.5.2 and have created and run the sample app you get
with New->Google->Web Application.  The app and the GWT plugin for
Eclipse all work great.

Now I am trying to add a GWT client module to my multi-module maven
project that already contains various server maven-modules.  I used
the the "gwt-maven-plugin" archetype to create the module and the
directory structure seems fine, however, I cannot run in hosted mode.

When launching the debug web application I get an error in the
console:

     [WARN] No startup URLs supplied and no plausible ones found --
use -startupUrl

I noticed that the working application used the -startupUrl argument
to the launch and so I added "-startupUrl index.html" to mine but when
browsing to that location with firefox I get a 404.

     http://127.0.0.1:8888/index.html?gwt.codesvr=127.0.0.1:9997

I picked index.html as the URL because the archetype created that file
in the "src/main/mywebapp/" directory -- which also contains my WEB-
INF directory.   I'm not sure this part of the directory structure is
correct.  Another potential problem is that the "war" directory in
this module does not contain the index.html.  So perhaps the resources
are not getting copied correctly.   Any guidance here is appreciated!

-- 
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.

Reply via email to