Your client is requesting http://localhost/srvITPImp but it should be requesting http://localhost/[your module]/srvITPImp. Check the service entry point that you're setting and post that code if you can't figure it out. You're probably missing something like GWT.getModuleBaseURL() to get the proper context.
On Thu, Sep 11, 2008 at 10:44 AM, Anais <[EMAIL PROTECTED]> wrote: > > I've tried what you say but it doesn't work. For more details, the > complete window is > > [INFO] Starting HTTP on port 8888 > [TRACE] Loading module 'srvITPImp' > [ERROR] Unable to find 'srvITPImp.gwt.xml' on your classpath; could be > a typo, or maybe you forgot to include a classpath entry for source? > [TRACE] Loading module 'srvITPImp' > [ERROR] Unable to find 'srvITPImp.gwt.xml' on your classpath; could be > a typo, or maybe you forgot to include a classpath entry for source? > [TRACE] The development shell servlet received a request to generate a > host page for module 'srvITPImp' > [TRACE] Loading module 'srvITPImp' > [ERROR] Unable to find 'srvITPImp.gwt.xml' on your classpath; could be > a typo, or maybe you forgot to include a classpath entry for source? > > > Any idea? Anyway, 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 -~----------~----~----~----~------~----~------~--~---
