Hi When I run my project, it gives me a warning that says:
[WARN] Module declares a servlet class 'com.myapplication.server.myService' with a mapping to '/myGWT/my', but the web.xml has no corresponding mapping; please add the following lines to your web.xml: <servlet-mapping> <servlet-name>myService</ servlet-name> <url-pattern>/myGWT/my</url-pattern> </servlet-mapping> When I look in my web.xml there is already this description and mapping... In another project there is not anything like that in the warning, but it still gives the same warnings. Can anyone please help me? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.