Development mode vs web mode URL discrepancy for RPC services

2011-03-04 Thread Andrew Broderick
Hi, I have more or less the same question as another post, but with a slight twist. In dev mode, in our web.xml, we have to have our RPC service mappings with this pattern: /module/service.rpc . For deployment on a web server, we have to strip out the module prefix for it to work, using an Ant

Re: Development mode vs web mode URL discrepancy for RPC services

2011-03-04 Thread Jens
In development mode with embedded jetty your app will be hot deployed to jetty's root and I guess during deployment on another j2ee/servlet server you use a context-root with the name of your GWT module and this will result in http://hostname:port/module name as context root/module/service.rpc