You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Asawari <as...@gmail.com> on 2007/11/19 08:49:00 UTC

Running tomcat as a service on 64 bit windows

Hi ,

I want to run tomcat as a service on 64 bit windows XP.

I followed the following link
http://blog.granilus.com/2007/06/running-tomcat-as-64-bit-windows.html

I downloaded the tomcat binaries and renamed them appropriately.

My service gets installed, however when i try to start the service it does
not get started.

Can anyone tell me why this is happening..

Thanks!

-- 
View this message in context: http://www.nabble.com/Running-tomcat-as-a-service-on-64-bit-windows-tf4833862.html#a13829107
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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


Re: Running tomcat as a service on 64 bit windows

Posted by Johnny Kewl <jo...@kewlstuff.co.za>.
---------------------------------------------------------------------------
HARBOR: http://coolharbor.100free.com/index.htm
Now Tomcat is also a cool pojo application server
---------------------------------------------------------------------------
----- Original Message ----- 
From: "Johnny Kewl" <jo...@kewlstuff.co.za>
To: "Tomcat Users List" <us...@tomcat.apache.org>
Sent: Monday, November 19, 2007 12:01 PM
Subject: Re: Running tomcat as a service on 64 bit windows


Oops I see thats what you trying that already..

Rather look at this message (from a guy that develops this area of TC)
http://www.nabble.com/running-tomcat-5.5-as-a-service-on-64bit-windows-t2447172.html

I read somewhere else that tomcat5 and tomcat5w are misneamed in the SVN
http://svn.apache.org/viewvc/tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_23/procrun/bin/
They should be swapped... but first follow the instruction of the guru... 
and only try that if it doesnt work.

Also go to the manager services panel and make sure the old service is 
stopped.
then run "sc delete tomcat_whatever" to remove the service

then do the guru thing... good luck


========== dont use this  guy is renaming tomcat 5 to 6 -> that cant be good 
====
> This guy seems have located a 64 bit windows service.
>
> http://blog.granilus.com/2007/06/running-tomcat-as-64-bit-windows.html
>
>
> ----- Original Message ----- 
> From: "Asawari" <as...@gmail.com>
> To: <us...@tomcat.apache.org>
> Sent: Monday, November 19, 2007 9:49 AM
> Subject: Running tomcat as a service on 64 bit windows
>
>
>>
>> Hi ,
>>
>> I want to run tomcat as a service on 64 bit windows XP.
>>
>> I followed the following link
>> http://blog.granilus.com/2007/06/running-tomcat-as-64-bit-windows.html
>>
>> I downloaded the tomcat binaries and renamed them appropriately.
>>
>> My service gets installed, however when i try to start the service it 
>> does
>> not get started.
>>
>> Can anyone tell me why this is happening..
>>
>> Thanks!
>>
>> -- 
>> View this message in context: 
>> http://www.nabble.com/Running-tomcat-as-a-service-on-64-bit-windows-tf4833862.html#a13829107
>> Sent from the Tomcat - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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
>>
>>
>
>
> ---------------------------------------------------------------------
> 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
>
> 


---------------------------------------------------------------------
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


Re: Running tomcat as a service on 64 bit windows

Posted by Johnny Kewl <jo...@kewlstuff.co.za>.
---------------------------------------------------------------------------
HARBOR: http://coolharbor.100free.com/index.htm
Now Tomcat is also a cool pojo application server
---------------------------------------------------------------------------

This guy seems have located a 64 bit windows service.

http://blog.granilus.com/2007/06/running-tomcat-as-64-bit-windows.html


----- Original Message ----- 
From: "Asawari" <as...@gmail.com>
To: <us...@tomcat.apache.org>
Sent: Monday, November 19, 2007 9:49 AM
Subject: Running tomcat as a service on 64 bit windows


>
> Hi ,
>
> I want to run tomcat as a service on 64 bit windows XP.
>
> I followed the following link
> http://blog.granilus.com/2007/06/running-tomcat-as-64-bit-windows.html
>
> I downloaded the tomcat binaries and renamed them appropriately.
>
> My service gets installed, however when i try to start the service it does
> not get started.
>
> Can anyone tell me why this is happening..
>
> Thanks!
>
> -- 
> View this message in context: 
> http://www.nabble.com/Running-tomcat-as-a-service-on-64-bit-windows-tf4833862.html#a13829107
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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
>
> 


---------------------------------------------------------------------
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


SV: Running tomcat as a service on 64 bit windows

Posted by Wilhelmsen Tor Iver <To...@arrive.no>.
> 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.) 

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