I am trying to use Tomcat as my Servlet engine. I think I configured the Tomcat with IIS(4.0) properly. The example application provided by the Tomcat is working fine with IIS web server. I have created one web application using Servlets and some HTML files, and the application is working fine in JSWDK(1.0) environment(which is having built in webserver and servlet container, but it is single user system). I am trying to run the same application with Tomcat and IIS4.0. It is not running correctly(some links are referred incorrectly). So I have questions on basic setup itself and the questions are: � Where exactly I have to put my Class files(Servlet files) � Where exactly I have to put my HTML files. � How to set the context path? � Do I have to modify the "uriworkermap.properties" and web.xml? � How to refer the servlets in HTML files?(for me the webserver is always adding incorrect runtime path) Thanks, Kasi _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
