On Tue, 16 Nov 2004 10:46:38 -0500, Hubble, Christopher <[EMAIL PROTECTED]> wrote: > How does one precompile the JSPs? Then I should be able to use TC with just > a JRE, correct? Once TC is deployed, there should not be any need for > changes to it, so it's fine to precompile the JSPs.
Some JSP 2.0 features prevent precompilation, so, with Jasper, you cannot claim compliance without a Java compiler. So I can only recommend using TC 5.5 if you want to use a JRE. Note that the shell scripts will still complain about not having a JDK, as they have options which use JDK features. We have not decided what to do about that at the moment, but you can easily edit the script to bypass the check. -- xxxxxxxxxxxxxxxxxxxxxxxxx R�my Maucherat Developer & Consultant JBoss Group (Europe) S�RL xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
