On 22/07/2020 15:49, Максим Фастовец wrote: >> On Wed, Jul 22, 2020 at 3:32 PM Mark Thomas <ma...@apache.org> wrote: >>> On 22/07/2020 13:01, Максим Фастовец wrote: >>> Can you please tell why Tomcat 8.0.36 compiles huge JSPs fine but >>> precompiling JSPs with jspc + javac fails with code too large error? And >>> how to fix it? Thank you! >> >> Possibly because Tomcat doesn't use javac to compile JSPs. At least not >> by default. It uses the Eclipse Compiler for Java. > > Thank you for your reply. > Please advise where do I get that Eclipse Compiler for Java? Cannot find > it via google.
It is ecj-*.jar in $CATALINA_HOME/lib in your Tomcat installation. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org