Due to constraints on my current work, my JAVA_HOME points to a JDK
1.4.2 distro.  When I installed Tomcat 5.5.25, I pointed it to a Java 5
JDK that I have installed.  It appears to be working relatively well.

I wanted to try installing Tomcat 6, to take a look at JSF 1.2.  When I
installed it, I pointed it to the same JDK that I'm using for Tomcat 5.
When I start it, it fails almost immediately.  I believe it's failing
because the Tomcat 5 installation used the same display name for the
service that Tomcat 6 tries to use.  This is ironic, as I have no
intention of using the Windows service, I just used the installed
because it's more convenient than the zip file.

The console output is:

[2008-01-27 17:13:10] [420  prunsrv.c] [error]
The system cannot find the file specified.
[2008-01-27 17:13:10] [1327 prunsrv.c] [error]
Load configuration failed

The "logs" directory only has "jakarta_service_20080127.log", which has:

[2008-01-27 17:01:37] [info] Procrun (2.0.3.0) started
[2008-01-27 17:01:37] [info] Service Tomcat6 name Apache Tomcat
[2008-01-27 17:01:37] [420  service.c] [error] The name is already in
use as either a service name or a service display name. [2008-01-27
17:01:37] [606  prunsrv.c] [error] Failed installing Tomcat6 service
[2008-01-27 17:01:37] [info] Procrun finished.
[2008-01-27 17:01:42] [info] Procrun (2.0.3.0) started
[2008-01-27 17:01:42] [info] Service Tomcat6 name Apache Tomcat
[2008-01-27 17:01:42] [420  service.c] [error] The name is already in
use as either a service name or a service display name. [2008-01-27
17:01:42] [606  prunsrv.c] [error] Failed installing Tomcat6 service
[2008-01-27 17:01:42] [info] Procrun finished.

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

Reply via email to