users@grizzly.java.net

Newbie Question: Host .jsp files?

From: MassimoH <MassimoHeitor_at_gmail.com>
Date: Tue, 27 Jan 2009 13:23:10 -0800 (PST)

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.