Hello World!


This is a simple Jar Server Servlet Enhydra sample!

Jar Server Servlets serves files from jar/zip files for HTTP requests. Currently only a limited Http GET request will be processed. CGI arguments will not be processed. The initArg "jarFile" sets the name of the jar or zip file to serve files from, and initArg "default" specifies file (inside jar or zip file specified as "jarFile" argument) that will be processed by default (when no file specified).