Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 4465 invoked from network); 18 May 2009 17:33:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 May 2009 17:33:58 -0000 Received: (qmail 80989 invoked by uid 500); 18 May 2009 17:33:54 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 80957 invoked by uid 500); 18 May 2009 17:33: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 80939 invoked by uid 99); 18 May 2009 17:33:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 17:33:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of trillich@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 17:33:43 +0000 Received: by fg-out-1718.google.com with SMTP id 16so1216343fgg.17 for ; Mon, 18 May 2009 10:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=T4dPjzT8OAazcGajvn1nLKsH1Fgbkxkt1btNy+a0MZ0=; b=IDzMenA1iKkXEb9IwzHwsnwr+xmxvEaLMxin1YYo70oXzAyiz+7FUOH42yV9J5qMso I93oMaJtZIsHXovCQCf2V6+nQSVXTuahCIP2oWKHAXDxO4w1ZbBo61euERfeXKk/eLvp Yk0mRw1O1STwSFnvyBCOC8xrGq1VCKbS+SoOs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=E5cZD4HjAM8Go908RUWbpChtzK6ll8ekwdWKaYzOVeR2SH7Q25GnpCrz6WFBoyUOpB GCy7uh2ar9/VuLpXXDZM02I3wPKiR+R115JwWT4vvBY2EJwYGlr4YnIte11omswN8Rbu WbMURE9RkY66H/OM8eJ2EeyaIMZYo+fkoDLtk= MIME-Version: 1.0 Sender: trillich@gmail.com Received: by 10.239.154.16 with SMTP id b16mr492792hbc.145.1242668001999; Mon, 18 May 2009 10:33:21 -0700 (PDT) Date: Mon, 18 May 2009 12:33:21 -0500 X-Google-Sender-Auth: 219f01dd05622691 Message-ID: Subject: running tomcat5 -- as a service under 64-bit windows? From: "will@serensoft.com" To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi folks -- Short version: how to get Tomcat5 to run as a service under 64-bit Windows 2003? Long version: Okay, we've got Tomcat5 running from the command-line within 64-bit Windows 2003 Enterprise (and cannot use tomcat 6/java 6 for our project) -- and now we're working to get it running as a service... We've replaced the original tomcat5.exe and tomcat5w.exe with the ones at http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/amd64/ as directed from http://www.nabble.com/running-tomcat-5.5-as-a-service-on-64bit-windows-td6821449.html And then command line 'service install' appears to work (it shows up in admin tools > services) but the service won't start: it tries for a while (netstat -nab shows it's running for a spell), but it quietly gives up. tomcat/logs/stderr* does contain some text, but there's no catalina.out, and start > admin tools > component services > events doesn't give up any evidence either. Plus, the mofidied/64-bit-savvy tomcat5w.exe which is supposed to set parameters for the service, complains that 'tomcat5' doesn't exist. Ideas? -- will trillich "Our only real economic security lies in our power to meet human needs." -- S.Covey, the 8th Habit --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org