When you're using port 8080 you're not using IIS, you're using tomcat...
looks like you don't have tomcat working with IIS. (I can't help anymore
since I don't use IIS)
> Karim Amin wrote:
>
> 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?