users@grizzly.java.net

Re: Newbie Question: Host .jsp files?

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Wed, 28 Jan 2009 14:28:54 -0500

Salut,

MassimoH wrote:
> No, actually the JSP files change fairly infrequently (basically once per day
> when I update from source control).
>
> I can find dozens of links for precompiling the .jsp files, but once I do
> that, how do I configure Grizzly?

Take a look at:

http://weblogs.java.net/blog/jfarcand/archive/2009/01/extending_the_g_5.html

Mainly, you will need to invoke
setServletInstance(Name_of_your_precompiled_jsp);

Does that help?

A+

-- Jeanfrancois


>
>
> Jeanfrancois Arcand-2 wrote:
>> We never tested Jasper on top of Grizzly, but are you jsp changing
>> frequently? I'm asking because you might precompile your JSP and that
>> way you don't need to use Jasper.
>>
>