Hi I made a change in my web.xml file. I changed the name of my server side service and correspondingly updated the web.xml file with the new servlet info and deleted the old one.
My app compiles and launches just fine. Though when the new servlet is eventually called via a rpc call from the client then it still tries to find the old servlet (using the old url pattern). Since nothing is found, it errors out. Could you please tell me how to tell jetty to reload the new web.xml and discard old info (from the cache maybe) Thanks hasan --~--~---------~--~----~------------~-------~--~----~ 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-toolkit@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 -~----------~----~----~----~------~----~------~--~---