Hi folks,
I've created a Context RnD which has been added in jakarta-tomcata\conf\server.xml too.
i have the following directory structure:
webapps
|
RnD
|
WEB-INF
|
classes\TestServlet.class
when i do this,
http://localhost:8080/RnD/servlet/TestServlet it give me the following error..
HTTP Status 404 - /RnD/servlet/TestServlet
what's wrong with it?
but when i put this class in examples (the context creted by
tomcat for examples) and do this
http://localhost:8080/examples/servlet/TestServlet, it works.
could you please point out what am i doing wrong here?
thanks.
[ October 24, 2002: Message edited by: Himal Chuli ]
[ October 24, 2002: Message edited by: Himal Chuli ]
[ October 24, 2002: Message edited by: Himal Chuli ]