Hi
Its a pretty simple setup u need to do for configuring Tomcat as a web server. Make sure u have
java run time environment set on ur computer, u can download it from apache.org or java.sun.com Go for the standard edition of jdk.
Once u have this u can run the following script to set the path for java environment and tomcat.
set CLASSPATH=%CLASSPATH%;drive:\jakarta-tomcat-3.2.1\lib\servlet.jar;drive:\jakarta-tomcat-3.2.1\lib\jasper.jar;
set JAVA_HOME=drive:\Program Files\jdk1.3 (if u install jdk1.3)
set TOMCAT_HOME=drive:\jakarta-tomcat-3.2.1
and then finally run this script.
U shud be able to c the tomcat index.html page, if u have configured correctly. Else u need to do some brain storming.