I am using eclipse 3.1.1, with Tomcat 5.0.28 and I switched from sysdeo to MyEclipse.
I used the quickstart instructions, and everything worked fine, I saw the HelloWorld.jsp.
But when I add a servlet, I get an error 404 “The requested resource (/parvia/test) is not available.”
I added the source file to the src directory, and manually added it to the web.xml file.
Automatically build is on, and I can see the .class file in the right directory (using Windows Explorer,
not eclipse). What is wrong?
Thanks,
Lance