Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] running Jetty in a JRE with JSPs

Hi,

org.apache.jasper.JasperException: java.err.nojdk
    at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:89) ~[jsp-impl-2.1.3-b10.jar:na]
    at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:375) ~[jsp-


it looks like you need to use the JDK to run Jetty if you plan to render JSPs.

While that's normally ok sometimes financial institutions don't allow compilers on production servers.

Is there anything I can do to get around this problem?

Many thanks,
Michele



Back to the top