MultiServer -- Java-Based,MultiThreaded HTTP1.0 Internet Web Server.
Overview: While still in it's early stages (about 3 days of "spare time"
development on a Unix system), it's a good demonstration of some of the different, not-so-common, features of Java -- Three different
streams incorporated (Incoming stream from the ServerSocket, File streams, as well as the input/output streams of system-level launches;
even configures the environment variables and GET/POST for proper CGI usage.
To do:As time permits, the MIME TYPES will be separated from the hard-coded
temporaries currently in use (to allow for configuration via GUI), as well as adding a full GUI front end to it for other configuration/
launch options (ie, to run multiple servers on multiple ports), also may look into supporting Servlets/SSI/JSP for it.