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 > > > <https://lh3.googleusercontent.com/-uVTlZlWynaQ/UoNVY__0oXI/AAAAAAAAATI/D5omWDGl58o/s1600/Screenshot+from+2013-11-13+12%3A29%3A29.png> > I want, in my html page download button from <someclass> extends EntryPoint > > > <https://lh6.googleusercontent.com/-rHCoSixhf2k/UoNVz4gz9_I/AAAAAAAAATQ/qoBRpq9-314/s1600/Screenshot+from+2013-11-13+12%3A34%3A34.png> > > I use *gwt.xml file which contain gwt module > > > <https://lh4.googleusercontent.com/-ZW2CjxYWzcs/UoNWNToD6mI/AAAAAAAAATg/EENGkf-yybw/s1600/Screenshot+from+2013-11-13+12%3A36%3A05.png> > > 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: > > > <https://lh6.googleusercontent.com/-IxnI0iQRlIk/UoNXrZkN_KI/AAAAAAAAATw/Or3e9uTsq7w/s1600/Screenshot+from+2013-11-13+12%3A42%3A16.png> > 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) > > > <https://lh5.googleusercontent.com/-LIFjGrjdMYY/UoNYw4huZnI/AAAAAAAAAT4/GhWgVEOG6nQ/s1600/Screenshot+from+2013-11-13+12%3A47%3A18.png> > 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 [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.
