First of all, your web.xml lists TestServlet as the class name for your server, as opposed to HomeServlet.
Second, it seems that although your HomeServlet class is in package website.web, it's physically located in a folder called website, not website/web. I would be surprised to see this even compile correctly?