How to run servlet in tomcat

2001-01-23 Thread dsd dsd
Hello I created directory called kiran in D:/tomcat/jakarta-tomcat/webapps/ . I have set the context path in /conf/server.xml I have kept both source and class file in /kiran directory now tell me how to execute this servlet file how to use web.xml file please assist me with example with

Re: How to run servlet in tomcat

2001-01-23 Thread venkatesan
Ok Then in Kiran should have following structure \webapps\kiran \src(new directory-dir)Copy ur *.java files \index.html (ur *.html file) \WEB-INF(dir)