When I try to config tomcat, I encounted a a problem.
After I config and start the tomcat, when I execute
the servlet examples. It doesn't work. I check the log files, and it reads
HTTP 404.
But the class files is right in the web-inf/classes directory, And I tried
snoop, it doesn't work too. also it reads can't find snoop servlet class
but
it is not HTTP 404 this time.
I think maybe the path or the xml configuration file is not set correctly,
But do you have any idea about that?
Any advice would be appreciated!