Thanks Leo. Will investigate and advise.
-----Original Message-----
From: Leo Donahue - PLANDEVX [mailto:LeoDonahue@mail.maricopa.gov]
Sent: 17 Nov 2011 18 49
To: 'Tomcat Users List'
Subject: RE: Trying to get Tomcat 6 running as a Windows service
>-----Original Message-----
>From: appy74@dsl.pipex.com [mailto:appy74@dsl.pipex.com]
>Subject: Trying to get Tomcat 6 running as a Windows service
>
>Hello
>... but I find that although
>Tomcat will start / stop via the batch files in the /bin folder, when
>set as a Windows service, I get a message that:
>
>Windows could not start the service on the Local Computer.
>
>Have you any iseas at all?
>
>The Tomcat logs display nothing when the above happens.
>
>Martin O'Shea.
>
I run Windows 7.
I just downloaded Tomcat 6.0.26 from the archives, using this zip file:
http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.26/bin/apache-tomcat-6.0
.26-windows-x64.zip
I have the 64 bit Java sdk installed: jdk-6u29-windows-x64.exe JAVA_HOME
environment variable is set.
When I issue from the command line:
service install Tomcat6
... the service is created but not started. When I start the service and
view http://localhost:8080 I get the Tomcat welcome page.
Perhaps you could try removing the windows service using:
service remove Tomcat6
and then try the install command a second time?
Leo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|