Hello UJ,

Many thanks for your answer.
I just made a small example at an other location and by looking at
your post its working now.
Thank you very much,

I will see if this works with the actual app when i get home.

Greetz

On Jan 13, 4:38 am, UJ <[email protected]> wrote:
> Changing url-pattern in your web.xml should work (<url-pattern>/
> register/registermodule</url-pattern>):
> Actually this is the remote servlet URL which gets looked up by GWT
> client code while accessing the remote service.
>
> <web-app>
>
>   <!-- Servlets -->
>   <servlet>
>     <servlet-name>RegisterModule</servlet-name>
>     <servlet-class>modules.register.server.Register</servlet-class>
>   </servlet>
>
>   <servlet-mapping>
>     <servlet-name>RegisterModule</servlet-name>
>     <url-pattern>/register/registermodule</url-pattern>
>   </servlet-mapping>
>
>   <!-- Default page to serve -->
>   <welcome-file-list>
>     <welcome-file>Fnk.html</welcome-file>
>   </welcome-file-list>
>
> </web-app>
-- 
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