| Author |
noob question about a 404 - POST warning
|
Jeroen Nouws
Greenhorn
Joined: Jul 14, 2011
Posts: 17
|
|
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
Joined: Jul 14, 2011
Posts: 17
|
|
|
resolved, had to add the servlet in the web.xml file
|
 |
Seq Lu
Greenhorn
Joined: Dec 28, 2011
Posts: 1
|
|
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
|
 |
Merlin Weemaes
Greenhorn
Joined: Jan 16, 2012
Posts: 4
|
|
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:
|
 |
 |
|
|
subject: noob question about a 404 - POST warning
|
|
|