Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 80750 invoked from network); 19 Nov 2007 08:53:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 08:53:53 -0000 Received: (qmail 8946 invoked by uid 500); 19 Nov 2007 08:53:30 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 8812 invoked by uid 500); 19 Nov 2007 08:53:29 -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 8801 invoked by uid 99); 19 Nov 2007 08:53:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 00:53:29 -0800 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of TorIverW@arrive.no designates 138.62.101.73 as permitted sender) Received: from [138.62.101.73] (HELO SRV-IMSS-03.nsb.no) (138.62.101.73) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 08:53:18 +0000 Received: from EXC-VN-01.nsb.no ([138.62.100.56]) by SRV-IMSS-03.nsb.no with InterScan Message Security Suite; Mon, 19 Nov 2007 09:53:07 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: SV: Running tomcat as a service on 64 bit windows Date: Mon, 19 Nov 2007 09:53:08 +0100 Message-ID: In-Reply-To: <13829107.post@talk.nabble.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Running tomcat as a service on 64 bit windows thread-index: AcgqgMGw+BKUNmhKRs24aMsKSMTEdAACBqRQ From: "Wilhelmsen Tor Iver" To: "Tomcat Users List" X-Virus-Checked: Checked by ClamAV on apache.org > My service gets installed, however when i try to start the service it does not get started. AFAIK the 64-bit versions of Windows will not start 32-bit apps as services. (I ran into the same problem trying to use Vista-64 under Boot Camp on a Mac: Apple's drivers only support 32-bit Windows versions so the auto-installer failed at trying to start the two services it tries at the end of the setup.)=20 So you probably need to be sure you get a 64-bit JVM in order to run it as a service using srvany or the like, or a 64-bit exe for Tomcat when using those binaries for the service. --------------------------------------------------------------------- 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