I finally got tomcat working with IIS.  My only question now is that in order to view jsp pages, I have to type in
http://myip:8080/examples/jsp/index.html.  If I do not do this, then the jsp doens't work.  It seems that I have two web servers running.  One on the default port that you are lead to when you type in http://www.myaddress.com and one when you type in http://www.myaddress.com:8080  I want to just use the first one. How is this done?

Reply via email to