dev@jersey.java.net

Re: jsersey on tomcat

From: alberto <algo.idv_at_libero.it>
Date: Mon, 31 Mar 2008 20:20:55 +0200

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..)?