I may have found a possible reason for the error.
It appears that you need to define your servlets in the web.xml file
when not using Hosted mode.
When in hosted mode the GWTShellServlet handles this for you, but in
web mode you have to set up the servlet container your self.
I'll try this out and post again if this solves my problem.
A nice link that further demonstrates how to set up your web.xml can
be found here:
http://www.caucho.com/resin-3.0/servlet/tutorial/helloworld/index.xtp

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to