Dmitri Colebatch at [EMAIL PROTECTED] wrote:

> Pier,
> 
> On Tue, 31 Jul 2001, Pier P. Fumagalli wrote:
>> Well, to be completely honest, and being the author of 2 out of 3 apache
>> connectors to Tomcat, I am a _BIG_ fan of using Tomcat in stand-alone mode.
>> Unless you don't specifically require some of the Apache functionalities,
>> run it stand alone, might be slightly slower in some cases, but far more
>> stable.
> 
> really? wow... ok, I'll ask a question then - what would your preferred
> approach be for having tomcat listen on port 80?  squid accelerator?  I'm
> assuming you're not running tomcat as root?

Nope, I'm not... Currently there's a test project to run Tomcat 4.0 as a
native daemon in Unix. You can check out and build the "service" code in the
"jakarta-tomcat-4.0/service" CVS repo, and try it out.

I'm building a new (more portable) API in "jakarta-tomcat-service", and that
will be (probably) the default way to invoke Tomcat from the next beta.

Both of them (the one in TC4 and the new Service) allow to run TC4 as an
operating-system daemon, binding to port 80 and running as a non-root
user... I don't know whether those will be adopted by TC3 also or not, but
they _do_ work :)

    Pier

Reply via email to