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 task. The pattern is then just: /
service.rpc Is this normal? Is there a way to not have to change the
web.xml between environments?

Thanks

-- 
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.

Reply via email to