GWT-RPC uses Java Servlets on the server side. apache + mod_php doesn't directly support servlets, so you'd have to install a servlet container as well (tomcat or jetty for instance). however, the better option, if the rest of your application is written in PHP would be to just forgo GWT-RPC and instead use RequestBuilder and JSON to communicate with your server.
-jason On Oct 26, 2008, at 7:29 AM, Muhannad wrote: > > Hi, > > I'm building a website using PHP, MYSQL, and Apache (WAMP5 server). In > addition, I used GWT to create some widgets that access the server > through RPC. Would you please help me how to deploy my GWT-RPC on the > WAMP5 server? Do I need to use Apache Tomcat instead of WAMP5? > > Thank you. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
