aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes SERVLET IS NOT RUNNING PLZ HELP ME Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "SERVLET IS NOT RUNNING PLZ HELP ME" Watch "SERVLET IS NOT RUNNING PLZ HELP ME" New topic
Author

SERVLET IS NOT RUNNING PLZ HELP ME

syed owais
Greenhorn

Joined: Feb 28, 2002
Posts: 4
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.
ersin eser
Ranch Hand

Joined: Feb 22, 2001
Posts: 1072
http://localhost:8080/MissingApplicationName/servlet/HelloWorld
Madhav Lakkapragada
Ranch Hand

Joined: Jun 03, 2000
Posts: 5040
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


Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
 
 
subject: SERVLET IS NOT RUNNING PLZ HELP ME
 
Threads others viewed
Servlet web.xml url- pattern
Cant run a Servlet
Installing servlet
How to reload a servlet class .. plz help
tomcat- set JAVA_HOME point to jdk..
jQuery in Action, 2nd edition