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

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

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

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

2004-08-14 Thread Stephen Souness
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