users@grizzly.java.net

Re: Newbie Question: Host .jsp files?

From: Survivant 00 <survivant00_at_gmail.com>
Date: Tue, 27 Jan 2009 17:51:15 -0500

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.

2009/1/27 MassimoH <MassimoHeitor_at_gmail.com>

>
> I can launch a Grizzly server that hosts static content (html, images, etc)
> like this:
>
> GrizzlyWebServer ws = new GrizzlyWebServer("/var/www");
> ws.start();
>
> That works perfectly. Now, how do I host basic server-side .jsp files?
>
> I imagine this a very common use... I've looked through the getting started
> articles, the docs, and I've done several Internet searches. I see code for
> adding a Java Servlet adapter, but I'm not using a custom servlet at the
> moment, just regular .jsp files. Is there some internal JSP servlet class
> that I use? Is there sample code for this? Thanks!!!
>
>
> --
> View this message in context:
> http://www.nabble.com/Newbie-Question%3A-Host-.jsp-files--tp21694726p21694726.html
> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>
>