Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread 1destroyer1
hi, here is the whole output from the command box: D:\ttest\bindir Volume in drive D is DataDrive Volume Serial Number is 78F8-015F Directory of D:\ttest\bin 06/27/2010 08:41 AMDIR . 06/27/2010 08:41 AMDIR .. 06/25/2010 07:54 PM22,110 bootstrap.jar

RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread Caldarale, Charles R
From: David Smith [mailto:david.sm...@cornell.edu] Subject: Re: Unable to start Tomcat 6 on Windows Server 2003 A second command prompt window?? I've never seen tomcat do such a thing. You must be joking - Tomcat has always done that, at least since 5.0, when running the startup.bat

Fwd: Re: RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread 1destroyer1
...@hotmail.com An: 1destroy...@gmx.de Betreff: RE: Unable to start Tomcat 6 on Windows Server 2003 put %CATALINA_HOME%\bin\tomcat-juli.jar on CLASSPATH e.g. SET CLASSPATH=%CATALINA_HOME%\bin\tomcat-juli.jar;%CLASSPATH% FYI: if you executed startup.sh/.bat as earlier mentioned the CLASSPATH would

Re: Fwd: Re: RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread Pid
...@gmx.de Betreff: RE: Unable to start Tomcat 6 on Windows Server 2003 put %CATALINA_HOME%\bin\tomcat-juli.jar on CLASSPATH e.g. SET CLASSPATH=%CATALINA_HOME%\bin\tomcat-juli.jar;%CLASSPATH% FYI: if you executed startup.sh/.bat as earlier mentioned the CLASSPATH would be automatically configured

Re: Fwd: Re: RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-27 Thread David Smith
them... kind regards, dessi Original-Nachricht Datum: Sun, 27 Jun 2010 11:25:08 -0400 Von: Martin Gainty mgai...@hotmail.com An: 1destroy...@gmx.de Betreff: RE: Unable to start Tomcat 6 on Windows Server 2003 put %CATALINA_HOME%\bin\tomcat-juli.jar

Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread 1destroyer1
Hi, I have a problem starting a TomCat on a Windows 2003 Server: Java Version installed: 1.6.0_11 JRE JDK Tomcat Version used for tests: 6.0.16 6.0.26 First i installed the Tomcat.exe on the server - Tomcat do not start Failure in Log: [error] FindClass

Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread Pid
On 26/06/2010 09:00, 1destroy...@gmx.de wrote: Hi, I have a problem starting a TomCat on a Windows 2003 Server: Java Version installed: 1.6.0_11 JRE JDK Tomcat Version used for tests: 6.0.16 6.0.26 First i installed the Tomcat.exe on the server - Tomcat do not start Where did you

Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread 1destroyer1
On 26/06/2010 09:00, 1destroy...@gmx.de wrote: Hi, I have a problem starting a TomCat on a Windows 2003 Server: Java Version installed: 1.6.0_11 JRE JDK Tomcat Version used for tests: 6.0.16 6.0.26 First i installed the Tomcat.exe on the server - Tomcat do not start

RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread Martin Gainty
to start Tomcat 6 on Windows Server 2003 To: users@tomcat.apache.org; users@tomcat.apache.org On 26/06/2010 09:00, 1destroy...@gmx.de wrote: Hi, I have a problem starting a TomCat on a Windows 2003 Server: Java Version installed: 1.6.0_11 JRE JDK Tomcat Version used for tests

Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread Pid
On 26/06/2010 15:48, 1destroy...@gmx.de wrote: On 26/06/2010 09:00, 1destroy...@gmx.de wrote: Hi, I have a problem starting a TomCat on a Windows 2003 Server: Java Version installed: 1.6.0_11 JRE JDK Tomcat Version used for tests: 6.0.16 6.0.26 First i installed the Tomcat.exe on the

Re: RE: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread 1destroyer1
on the system. kind regards, dessi Original-Nachricht Datum: Sat, 26 Jun 2010 11:21:43 -0400 Von: Martin Gainty mgai...@hotmail.com An: Tomcat Users List users@tomcat.apache.org Betreff: RE: Unable to start Tomcat 6 on Windows Server 2003 #define ESRCH 3

Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread 1destroyer1
Original-Nachricht Datum: Sat, 26 Jun 2010 17:05:00 +0100 Von: Pid p...@pidster.com An: Tomcat Users List users@tomcat.apache.org Betreff: Re: Unable to start Tomcat 6 on Windows Server 2003 On 26/06/2010 15:48, 1destroy...@gmx.de wrote: On 26/06/2010 09:00, 1destroy

Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread Mark Thomas
On 26/06/2010 17:19, 1destroy...@gmx.de wrote: i started startup.bat in a command box - all env variables are shown, no failures, and pathes are correct and a second command box shortly appear and immediatly closed again. no chance to read it out :) Use: catalina.bat run That will keep

Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread 1destroyer1
hi, as already written: The Tomcat do not start with „catalina.bat run“ in the box is written that he can not find Class org/apache/juli/logging/LogFactory... The file is definitely there... kind regards, dessi -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter

Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread David Smith
On 6/26/2010 3:33 PM, 1destroy...@gmx.de wrote: hi, as already written: The Tomcat do not start with „catalina.bat run“ in the box is written that he can not find Class org/apache/juli/logging/LogFactory... The file is definitely there... kind regards, dessi Please post the whole

Re: Unable to start Tomcat 6 on Windows Server 2003

2010-06-26 Thread David Smith
On 6/26/2010 12:19 PM, 1destroy...@gmx.de wrote: What happens if you run startup.bat? A second dos box shortly appear and is closing immediately... Start a command prompt first, then manually type the startup.bat command - don't double click the file to run it. What does the