On Friday, May 18, 2012 11:37:20 PM UTC+2, JoseM wrote:
>
> So I am assuming I would do this on the client project right? I can't sem 
> to get it to work though.  
>
> No matter what settings I put for the war I get this message:
>
> [WARN] No startup URLs supplied and no plausible ones found -- use 
> -startupUrl
>
Oh yeah, sure, I forgot to say that you have to add or update the 
-startupUrl argument: -startupUrl http://127.0.0.1:8080/foobar/index.html 
(where the URL is the one of your Jetty server), and uncheck "use embedded 
server" (or add the -noserver argument).

 

> And when I go to the root of the jetty server the index.html file is not 
> there.
>
Then you have to build your project, or whatever it takes to make your 
webapp work (i.e. copy index.html to the folder served by your jetty 
server); that goes beyond GWT usage though.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/_e_5I5XmUccJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to