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

Reply via email to