A Baby Webserver in Java

Written by Ian Darwin, ian@darwinsys.com, as a simple demonstration. It's small and simple, threaded, and does caching. Lots of room to grow!

NO SECURITY (other than checking for ../ in filenames). USE AT OWN RISK.

NO CGI. Ever. NO SERVLETS. Yet.

HARDLY ANY CONFIGURATION to speak of. NO RECONFIGURATION - just kill & restart it. If you want Apache, you know where to find it :-)

NO claim (yet) that it's compliant with the HTTP RFC standard.

NO DOCUMENTATION YET (therefore, you are not reading this page yet :-)).

Just source code:


$Id: index.html,v 1.6 2000/11/22 01:59:41 ian Exp $