You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Simon Massey <si...@hotmail.com> on 2002/08/21 02:28:11 UTC

Re: Embedded HTTP server

If you only need to server a handful of pages to a handful of System Admins
checkin in on your app only very occationally then putting in a full-on
webserver would be massive overkill. If you just want a tiny threadsafe http
server then I would start from here

http://developer.java.sun.com/developer/technicalArticles/Networking/Webserv
er/

which is a very tiny webserver in 451 lines of code.

I hope this helps.

----- Original Message -----
From: "john lukar" <jo...@yahoo.com>
To: <tu...@jakarta.apache.org>
Sent: Tuesday, August 20, 2002 11:11 PM
Subject: Embedded HTTP server


>
>
> Hi,
> I am looking for an embedded servlet/web server that
> provides a Web interface to a Java application.
>
> This allows my System Admin to be able to get a quick
> status of the server health, using a web browser.
>
> I came across only one posting that referenced using
> Turbine as such, but in conjuction with jetty.
>
> can turbine be embedded into my server application to
> provide such monitoring services using a browser?
>
> anyone using it as such?
>
> Or am I mis-underestanding what Turbine is about.
>
>
> any info. is greatly appreciated.
>
>
> John.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>