This works in web mode, I have problem in development mode where I put error message configuration in embedded tomcat's web.xml and get and error saying
[TRACE] The development shell servlet received a request for '67.html' in module com.test.mywebapp.Sim [WARN] Resource not found: 67.html; (could a file be missing from the public path or a <servlet> tag misconfigured in module com.test.mywebapp.Sim .gwt.xml ?) [TRACE] Loading module '404error.htm' [TRACE] Loading module '404error.htm' please help. On Jan 28, 10:44 pm, sim123 <[email protected]> wrote: > I am not sure if it is GWT problem or I am missing something in my > web.xml. I am using GWT and java for client and server on tomcat web > container. I want to put a handler for404response so that it should > display custom error page, I put404mapping in my web.xml file > > <error-page> > <exception-type>404</exception-type> > <location>/404error.html</location> > </error-page> > > and it doesn't work, I get an error saying > > Cannot find resource 'test' in the public path of module > 'com.test.mywebapp.Sim' > > Could someone please help me with this. I do have 404error.html page > and can access it directly within browser. Please, please help me, I > really appreciate your support. > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
