Servlet file not run in my server
Recently I deployed some new servlets into my Tomcat 5.5server
I move the new class files (servlet files) into the correct directory (WEB-INF/classes/<my dir>) and also jar filesin the directory (WEB-INF/classes/lib)
I also edit the web.xml file in WEB-INF to reflect the new servlets
I deployed, restart the tomcat and apache (web) server. When I clicked on the servlet link, it reads
The page cannot be found
(The header of the web page shows HTTP 404 Not found)
Why is this so ? My other servlets amd also struts ( which already exist in the production server) works fine, but why cant the system detect the new servlets ?
I cannot the run servlet file but the problem still persist.
Please anyone give us suggestion
Tks in advance!

