On 13 août, 10:20, Sergey Ponomarev <serg...@gmail.com> wrote:
> Hello.
>
> Could you please tell me is it possible to configure maven-gwt-plugin
> so it will use existing GlassFish for hosted mode but not the bundled
> Jetty or Tomcat. I've read there is a "server" option but what should
> I put there? Or may be some other way?

You'd have to start your GlassFish server (don't know how to do it
with Maven, but you probably know) and then run (gwt:run or gwt:debug)
using the noServer configuration option:
http://mojo.codehaus.org/gwt-maven-plugin/run-mojo.html#noServer

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