Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] enable-preview

You'll probably have to precompile your jsps, using Ant and pass in the ''enable-preview" arg in your build.xml. See: http://tomcat.apache.org/tomcat-9.0-doc/jasper-howto.html.

Jan

On Sat, 30 Jan 2021 at 18:53, Thomas Lußnig <jetty@xxxxxxxxx> wrote:
Hi,

i have an webapp the is compiled with --enable-preview when i try to
load an jsp file i receive the error that i need to add this option to
the compiler. But i cant find any hint how to do this with jsp. Is there
any hint?

Gruß Thomas

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-dev


--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


Back to the top