On Tuesday, August 20, 2013 7:38:04 AM UTC+2, alvinjayreyes wrote:
>
> It seems that you don't have the Servlet API on your classpath upon 
> compilation. If you're using Maven, make sure that you put the servlet api 
> dependency on the pom.xml with a scope = compile. This will include the 
> servlet api on compilation, but exclude it on the deployment.
>

That'd be scope = provided: the servlet container *provides* the servlet 
API to your webapp.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to