You may have a look at Femto. It is a web server that has only 41k (or with testfiles 100k): http://www.d-fisher.com:83/ (didn't work as I wrote this, but that may be a result of our firewall!) http://www.d-fischer.com/ (German page)
Features: - Webserver: handles HTTP requests - Weblets: calls java classes like with servlets. - SSSI (Simple ServerSide Includes): Functionality a bit like JSPs. Christian > -----Original Message----- > From: Ted Stockwell [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 07, 2003 12:46 AM > To: Jakarta Commons Users List > Subject: Re: HttpClient - Use as a server > > > > Here's a very tiny web server that I have used serveral times over the > last few years... http://acme.com/java/software/Acme.Serve.Serve.html. > > Reading the code is also good education. > > --- Perry Hoekstra <[EMAIL PROTECTED]> wrote: > > Question: Can HttpClient be used to build a tiny Web Server? Yes, I > > know > > that is not the charter of the package. However, I need to build a > > tiny Web > > Server that accepts posts on a given port for some testing. > I built > > a > > rudimentary socket server but I would like to use something with a > > little > > more abstraction and ran into HttpClient. > > > > Thoughts? If not HttpClient, anyone know an open source > Java package > > that > > would provide the ability to build a minimal Web Server of off? > > > > Perry Hoekstra > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
