Take a look at RemoteServiceServlet. All RPC calls are packaged up as HTML POST calls. As long as those post calls get forwarded correctly, and the responses get returned correctly, IMHO you should be find.
And if they're not getting forwarded correctly, a lot more than just GWT RPC is going to be broken, so I'm guessing that Google will be able to forward them successfully. Greg On Aug 21, 3:44 pm, Dhiren Bhatia <[email protected]> wrote: > Hi all, > > My GWT app makes server side requests using RPC, currently to a single > Tomcat server. I am now considering options to move this app into > production on Amazon EC2. The goal will be to have a set of Tomcat > servers running behind a Load Balancer. The setup will be as > follows... > > Load Balancer - app.example.com which routes to > Tomcat Server 01 - app01.example.com > Tomcat Server 02 - app02.example.com > Tomcat Server 03 - app03.example.com > > The RemoteService servlets will run on each of these Tomcat servers. > The user will enter app.example.com in the browser and be redirected > to one of the Tomcat servers. How can this be done with GWT? Will the > RPC calls break? > > Thanks in advance! > DB -- 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.
