What Julian says is true - Jetty used to bundle GNUJSP.

But to my knowledge, jasper is the only open source JSP 1.1 engine
available.

If anybody knows of another one, please tell me - as integration of
Jasper into Jetty is a bit painful as it makes several assumptions that
it is running in the tomcat servlet container.   Thus we have a
branch of the jasper code, which takes time to sync with jasper
bug fixes etc.

cheers

Julian Gosnell wrote:

> AFAIK :
> 
> JSPs are implemented by a number of engines of which
> Jasper is one.
> 
> These engines are usually written as Servlets.
> 
> Therefore (here I go making dangerous assumptions) it
> should be possible to stick any JSDK compliant such
> engine into Jetty and run/hack-on your JSPs in it.
> 
> I'm forwarding this to the Jetty discussion group
> where you may get a more knowlegdeable response.
> 
> Jules
> 
> 
> --- René_Rolander_Nygaard
> <[EMAIL PROTECTED]> wrote:
> 
>>>> Jetty:
>>>> 
>>>> - With the Weblogic 5.1 JSP engine you can do
>>> 
>> <jsp:include>s and then do
>> 
>>>> a <jsp:forward> or a redirect.  With Jetty and
>>> 
>> probably Tomcat, since
>> 
>>>> they both use the apache Jasper engine,
>>> 
>> <jsp:include> causes a flush of
>> 
>>>> the output buffer and commits the request.  Thus
>>> 
>> you can't do a
>> 
>>>> <jsp:forward> or a redirect.
>>> 
>>> The Jasper engine is flawed in many ways, true.
>> 
>> This is one of them. (It
>> 
>>> sucks performance-wise too).
>> 
>> It should be possible to tell Jetty to use another
>> "engine", but which one
>> should we use ?
>> And how do you setup Jetty with the new engine ?
>> 
>> Btw: a very interesting story. Don't you have a
>> "succes-stories" section on
>> jboss.org for this kind of material ?
>> 
>>  - René Rolander Nygaard
>> 
> 
> 
>> ATTACHMENT part 2 application/ms-tnef
> 
> name=winmail.dat
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to