using Jetty for hosted mode?

2008-11-25 Thread Juan Backson
Hi, Does anyone know how to change GWT default servlet engine to Jetty? Any suggestion will be greatly appreciated. Thanks, JB --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

Re: using Jetty for hosted mode?

2008-11-25 Thread Charlie Collins
You can't change the embedded server, but you can use -noserver and work with Jetty that way. http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=FAQ_HostedModeNoServer Also, on a related note, the GWT team is considering using Jetty *as* the embedded se

Re: using Jetty for hosted mode?

2008-11-26 Thread Tóth Imre
I think the maven2 guys implemented the jetty by to be the default webserver, as far as i know. maven rocks:) 2008/11/25 Charlie Collins <[EMAIL PROTECTED]> > > You can't change the embedded server, but you can use -noserver and > work with Jetty that way. > > > http://code.google.com/docreader

Re: using Jetty for hosted mode?

2008-11-26 Thread rakesh wagh
check this: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/604aec6b7460c133/419baa6d8488eaa6?hl=en&lnk=gst&q=jetty#419baa6d8488eaa6 On Nov 25, 4:07 am, "Juan Backson" <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know how to change GWT default servlet engine to Jetty? >