Hi, all! I've been sucessfully working with GWT, writing applications using NetBeans, and deploying in my localhost Apache Tomcat server.
Right now, I'm uploading the application (that is functional in my localhost machine) to the Web App host server. This host server is using Apache Tomcat with Apache Http, and ModJK to integrate both. The fact is that portion of my software that uses plain JSP and Servlets is working fine. But when I run GWT applications, all RPC calls result in the following error: 0:00:35,656 [ERROR] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0// EN"> <html><head> <title>501 Method Not Implemented</title> </head><body> <h1>Method Not Implemented</h1> <p>POST to /r010/br.com.applicationV1.calculo.Calculo/remetenteservice not supported.<br /> </p> </body></html> com.google.gwt.user.client.rpc.StatusCodeException: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>501 Method Not Implemented</title> </head><body> <h1>Method Not Implemented</h1> <p>POST to /r010/br.com.applicationV1.calculo.Calculo/remetenteservice not supported.<br /> </p> </body></html> In Catalina.log, I've not found any error or stack trace. I don't even see a call in the access.log. I`ve posted complete stack trace in issue 4696 (http://code.google.com/ p/google-web-toolkit/issues/detail?id=4696) Please, anyone faced this issue? Thanks, Edson. -- 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.
