> I want to know if I am understanding this correctly. I outputted
> GWT.getModuleBaseURL()+"/Foo" and I get: http://www.celticlock.com//Foo
>
> Now if I understand this correctly, the /Foo at the end should be
> picked up because of the <url-pattern>/Foo</url-pattern> to map to the
> Servlet-name. And the servlet-name maps to the servlet-Class, right?

Yes, if your webapp with the /Foo servlet is /ROOT or /
If your webapp is in anyother dir, then /Foo will not get picked up.


http://www.celticlock.com//Foo doesn't look right to me at all.

 you have an extra / before Foo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to