Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 51366 invoked from network); 30 Apr 2003 15:17:52 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 30 Apr 2003 15:17:52 -0000 Received: (qmail 305 invoked by uid 97); 30 Apr 2003 15:19:53 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 298 invoked from network); 30 Apr 2003 15:19:52 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 30 Apr 2003 15:19:52 -0000 Received: (qmail 49848 invoked by uid 500); 30 Apr 2003 15:17:32 -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 49837 invoked from network); 30 Apr 2003 15:17:32 -0000 Received: from web41505.mail.yahoo.com (66.218.93.88) by daedalus.apache.org with SMTP; 30 Apr 2003 15:17:32 -0000 Message-ID: <20030430151734.98561.qmail@web41505.mail.yahoo.com> Received: from [66.214.23.231] by web41505.mail.yahoo.com via HTTP; Wed, 30 Apr 2003 08:17:34 PDT Date: Wed, 30 Apr 2003 08:17:34 -0700 (PDT) From: Mark Eggers Subject: RE: Java Logging API and stderr.log & Tomcat as NT service To: Tomcat Users List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In order to get some of these options passed to Tomcat while running as a service, you have two choices. 1. You can edit the registry. In particular, you will have to change the number of startup parameters in: HKEY_LOCAL_MACHINE--> SYSTEM--> ControlSetnnn--> Services--> Apache Tomcat 4.1--> Parameters to reflect the additional parameters, and then add those parameters to the registry. 2. You can uninstall the Tomcat service with: tomcat -uninstall "Apache Tomcat 4.1" and then reinstall the service with more switches. To get the syntax of the Tomcat service installer, type: tomcat --help The Tomcat service installer is based on the one documented at: http://www.alexandriasc.com/software/JavaService/index.html HTH /mde/ just my two cents . . . . __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org