Re: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27

2004-08-15 Thread Eugene
Yes, you will have this problem, you must uninstall old service.
And what about CATALINA_HOME? You need to reconfigure it anyway when
Tomcat is stopped.
Stop and uninstall old service or install new service with a different
name - it works for me.

Regards.


Saturday, August 14, 2004, 11:53:02 PM, you wrote:

SS Test environment is Windows 2000 pro, live environment is Windows 2000
SS server.

SS On my test system I've struck a problem when trying to install Tomcat 5
SS when the system is currently still running Tomcat 4.  During 
SS installation there is a failure installing the Tomcat5 service - 
SS possibly a clash with the existing Tomcat service?

SS When I try to run the newly installed Tomcat 5 from a dos shell it
SS closes immediately with no feedback presented or logged.

SS Has anyone encountered this before, or does anyone have some tips as to
SS what I could be doing wrong?


SS --
SS Stephen Souness


SS -
SS To unsubscribe, e-mail: [EMAIL PROTECTED]
SS For additional commands, e-mail:
SS [EMAIL PROTECTED]




-- 
Best regards,
 Eugenemailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27

2004-08-15 Thread alan sparago
Are both instances of Tomcat trying to run on the same port? You cannot have
two processes trying to run on the same port for the same ip address.

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Souness
Sent: Saturday, August 14, 2004 7:53 PM
To: [EMAIL PROTECTED]
Subject: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat
5.0.27

Test environment is Windows 2000 pro, live environment is Windows 2000 
server.

On my test system I've struck a problem when trying to install Tomcat 5 
when the system is currently still running Tomcat 4.  During 
installation there is a failure installing the Tomcat5 service - 
possibly a clash with the existing Tomcat service?

When I try to run the newly installed Tomcat 5 from a dos shell it 
closes immediately with no feedback presented or logged.

Has anyone encountered this before, or does anyone have some tips as to 
what I could be doing wrong?


--
Stephen Souness


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27

2004-08-15 Thread Stephen Souness
startup.bat didn't even get to starting Java, so I change the echo off 
line to be echo on and redirected the output to a file to see how far it 
was getting, like this:

 startup.bat  output.txt
The last information from output.txt is:
D:\Tomcat 5.0\bincall D:\Tomcat 5.0\bin\catalina.bat start
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
Which makes a little sense, as I am trying to avoid having a full JDK.
Anyone else successfully running Tomcat 5 on Windows with just a JRE and 
not a JDK (including tools.jar in common/lib for compiling JSPs).

--
Stephen Souness

alan sparago wrote:
Are both instances of Tomcat trying to run on the same port? You cannot have
two processes trying to run on the same port for the same ip address.
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Souness
Sent: Saturday, August 14, 2004 7:53 PM
To: [EMAIL PROTECTED]
Subject: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat
5.0.27
Test environment is Windows 2000 pro, live environment is Windows 2000 
server.

On my test system I've struck a problem when trying to install Tomcat 5 
when the system is currently still running Tomcat 4.  During 
installation there is a failure installing the Tomcat5 service - 
possibly a clash with the existing Tomcat service?

When I try to run the newly installed Tomcat 5 from a dos shell it 
closes immediately with no feedback presented or logged.

Has anyone encountered this before, or does anyone have some tips as to 
what I could be doing wrong?

--
Stephen Souness
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]