Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 68346 invoked from network); 1 Jan 2001 10:20:41 -0000 Received: from mail-out.chello.nl (HELO amsmta04-svc.chello.nl) (213.46.240.7) by h31.sny.collab.net with SMTP; 1 Jan 2001 10:20:41 -0000 Received: from BigBoy ([24.132.27.39]) by amsmta04-svc.chello.nl (InterMail vK.4.02.00.10 201-232-116-110 license fc2c4e20c60bc99c8c8f9bb6725f4ded) with SMTP id <20010101102144.HPCT533.amsmta04-svc@BigBoy> for ; Mon, 1 Jan 2001 11:21:44 +0100 Message-ID: <004b01c073dc$db3273d0$3300005a@BigBoy> From: "Jaap van der Molen" To: References: <3A50535B.E545BEE0@treelight.com> Subject: Re: Tomcat dies immediately under windows Date: Mon, 1 Jan 2001 11:23:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Edit startup.bat and change the command after ":start" to "call %TOMCAT_HOME%\bin\tomcat run %1 %2 %3 %4 %5 %6 %7 %8 %9" i.e. replace "start" by "run" Tomcat will now run in the same window, enabling you to read the error messages. re Jaap ----- Original Message ----- From: "Eric Armstrong" > Problem: > * OS = Win98. > * Tomcat startup announces "it is starting in a new > window". > * A window flashes up for an instant, and then > disappears. > * No LOGS directory was created. > * After manually creating the directory, no log is > written there after a retry. > * The process list does not show any instance of > tomcat running