hi, I try to deploy the gwt's sample "DynaTable" to tomcat ,web pages display but the RPC call can't finish ,showing message "please wait...".I read the document about deploy rpc to tomcat and follow the guidance,but still don't work.I'm sure that the rpc call has invoked, serve side receives the call and respones for some data is printed on the tomcat console window.The data is same as the data showed when I run the project in hosted mode . In web.xml, <url-pattern>/dynatable/calendar</url-pattern>; in the code , target.setServiceEntryPoint(moduleRelativeURL); -- moduleRelativeURL's value is http://localhost:8888/DynaTable/dynatable/calendar. in the DynaTable.gwt.xml, <module rename-to="dynatable"> <inherits name='com.google.gwt.user.User' /> <entry-point class='com.google.gwt.sample.dynatable.client.DynaTable' /> <servlet path='/calendar' class='com.google.gwt.sample.dynatable.server.SchoolCalendarServiceImpl'/ > </module>. last, I use jdk1.5.0_07,tomcat6.0,gwt1.6.4. I didn't revise the sample and used ant to build the .war file.
Thank you all for your help . --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---