Sun has a small http server framework: http://research.sun.com/brazil/.
-Dave -----Original Message----- From: Perry Hoekstra [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 8:29 AM To: [EMAIL PROTECTED] Subject: HttpClient - Use as a server 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 _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
