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: Tomcat 6.0.26. Criteria for '400 bad request' using MutiThreading‏

2010-06-26 Thread Pid
On 26/06/2010 00:48, Felipe Maya wrote: What is the criteria for send a BAD REQUEST (400) using extensively Mutithread bulk calculation (50 per time) from TOMCAT with SQLSERVER? For extensively, I understand as constantly and many times. Server: CPU 2GHz 4 cores, Mem 8GB, (Linux Server

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
#define ESRCH 3 /* No such process */ it appears you are attempting to run a binary which is 1)not in the location you are supposedly running from 2)perms issue what happens when you specifically install TC to an existing folder which tomcat-user has read,execute and write access to and

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
hi, 1) locations are definitely right. many many times checked. this is not my first tomcat i have installed. but the first in the specific domain. 2) i have tried this: same behavior. i am using a local admin account. i also have tried before with a domain account that has also admin rights

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,

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

Re: SSL and non SSL configuration on tomcat 6.0.26, confused

2010-06-26 Thread John-Paul Ranaudo
Chris Sorry for the late reply. While I have not been able to try this yet your explanations are very clear and I understand better what the options on the connector mean now. I will give this a try. Thank you for your reply. Regards, John Ranaudo On Fri, Jun 25, 2010 at 2:22 PM, Christopher

Question on JAR in Tomcat\lib directory

2010-06-26 Thread Savoy, Melinda
In Eclipse I have a project where in the build path under the Libraries tab there is listed Apache Tomcat v6.0 [Apache Tomcat v6.0] because in the Tomcat\lib directory there are a number of jars that pertain to this project. I have updated one of the jars in this library. However, when I'm

RE: Question on JAR in Tomcat\lib directory

2010-06-26 Thread Savoy, Melinda
I have no idea what happened, but I got my problem resolved. I have no idea whether it was an Eclipse issue or a Tomcat issue. All I did was copy the JAR again to the Tomcat\lib directory and bounced Eclipse and then I saw the updated code. At any rate, thanks anyway and sorry I posted