I have been involved in a web project that was being developed using Tomcat only. We now want to use apache and tomcat together. I seem to have everything working except one thing. In our code we used "../../xxx.jsp" in several places to refer and call a diferent directory/file with in the web root directory. In tomcat this seemed to work just fine. In apache it does not work. We get a blank page. Can someone point me in the direction to correct this issue.