The Fizmez Web Server is a small Web server written in Java. Its source code can serve as a useful learning tool for those who wish to learn about Java server sockets.
| Tags | Internet Web HTTP Servers |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: A minor socket close issue has been fixed. A default mime.types file has been added for non-Linux users. httpd.conf and mime.types files are now closed after they have been read. A mini-Javadoc header has been added. The Hello World index.html file has been updated to give useful pointers.


Changes: This release is impervious to null request DoS attacks.


Changes: This release features basic web server functionality. It serves any MIME-typed content and even executes CGI scripts (probably insecurely).