users@grizzly.java.net

Re: Newbie Question: Host .jsp files?

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

Salut,

MassimoH wrote:
> Does anyone know how to get basic JSP support into an embedded Grizzly
> server? I've tried adding the Jasper JspServlet to Grizzly, but I'm getting
> blank web pages with no error messages. Surely, someone has done this
> already.
>
> I'm also investigating using Glassfish v3 in embedded mode (and posting
> those issues on Glassfish forums), but I'd like to experiment with both
> routes if possible and see which is the most stable, fastest, etc.

Since Jasper on Grizzly has never been tested, I would use the GlassFish
v3 embed mode for now as that way your are sure it will works. Unless
you can use precompiled JSP.

Thanks

-- Jeanfrancois


>
> Thanks!