You have the choice: - deploy geoserver on a separate server and setup a "proxy servlet<http://code.google.com/p/google-web-toolkit/issues/detail?id=3131>" in your webapp to "bypass" the SOP - deploy your GWT app along with geoserver in a server (using WTP for instance) and launch your DevMode in -noserver (see http://code.google.com/eclipse/docs/faq.html#gwt_in_eclipse_for_java_ee )
We've been doing both on different projects (for geoserver, alfresco and/or solr) and they work. I switched yesterday from Jetty-WTP to an external Jetty, configuring a WebAppContext to directly look things up in my Eclipse workspace and it seems to work OK too (I'm using Maven, and I start DevMode with -war pointing to my target/mywebapp-0.0.1-SNAPSHOT folder; Jetty looks in src/main/webapp and target/mywebapp-0.0.1-SNAPSHOT and uses the target/classes of my several server projects as an extraClasspath). -- 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-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.