How can I change the servlet-pattern for a GWT project

2012-04-24 Thread mgkind
Hi I need to change the default servlet-mapping in my GWT project. for example when I create a GWT project in eclipse it makes the url patter of the GWT servlet in (web.xml file) based on the name of the project; and the clients RPC request are set to go that url I guess! But for some reason I

Re: How can I change the servlet-pattern for a GWT project

2012-04-24 Thread Jens
Normally you would have a @RemoteServiceRelativePath annotation on your GWT-RPC service. This tells the generated RPC classes to access the service under GWT.getModuleBaseURL() + RemoteServiceRelativePath#value(). If you are not fine with this default structure you can remove the annotation and