Skip to main content

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

Yes, of course jetty supports pre-compiled jsps! And that is generally how jsps should
be deployed in a production environment.

Jan

On 13 October 2011 21:52, Chad La Joie <lajoie@xxxxxxxxx> wrote:
Well, to be pedantic, if they don't allow compilers on the server then
they shouldn't be allowing the JRE either.

That said, doesn't Jetty support pre-compiled JSPs?

On Thu, Oct 13, 2011 at 06:22, Michele Rossi <michele.rossi@xxxxxxxxx> wrote:
> 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
>
>
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>
>



--
Chad La Joie
www.itumi.biz
trusted identities, delivered
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top