try:
<servlet path="/EVITAWeb"  class="com.sp.gwt.server.SrvITPImpl"/>

On 11 Sep., 15:54, Anais <[EMAIL PROTECTED]> wrote:
> Hi. I'm tryin to make a rpc (in hosted mode), but when I do the call,
> the next message appears in the GWT Development Shell: "Unable to find
> 'srvITPImp.gwt.xml' on your classpath; could be a typo, or maybe you
> forgot to include a classpath entry for source?"
>
> My project is called EVITAWeb and I have written the followings
> interfaces and classes for doing the rpc
>
>       Package client: Interface SrvITP  and SrvITPAsync with the
> method to do the RPC
>       Package server: class SrvITPImpl implementing the methods of
> SrvITP.
>
> In module EVITAWeb.gwt.xml I have written  <servlet path="/EVITAWeb/
> server"  class="com.sp.gwt.server.SrvITPImpl"/>
>
> What is the problem?
>
> Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to