Hi
I know i have asked this before but i havnt gotten any response other than tellig me
to read the same doc. Which i have done already and didnt help. i have tomcat 5.0.27
and want to run a SIMPLE servlet in it. i save the program in
C:\jakarta-tomcat-5.0.27\jakarta-tomcat-5.0.27\webapps\servlets-examples\WEB-INF\classes
compile it so that \classes folder has .class file for the servlet. but when i try
to run it using this url http://localhost:8080/servlets-examples/kioskSWservlet it
gives me a 404 error. Under the WEB-INF folder there is a web.xml file which i have
edited and added the following code to it
<servlet>
<servlet-name>kioskSWservlet</servlet-name>
<servlet-class>kioskSWservlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>kioskSWservlet</servlet-name>
<url-pattern>/kioskSWservlet</url-pattern>
</servlet-mapping>
but it doesnt seem to work. Please tell me what to do or what i am doing wrong. This
is frustrating.
I would really apreciate some help other than telling me anoter link to read to which
i am doing as of now.
-bhaarat
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]