Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41B2910676 for ; Tue, 11 Jun 2013 21:06:56 +0000 (UTC) Received: (qmail 63478 invoked by uid 500); 11 Jun 2013 21:06:53 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 63351 invoked by uid 500); 11 Jun 2013 21:06:53 -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 63341 invoked by uid 99); 11 Jun 2013 21:06:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 21:06:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of akshatachas@gmail.com designates 209.85.223.194 as permitted sender) Received: from [209.85.223.194] (HELO mail-ie0-f194.google.com) (209.85.223.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 21:06:46 +0000 Received: by mail-ie0-f194.google.com with SMTP id 9so915748iec.1 for ; Tue, 11 Jun 2013 14:06:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4vt/ufwkJrC1h17LTWZPZM+kF7sa6mYfWFEpuCUrKp0=; b=dW2SR3CE9Q9gk4ZG45JySTikdGIOOj/zxvrEbwgmM59S1c6qV1fJ1G2eg5AedxuiQd suVN19U6Y8mau/m7hy5offgRkYM8UN8KlN7ZXPHFHftA1d8CxPAa6Zb3c7Yc4CzjrveG CzbEDkWpiGHFpolT86skQByJuDzo+AqA4zt4/IgLicHYVXWl+6TtvEvxpEJtMCpjMaeW PJs0egas3ViCwvwkT67ZV9u5Hz+/xgwRGTAGiVEYATHmymTkKCtWKPAXRxhwZZq8WFaX oguWH+QZbjZpMdEXi0Fy55qPipg5qsYS9722GkxdKV2zU/IW2A6+A9FDm0OLv7id7lQp Ho+A== MIME-Version: 1.0 X-Received: by 10.50.130.52 with SMTP id ob20mr1850932igb.71.1370984785514; Tue, 11 Jun 2013 14:06:25 -0700 (PDT) Received: by 10.50.228.177 with HTTP; Tue, 11 Jun 2013 14:06:25 -0700 (PDT) Date: Wed, 12 Jun 2013 02:36:25 +0530 Message-ID: Subject: Windows service for tomcat7 From: akshata chas To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=047d7b2e451a2215d604dee745d0 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b2e451a2215d604dee745d0 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm trying to install tomcat service for Windows 7 manually on my system through command prompt. I tried with">>service.bat install MyProject" but it looks like service doesn't get installed properly because I can see the service in the list but when I start it, it throws error. Any idea on what could be the issue? I'm not using tomcat's installer for windows as I would like to bundle it along with my project installer with bundled Java as well. I could use other Windows batch scripts of starting and shutting down tomcat which work well. Thanks --047d7b2e451a2215d604dee745d0--