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!

[805 byte] By [selvam_suresha] at [2007-11-27 9:58:11]
# 1
hi,check web.xml url patterns once againor delete your folder in tomcat/work/standalone/localhost/ ur folder and restart your tomcat server,
drvijayy2k2a at 2007-7-13 0:28:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...