Discussion:
[Tomcat 6.0.10] Failed to install Tomcat6 service.
LiuYan 刘研
2007-03-02 09:15:43 UTC
Permalink
When I try to install tomcat 6.0.10, I got the following error:
-------------------------
Failed to install Tomcat6 service.
Check your settings and permissions
Ignore and continue anyway (not recommended)?
-------------------------

My environment:
-- OS: Windows XP SP2
-- JDK: JDK1.6.0 with public JRE installed
-- The account which I logon is a Domain Account, and this account is a
member of Administrators group of this computer.
-- I logged on the "Domain", not the "Local machine"
-- Tomcat 5.5.20 had been installed before.
-- Tomcat 5.5.20 is installed to C:\Tomcat 5.5
-- I'm trying to install Tomcat 6.0.10 to C:\Tomcat 6.0

Thanks !
--
View this message in context: http://www.nabble.com/-Tomcat-6.0.10--Failed-to-install-Tomcat6-service.-tf3332526.html#a9266400
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Li
2007-03-02 09:26:56 UTC
Permalink
Your tomcat will be installed properly even windows service creation is
failed. You can run service.bat to create service ...
Post by LiuYan 刘研
-------------------------
Failed to install Tomcat6 service.
Check your settings and permissions
Ignore and continue anyway (not recommended)?
-------------------------
-- OS: Windows XP SP2
-- JDK: JDK1.6.0 with public JRE installed
-- The account which I logon is a Domain Account, and this account is a
member of Administrators group of this computer.
-- I logged on the "Domain", not the "Local machine"
-- Tomcat 5.5.20 had been installed before.
-- Tomcat 5.5.20 is installed to C:\Tomcat 5.5
-- I'm trying to install Tomcat 6.0.10 to C:\Tomcat 6.0
Thanks !
--
http://www.nabble.com/-Tomcat-6.0.10--Failed-to-install-Tomcat6-service.-tf3332526.html#a9266400
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
--
When we invent time, we invent death.
Mark Thomas
2007-03-02 12:34:35 UTC
Permalink
Post by LiuYan 刘研
-- Tomcat 5.5.20 had been installed before.
-- Tomcat 5.5.20 is installed to C:\Tomcat 5.5
-- I'm trying to install Tomcat 6.0.10 to C:\Tomcat 6.0
The way the installer works you can only have one 5.x install at any
one time. Given that essentially the same code is used for the 6.x
installer it may be you can only have one instance of any version at
any one time.

You can use the zip distribution and service.bat to work around this.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org

Loading...