Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

noob question about a 404 - POST warning

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm still a big noob at GWT but i'm trying to follow the example from the packt coockbook to get started with it,
I'm currently trying to save some information i entered in a form to my DB but i get this warning, so probably I mapped something wrong in my Service interface.

this is my interface with my mapping



And this is the warning



how do i map this correctly? and is there a way to map it in my web.xml file asswell?

cheers

 
Jeroen Nouws
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
resolved, had to add the servlet in the web.xml file
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeroen Nouws wrote:resolved, had to add the servlet in the web.xml file



Hi Jeroem. I got the same problem down here, kindly explain < code snippet> how you did it in the web.xml

Thanks in advance
 
Greenhorn
Posts: 4
Google Web Toolkit jQuery Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Seq Lu wrote:

Jeroen Nouws wrote:resolved, had to add the servlet in the web.xml file



Hi Jeroem. I got the same problem down here, kindly explain < code snippet> how you did it in the web.xml

Thanks in advance



You can add a servlet to the web.xml by adding these tags between the web-app tags:

reply
    Bookmark Topic Watch Topic
  • New Topic