I have Tomcat 5.x installed and it runs fine.I have done a lot of servlet/jsp programming but this one stumps me. Everything is in it's proper path and directories, but when I try to hit the index.html page of my app , I get a blank page. Same thing when I try to hit my servet , just a blank page. Print outs in my code come through to the console, so I know that the servlet is being found, running and not throwing exceptions, etc.