'ken_need_rest',
Welcome to the Javaranch, but please take a moment to review our
naming policy and change your display name so that it is two names. Thanks.
As for your question, David Ogren's book has a short blurb on precompiled JSP's. It actually refers to a situation where there is no compiling allowed on production boxes, but might apply in your case...
A short paraphrase is: "You must compile your JSPs on a different server, and move both the *.java and *.class files to the compiled_jsp directory of the production server."
the compiled_jsp is maybe a bit skimpy.. the directory is probably:
WEB-INF/compiled_jsp/jsp/APPS/web-module