Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 67063 invoked from network); 11 Jul 2006 17:50:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 17:50:37 -0000 Received: (qmail 33675 invoked by uid 500); 11 Jul 2006 17:50:23 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 33644 invoked by uid 500); 11 Jul 2006 17:50:23 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 33633 invoked by uid 99); 11 Jul 2006 17:50:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 10:50:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.53.149.121] (HELO basicengineering.ca) (209.53.149.121) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 10:50:22 -0700 Received: from [192.168.1.196] (helo=nagoya) by basicengineering.ca with smtp (Exim 3.36 #1) id 1G0MW4-0001Gg-00 for users@tomcat.apache.org; Tue, 11 Jul 2006 10:59:24 -0700 Message-ID: <002b01c6a512$b5bb6770$c401a8c0@nagoya> From: "Shinya Koizumi" To: "Tomcat Users List" References: <014001c6a46f$56c39060$c401a8c0@nagoya> Subject: Re: starting with windows service Date: Tue, 11 Jul 2006 10:51:59 -0700 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Any word on this problem. SK. ----- Original Message ----- From: "Shinya Koizumi" To: Sent: Monday, July 10, 2006 3:22 PM Subject: starting with windows service Recently i take over project developed by servlet. Currently whenever start the web server I have to click on the mycompany.bat file in CATALINA_HOME/bin folder mycompany.bat=============================== @echo off rem set CATALINA_OPTS=-Djava.security.debug=all cd %CATALINA_HOME%\bin\ catalina start -security pause =============================== This way is different from how the tomcat starts up when starting tomcat from windows menu? How can I change the configuration so that the tomcat is going to start up just like when i click on mycompany.bat file? SK --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org