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.