On Monday, March 11, 2013 10:38:06 AM UTC+1, Jens wrote:
>
> DevMode deploys the app to the root while on tomcat you have probably 
> deployed your app into a subfolder. Thus your server requests will result 
> in 404 Not Found. Make sure you deploy your app to the correct location.


It's less about deployment than “coding well”: never use absolute URL paths 
(starting with "/"), always make them relative to GWT.getModuleBaseURL() or 
GWT.getHostPageBaseURL(). 

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to