Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9.2.1 and JSP



2014-09-17 1:22 GMT+02:00 Jan Bartel <janb@xxxxxxxxxxx>:
Andrea,

You need to upgrade to jetty-9.2.3 if you want to use a jre but do
runtime jsp compilation OR as a workaround, enable the jstl module.

The reason is this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=443262

Hi Jan,
thank you to point me to this, I'll try ASAP

Just a question, when you say "if you want to use a jre", what do you mean

In my upstart script I do
    export JAVA_HOME="/var//jdk_1.7.0_51"

    JAVA="${JAVA_HOME}/bin/java"

and then i use $JAVA to launch jetty, so I supposed to use the jdk, not the jre (but I could mistake)

 
It seems that another side effect of the jasper engine not being
initialized correctly when no tlds are found in any META-INF/ location
is that the compiler is not initialized correctly either.


Understood, thank you
 
--
Andrea Cappelli

Back to the top