I am unable to call servlet from my jsp....I get the folowing mesg HTTP Status 404 - /careerCenter/StudentRegistrationServlet
But am able to call the servlet if I type http://localhost:80/careerCenter/servlet/StudentRegistrationServlet My directory structure.... D:\Tomcat 4.1\webapps\careerCenter\*jsp files.... D:\Tomcat 4.1\webapps\careerCenter\WEB-INF\*.class files http://localhost:80/careerCenter/servlet/StudentRegistrationServlet This is my entry in web.xml <servlet> <servlet-name>StudentRegistrationServlet</servlet-name> <servlet-class>StudentRegistrationServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>invoker</servlet-name> <url-pattern>/servlet/*</url-pattern> </servlet-mapping> Any advice... thanks for the help.... naveen --------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!
