The little baby : Grizzly http-deployer just moved from contrib to modules since release 1.9.11.
Grizzly Http-Deployer evolve since my previous post
New Grizzly enhancement : Servlet AutoDeployer.
There are few new options. Let's describe the new command line params.
Support multiple paths for application deployment
-a warfile1;warfile2 or --application=warfile1;warfile2 ";" is File....
We got something really cool for Grizzly. It's a Servlet AutoDeployer for GrizzlyWebServer.
Now that it said.. let's talk more about that.
When you have servlets, you will need a AppServer or a WebServer to deploy your applications. Nothing new there.. it's a been like that for years. Mostly you had to create a web.xml, put that in a war and deploy it.
There are others alternatives, like...