Wednesday, November 13, 2013

Re: Error for download *nocache.js Failed to load resource: the server responded with a status of 404 (Not Found)

How are you launching Tomcat? What gets deployed there? Has the app been compiled with the GWT compiler?

On Wednesday, November 13, 2013 11:48:20 AM UTC+1, Владислав Захаржевский wrote:
I use simple java project which has next structure: Maven project + GWT, Spring, Web

I want, in my html page download button from <someclass> extends EntryPoint


I use *gwt.xml file which contain gwt module


name GWT module change so i use new name module which define in: <module rename-to="GWTModule"> 
I want use this module which has link to <someclass> extends EntryPoint, and use his functionality in html page
My html page has next views:

But when Tomcat started views html page but functionality not works because *nocache.js Failed to load resource: the server responded with a status of 404 (Not Found) 

Why *nocache.js not found?

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment