I am using jwsdp 1.4. When I run the ant build file on the "hello" sample app the correct web.xml is generated and inserted into the war.
Now when I try to compile my own sample the web.xml file that is inserted into the war does not contain the following fragment (replacing hello with something else):
What do I need to do in order for the above fragment to be generated and added into my web.xml?