I don't think the out of the box WAMP will serve servlets...JSP pages. You could use it out of the box if you did JSON with PHP to be your client/server bridge. But if you want to do GWT-RPC, you need a servlet container and Tomcat does that nicely. Also check out Jetty, it's very slick and fast as well and both should be able to fit into the WAMP stack with no problems.
On Oct 26, 7:29 am, Muhannad <[EMAIL PROTECTED]> 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 -~----------~----~----~----~------~----~------~--~---
