Thierry Thelliez wrote:

My understanding is that the full JDK is needed for compiling JSPs. What if
the JSPs are already compiled? Can on deploy a JSP site without the full
JDK, only the JRE? Can I deploy the site without the JSP files themselves?
With a copy of the work directory?




AFAIK, the full JDK is needed only for compiling the servlets generated from your JSPs. If you only have servlets or precompiled JSPs, the JRE should be enough.
I think you can even compile JSPs with only the JRE if you provide a javac replacement, as jikes


If you recompile JSPs, remember to add the extra servlet declarations in your web.xml deployment descriptor. If you do not do so, they will not work.

HTH,
Rodrigo Ruiz



Thanks,

Thierry







--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to