I HAVE MADE A SERVLET HELLOWORLD.java and successfully compile it and paste the class file to the webinf classes directory.also set the java_home variable.also execute the startup.bat file.but the servlet is not running from the browser.i m trying to execute with the following line in browser http://localhost:8080/servlet/HelloWorld i don't know what is the problem plz help me.
IF YOUR SERVLET IS HELLOWORLD.java I don't expect it to be found when you ask for HelloWorld. MissingApplicationName is not required when you place your servlet in the default web app - Root for Tomcat. regds. - satya