Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #20113
| Date | 2012-12-05 08:39 -0500 |
|---|---|
| From | Arne Vajhøj <arne@vajhoej.dk> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Tomcat problem |
| References | (3 earlier) <f50ebc4c-cedb-48e0-b167-debf74948366@googlegroups.com> <k9l106$ie1$1@speranza.aioe.org> <k9l6ab$ift$1@dont-email.me> <50beaf7a$0$288$14726298@news.sunsite.dk> <k9mh2d$bg2$1@dont-email.me> |
| Message-ID | <50bf4e99$0$294$14726298@news.sunsite.dk> (permalink) |
| Organization | SunSITE.dk - Supporting Open source |
On 12/4/2012 11:03 PM, markspace wrote: > On 12/4/2012 6:20 PM, Arne Vajhøj wrote: >> On 12/4/2012 10:53 AM, markspace wrote: >>> Tomcat isn't an app. It's a server, and a deamon. Look those words up. >> >> It is a server that can be run as a daemon. It can also be run as >> a console app. > > Huh, is "console app" different from a server/daemon? I'm just > wondering because I wasn't aware Tomcat had any other operating modes > besides "daemon." The code is no different, but the way you interact with it is different. Windows: daemon => run as windows service, you stop and start via service manager console app => run in CMS window, you start by running bat file and stop with CTRL/C *nix: daemon => run in background, you stop and start via the scripts in init.d (or use one the GUI tools on top of that) console app => run in xterm, you start by running sh file and stop with CTRL/C Arne
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Tomcat problem Philthy <philthy@philthy.com> - 2012-12-03 18:28 +1100
Re: Tomcat problem Arne Vajhøj <arne@vajhoej.dk> - 2012-12-03 09:53 -0500
Re: Tomcat problem Philthy <philthy@philthy.com> - 2012-12-04 03:54 +1100
Re: Tomcat problem Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2012-12-03 17:18 +0000
Re: Tomcat problem markspace <-@.> - 2012-12-03 09:18 -0800
Re: Tomcat problem Arne Vajhøj <arne@vajhoej.dk> - 2012-12-03 12:33 -0500
Re: Tomcat problem Lew <lewbloch@gmail.com> - 2012-12-03 11:20 -0800
Re: Tomcat problem Philthy <philthy@philthy.com> - 2012-12-05 01:22 +1100
Re: Tomcat problem Arne Vajhøj <arne@vajhoej.dk> - 2012-12-04 10:17 -0500
Re: Tomcat problem Joerg Meier <joergmmeier@arcor.de> - 2012-12-04 17:04 +0100
Re: Tomcat problem Arne Vajhøj <arne@vajhoej.dk> - 2012-12-04 21:11 -0500
Re: Tomcat problem Joerg Meier <joergmmeier@arcor.de> - 2012-12-05 11:58 +0100
Re: Tomcat problem markspace <-@.> - 2012-12-04 07:53 -0800
Re: Tomcat problem Arne Vajhøj <arne@vajhoej.dk> - 2012-12-04 21:20 -0500
Re: Tomcat problem markspace <-@.> - 2012-12-04 20:03 -0800
Re: Tomcat problem Arne Vajhøj <arne@vajhoej.dk> - 2012-12-05 08:39 -0500
Re: Tomcat problem Jan Burse <janburse@fastmail.fm> - 2012-12-05 14:55 +0100
Re: Tomcat problem Jan Burse <janburse@fastmail.fm> - 2012-12-05 15:01 +0100
Re: Tomcat problem Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 21:47 -0500
Re: Tomcat problem Lew <lewbloch@gmail.com> - 2012-12-04 13:05 -0800
Re: Tomcat problem Jan Burse <janburse@fastmail.fm> - 2012-12-03 18:52 +0100
Re: Tomcat problem Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2012-12-04 15:52 +0100
Re: Tomcat problem 1connu <1connu999@gmail.com> - 2012-12-04 16:13 +0100
Re: Tomcat problem Silvio <silvio@internet.com> - 2012-12-04 17:06 +0100
csiph-web