You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by St...@savillemail.com on 2000/05/10 11:00:50 UTC

JSP Compiler


Hi.

Can someone tell me how to get the jsp compiler to compile all the files in my
webapp directory. I tried, but got the following message. I tried lots of
variations and still got this exception in java.io.File (can't compile a single
jsp either).

$ jspc.sh -webapp webapp
Exception in thread "main" java.lang.NullPointerException
        at java.io.File.<init>(File.java:187)
        at org.apache.jasper.JspC.parseFiles(JspC.java:454)
        at org.apache.jasper.JspC.main(JspC.java:601)


Steve.