Your servlet mapping is wrong. The module name should not be there in
<url-pattern>
Try with :

<servlet-mapping>
   <servlet-name>LoginService</servlet-name>
   <url-pattern>/LoginService</url-pattern>
 </servlet-mapping>
  <servlet-mapping>
   <servlet-name>ItinerarioService</servlet-name>
   <url-pattern>/ItinerarioService</url-pattern>
 </servlet-mapping>

+Bakul

On Dec 18, 2:33 pm, "David Durham, Jr." <[email protected]>
wrote:
> On Thu, Dec 18, 2008 at 1:07 PM, rizla <[email protected]> wrote:
>
> > Hi to everyone :D
> > I want to deploy my gwt project in Tomcat...I've read the tutorial at:
>
> >http://code.google.com/intl/it-IT/docreader/#p=google-web-toolkit-doc...
>
> > but Tomcat don't requests the servlets :(
>
> Does Tomcat deploys the servlets?
>
> Does browser requests the Tomcat? :)
>
> Maybe check your tomcat logs.
>
> -Dave
--~--~---------~--~----~------------~-------~--~----~
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