Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 89082 invoked from network); 15 Aug 2004 21:04:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Aug 2004 21:04:07 -0000 Received: (qmail 3455 invoked by uid 500); 15 Aug 2004 21:03:40 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 3429 invoked by uid 500); 15 Aug 2004 21:03:39 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 3416 invoked by uid 99); 15 Aug 2004 21:03:39 -0000 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [80.91.224.249] (HELO main.gmane.org) (80.91.224.249) by apache.org (qpsmtpd/0.27.1) with ESMTP; Sun, 15 Aug 2004 14:03:37 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BwSA8-0006Dx-00 for ; Sun, 15 Aug 2004 23:03:32 +0200 Received: from 203-97-49-130.dsl.clear.net.nz ([203.97.49.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2004 23:03:32 +0200 Received: from sounie by 203-97-49-130.dsl.clear.net.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2004 23:03:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: tomcat-user@jakarta.apache.org From: Stephen Souness Subject: Re: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27 Date: Mon, 16 Aug 2004 09:05:39 +1200 Lines: 57 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 203-97-49-130.dsl.clear.net.nz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en In-Reply-To: Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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\bin>call "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:news@sea.gmane.org] On Behalf Of Stephen Souness > Sent: Saturday, August 14, 2004 7:53 PM > To: tomcat-user@jakarta.apache.org > 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: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org