I\'m trying to deploy new web application in Tomcat 6.0, but whenever I click on start button, I repeatedly getting FAIL - Application at context path /Hello could not
I've had the same problem, was missing a slash in servlet url in web.xml
replace
jsonservice jsonservice
with
jsonservice /jsonservice