I guess I should ask on the Tomcat list, but maybe someone knows here... In the same vein, a while back, we looked into pulling apart Tomcat 3.x to just get the HTTP server piece out of it (no JSPs, servlets, etc). I did not look into it but it is my understanding that this was not really possible due to all sorts of dependencies.
Does anyone know if this possible under 5.x? Thanks, Gary -----Original Message----- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 18:37 To: Jakarta Commons Users List Subject: Re: HttpClient - Use as a server You can try using jetty and integrate into your app. Jetty is rather small and easy to use (and open source). See http://jetty.mortbay.com Perry Hoekstra 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 > > _________________________________________________________________ > 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]
