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 for 404 response so that it should display custom error page, I put 404 mapping 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 -~----------~----~----~----~------~----~------~--~---
