hi,
you first unzip the file and place in on say c:\
you have c:\tomcat
you have a bin directory in which you have to edit startup.bat
open it in notepad and write the following in it
SET JAVA_HOME="C:\JDK1.3"(I SUPPOSE YOU HAVE JDK1.3 OR ANY VERSION SAVED ON C DRIVE)
THATS ALL
you have to create a folder webapps/examples in tomcat directory
which is default place for your jsp/servlet examples
you can create the subdirectories in example directory
if you have to use your own directory,
you have to edit
server.xml in conf directory and add you directory path in the <context></context>
eg:add the following in servlet.xml
<Context path="/jsp"
docBase="c:/sachin_d/My Site"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
then you can place your
jsp in mysite directory as mapped above
hope this help you and hope you
mail me if it really help you
sachin
sachin_dabhade@yahoo.com