i had installed tomcat-4.1.12 on my m/c and set the necessary
classpath for starting tomcat on my win98 m/c.
i had my own application dir through which i want to access servlet
and jsp.
For that i had included <context> tag into server.xml but tomcat
server can't find the application path for servlet and it gives me
404 error..
so can any one be able to give me the proper guideline for deployment
of an application on tomcat-4.1?
i read the instruction and guidline topic on jakarta site but cannot
resolve my problem for accessing servlet.