The hosted mode server is designed for quick development and prototyping, not to host a full stack JEE app, even beeing based on jetty. There has allready been questions on this list about such setup, where the hosted mode don't behave as expected.
For such scenario run the server in a separate process (mvn jetty:run or whatever you like) and launch GWT with the noserver option 2010/6/14 Justin Edelson <[email protected]> > On 6/14/10 4:02 PM, James Wilson wrote: > > Hi, I sent this message on May 17th and haven't heard any responses. > > There seems to be very little activity in this group. Is there a > > better place to ask questions about the GWT plugin? > Alternatively (and I suspect more likely), no one knows the answer to > your question. > > I suspect you're better off using the noserver option and running a > separate instance of Jetty, Tomcat, whatever configured just the way you > want. > > Justin > > > > > James > > > > On Mon, May 17, 2010 at 4:49 PM, James Wilson <[email protected]> wrote: > >> I see that gwt:run starts up Jetty. However, I can't seem to figure > >> out how to configure Jetty with user realms so I can use > >> authentication in hosted mode. Does anyone have a working example they > >> could share? > >> > >> James > >> > > > > --------------------------------------------------------------------- > > To unsubscribe from this list, please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
