Mladen Turk wrote:
Behrang Saeedzadeh wrote:

What are the benefits of running an application like Tomcat with as a
daemon (with JSVC) vs. running it like a normal application?

In one sentence:
Running as non-root on port < 1024

In another sentence, starting up the service automatically on system startup. That's the big one. We actually run Tomcat as a non-root user, but we need to start it up automatically on system startup.


On Windows, too - the same rationale. Making it start up as a service means you don't have to log in and start it up manually each time.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to