But as soon as I put log4j-1.2.9.jar into my WEB-INF/lib directory, it
doesn't work any more. I get the following exception:
[jasper2] java.lang.NullPointerException
[jasper2] at
org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:220)
After building a vers
"Artur Brinkmann" <[EMAIL PROTECTED]>
> Received: 10/7/2005 2:27 PM
> To: ""
> Subject: JspC exception with log4j in WEB-INF/lib
>
> I'm trying to use the Jspc ant task to precompile JSP pages. It's almost
> working except for one problem. I made a min
I'm trying to use the Jspc ant task to precompile JSP pages. It's almost
working except for one problem. I made a minimal webapp, with the usual
structure, and just one empty JSP file. The task runs fine and compiles the
JSP without problems.
But as soon as I put log4j-1.2.9.jar into my WEB-IN