Re: Error 404 in the RPC GWT

2014-04-09 Thread paolamontorio
Hi Thomas, there is nothing in Tomcat's log. I discovered the 404 error through HTTP Watch. ciao Paola Il giorno martedì 8 aprile 2014 15:59:36 UTC+2, Thomas Broyer ha scritto: What does Tomcat says if you open that URL in your browser (or if you look at the response in your browser's

Re: Error 404 in the RPC GWT

2014-04-09 Thread paolamontorio
Hi all, I solved the 404 error : it was the position and the version of the hibernate library: I moved under Tomcat / lib all the libraries that were in Webapp / Myapp / WEBINF / lib Now it works! Ciao Paola Il giorno mercoledì 9 aprile 2014 09:35:15 UTC+2, paolam...@gmail.com ha

Error 404 in the RPC GWT

2014-04-08 Thread paolamontorio
hi all, when there is a RPC i have an error 404, in the tutorial GWT there is written : If invoking your RPC call fails with a 404 StatusCodeException, your web.xml may be misconfigured. my web.xml is --- servlet servlet-namegreetServlet/servlet-name

Re: Error 404 in the RPC GWT

2014-04-08 Thread Jens
If you haven't you must rename your GWT module to myopengov, e.g. module rename-tomyopengov -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Error 404 in the RPC GWT

2014-04-08 Thread paolamontorio
unfortunately it doesn't work :-( I have already in gwt.xml the module rename-tomyopengov but the problem 404 remains Il giorno martedì 8 aprile 2014 12:41:49 UTC+2, Jens ha scritto: If you haven't you must rename your GWT module to myopengov, e.g. module rename-tomyopengov -- J. --

Re: Error 404 in the RPC GWT

2014-04-08 Thread Alberto Mancini
Hi, there is some associated error before the '404' (probably in the console view in eclipse) ? For instance, is your service implemented in 'its.server.GreetingServiceImpl' ? Cheers, Alberto. On Tue, Apr 8, 2014 at 2:18 PM, paolamonto...@gmail.com wrote: unfortunately it doesn't work

Re: Error 404 in the RPC GWT

2014-04-08 Thread paolamontorio
Hi Alberto, The problem 404 is with Tomcat, the app Gwt is deployed on tomcat and there is the error 404. With Eclipse with Jetty server is all ok and the app GWT works well and there isn't problem. In order the service is implemented in its.server.GreetingServiceImpl. Ciao Paola Il giorno

Re: Error 404 in the RPC GWT

2014-04-08 Thread Thomas Broyer
What does Tomcat says if you open that URL in your browser (or if you look at the response in your browser's developer tools) Is there anything in Tomcat's logs? On Tuesday, April 8, 2014 2:49:15 PM UTC+2, paolam...@gmail.com wrote: Hi Alberto, The problem 404 is with Tomcat, the app Gwt is