I have downloaded tomcat 6 and am running through a book which tells me to create a new project "ch1" with the classes and web-inf folders. I am trying to visit the servlet using localhost/ch1/Serv1 but keep getting the following error
Thirdly, all classes in a web application must be in a package other than the default. If you are not familiar with Java packages, that's your first step.