Java HTTP Server - Java Little Web Server
Small but powerfull multithread web server written completely in JavaSE. Implements most of the HTTP 1.1 specification. Uses LittleServlets for handeling dynamic pages. Supports cookies, sessions, file uploads.
JLWS can run on any machine having Java installed. It can be used as a standalone web server for static content or as a remote application backoffice engine that can be accessed from web.
JLWB 1.0 does not require installation - unzip and run from any location.
Key Features
- Implements most of the HTTP 1.1 specification
- Multithread
- Dynamic pages via LittleServlets
- Support for GET, POST, HEAD methods
- Supports KEEP-ALIVE
- Full support for mime types (uses Apache mime.type)
- File upload support for LittleServlet
- Implements session mechanism based on cookies
JLWS Running

