Hi,
Sorry about.
I had to create a directory structure under this C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\
called / ch1 / WEB-INF /classes
I put my class file in WEB-INF /classes
while i put web.xml file in WEB-INF
This is the servlet
java
My web.xml is
i type http:/localhost:8080/ch1/Ser1 in broweser ,which gives me errors
when i put my class file in
C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\servlets-examples\WEB-INF\classes and edit web.xml in
C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\servlets-examples\WEB-INF
and run
http://localhost:8080/servlets-examples/servlet/Ser1 ,this is fine.