Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] jetty-dev Digest, Vol 32, Issue 5

It should, at least I could run precompiled JSPs. You will need a convenient web.xml.

Sent from my iPad

On 2011.10.13., at 18:00, jetty-dev-request@xxxxxxxxxxx wrote:

> Send jetty-dev mailing list submissions to
>    jetty-dev@xxxxxxxxxxx
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>    https://dev.eclipse.org/mailman/listinfo/jetty-dev
> or, via email, send a message with subject or body 'help' to
>    jetty-dev-request@xxxxxxxxxxx
> 
> You can reach the person managing the list at
>    jetty-dev-owner@xxxxxxxxxxx
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of jetty-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. running Jetty in a JRE with JSPs (Michele Rossi)
>   2. Re: running Jetty in a JRE with JSPs (Chad La Joie)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 13 Oct 2011 12:22:11 +0200
> From: Michele Rossi <michele.rossi@xxxxxxxxx>
> To: jetty-dev@xxxxxxxxxxx
> Subject: [jetty-dev] running Jetty in a JRE with JSPs
> Message-ID:
>    <CAEPNGTLbLnSK12nSSVz7-5BQDV-zLgeEC=gcR7ik5NAS+1OevQ@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> 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
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/jetty-dev/attachments/20111013/db645a1b/attachment.htm>
> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 13 Oct 2011 06:52:39 -0400
> From: Chad La Joie <lajoie@xxxxxxxxx>
> To: "Jetty @ Eclipse developer discussion list"
>    <jetty-dev@xxxxxxxxxxx>
> Subject: Re: [jetty-dev] running Jetty in a JRE with JSPs
> Message-ID:
>    <CACTY7uD2p1xG1ccn5R4U3pCHyH0iVo8yEOWCi_7iUZ0-zTMPDw@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> 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
> 
> 
> End of jetty-dev Digest, Vol 32, Issue 5
> ****************************************


Back to the top