Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 54676 invoked from network); 28 Sep 2003 20:29:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Sep 2003 20:29:22 -0000 Received: (qmail 22109 invoked by uid 500); 28 Sep 2003 20:28:50 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 22078 invoked by uid 500); 28 Sep 2003 20:28:50 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 22065 invoked from network); 28 Sep 2003 20:28:49 -0000 Received: from unknown (HELO quartz.w-dns.net) (62.149.35.16) by daedalus.apache.org with SMTP; 28 Sep 2003 20:28:49 -0000 Received: from client-903-p1-sms.winn.adsl.virgin.net ([81.107.195.134] helo=Avatar) by quartz.w-dns.net with smtp (Exim 4.20) id 1A3iAv-00059t-4Q; Sun, 28 Sep 2003 21:29:49 +0100 Message-ID: <056001c385ff$212a4980$0600a8c0@Avatar> From: "Henrik Vendelbo" To: "Tomcat Users List" , References: Subject: Re: Tomcat as a service Date: Sun, 28 Sep 2003 21:28:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - quartz.w-dns.net X-AntiAbuse: Original Domain - jakarta.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bluprints.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The information is fairly limited on how to get things to work with Tomcat running as a service. What I have learnt so far is : 1) CATALINA_OPTS environment variable allows you to pass options to the JVM 2) The Jakarta Commons project hosts the Daemon that does the work of running Tomcat as a service http://jakarta.apache.org/commons/daemon I have yet to look into, 1) Automating start/stop with Ant in conjunciton with recompiling webapps (Alternately reloading the webapps, although Tomcat doesnt seem to survive webapp exceptions very well) 2) Making the Daemon show up in Apache Monitor (part of httpd) 3) Configuring Tomcat with service parameters (or ini file) instead of CATALINA_OPTS Henrik ----- Original Message ----- From: "Robert Mark Bram" To: "Tomcat Users List" Sent: Tuesday, September 23, 2003 2:21 PM Subject: RE: Tomcat as a service > Hi Yoav Shapira, > > > >3) If I don't have Tomcat as a service, how can I get it running as a > > >service? > > > > > >4) Where is all of this documented? I did a google search limited to > > >jakarta.apache.org and then I did a text search on my document Tomcat > > >4.1\webapps\tomcat-docs directory for "Tomcat as a service" and found > > >nothing that answered these questions. > > > > http://jakarta.apache.org/tomcat/faq/ > > OK .. I checked this already. > > Tomcat FAQ | Windows | "Setting up TomCat 4.1.12 to run as an NT Service" > http://www.mattkelli.com/tech/tomcat/ntservice.htm > -- page is gone > > Unless you are referring to the Tomcat Service Manager, but I was hoping to > find something from Jakarta to do this.. > > Please forgive me but I fail to find anything else there that talks about > Tomcat as a service.. :( > > Rob > :) > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org