Getting 404 Error code when calling servlet
843841Apr 3 2003 — edited Jul 26 2006I am using Sun One Server (Tomcat servlet container) that comes along with J2EE 1.4 environment on Windows 2000
Getting 404 Error while calling Servlet from HTML Form action after Deployed and run.
I looked into public-html, I have my servlet class under WEB-INF/classes.
I also looked at web.xml, there is servlet tag, but no servlet-mapping.
I tried adding this too. But no luck.
Can some body please help.