Re: GWT 2.0 - Eclipse Plugin - Maven: 404 running in DevMode

2010-01-22 Thread Keith Platfoot
Hi Jim, I believe the solution here is to just add a -startupUrl parameter to your Java launch configuration. In the absence of that parameter, DevMode tries to guess which HTML host page you want to open, but I don't think it searches subdirectories. You can instead tell it exactly which page t

Re: GWT 2.0 - Eclipse Plugin - Maven: 404 running in DevMode

2010-01-18 Thread UJ
You can always change that HTML's location in welcome file list in the web.xml -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send em

GWT 2.0 - Eclipse Plugin - Maven: 404 running in DevMode

2010-01-18 Thread Jim Adkins
I'm receiving a "404" status code when attempting to use the GWT 2.0 Eclipse plug-in. The project was originally created with GWT 1.7 and used an Eclipse "Run Configuration" based on a "Java Application" run type. I modified the run configuration to use "DevMode" and GWT 2.0 library. When I "copy