Thank you J! I didn't know jetty was upgraded and yes I did mess up the order & export. once I moved the GWT SDK above the App Engine SDK... all worked well.
Yes, I'm aware we need to decouple the client/server but we're a few releases away from that. We're still using GWT RPC and a few other things that we need to do away with. Thx again. Tony On Thursday, September 8, 2016 at 7:10:05 PM UTC-4, Jens wrote: > > > What I don't understand is *why is this setup working fine with >> gwt-2.8.0-beta1 but it is not working with gwt-2.8.0-rc1 or gwt-2.8.0-rc2. * >> > > Jetty has been upgraded from 8.x to 9.2.x between beta1 and rc1. Maybe > your class path order is now different for some reasons and you need to > rearrange it a bit so that servlet 2.5 isn't on class path first. > > The correct solution is to separate your client / server code into > distinct projects and launch them independently each with their own class > path. > > -- J. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
