Sorry, it was my mistake with tomcat! As you can see I am quite prone to
write jsersey instead of jersey! ;)
I have a quick question now. I see that if I map the servlet on "/*"
jersey try to handle every resource also index.html causing a 404
response. Is this ok? Shouldn't jersey leave other resources to original
handlers (JSP servlet etc..)?