users@grizzly.java.net

Re: Newbie Question: Host .jsp files?

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

Salut,

MassimoH wrote:
> Thanks for the answer!
>
> Glassfish and Tomcat are what I´ve been using. They are great for what they
> are, however I´m looking to replace those with a simpler solution that
> doesn´t require a full blown server with deployment/redeployment. Calling
> Grizzly (or something similar) from within a command-line Java app seems
> like a real breakthrough in simplicity.
>
> Is Grizzly + Jasper a good solution for this?

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.

>
> Is there a more appropriate JSP engine than Jasper? Can I download Jasper
> separately or should I just grab the .jar files from a Tomcat download?

For GlassFish or Tomcat it should works.

>
> Is there a more appropriate server than Grizzly for what I´m doing?


Thanks

-- Jeanfrancois
>
> Thanks!
>
>
> Survivant 00 wrote:
>> Grizzly doesn't support JSP by itself. You can try to plugin with jasper,
>> but I don't have example for that. I complete solution is Glassfish.
>>
>