Posted By:
faisal_parwani
Posted On:
Monday, April 9, 2001 01:53 AM
on browser write the url as
http://localhost:8080/servlet/yourservlet
or
http://127.0.0.1:8080/servlet/yourservlet
where yourservlet is the name of the compiled
servlet. ie yourservlet.class
this class should be present in the particular directory
depend on the web server u are using.