Hello, I am at the stage of deploying my web app using tomcat. Is jdk required in deployment? I have included the jre, but since the jsp has to be compiled it requires javac.exe, and the jre does not include this. Any suggestions besides requiring a jdk for deployment? Thanks, Chris.