Hi all, I have a project with 2 modules. The modules are sharing a RPC servlet. The idea is to use single RPC servlet for multiple Service interfaces. The interfaces reside in different modules. I am facing one problem when use * in the URL pattern. The servlet is not getting invoked when I use the URL patter as "/*/moduleA". It is expecting me to specify the exact URL. Can anyone tell me what the problem is?
Regards, -- 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=.
