Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 49945 invoked from network); 14 Dec 2003 12:43:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Dec 2003 12:43:23 -0000 Received: (qmail 42961 invoked by uid 500); 14 Dec 2003 12:43:02 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 42941 invoked by uid 500); 14 Dec 2003 12:43:02 -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 42924 invoked from network); 14 Dec 2003 12:43:02 -0000 Received: from unknown (HELO safe16.bezeqint.net) (212.179.95.62) by daedalus.apache.org with SMTP; 14 Dec 2003 12:43:02 -0000 Received: from safe16.bezeqint.net (localhost [127.0.0.1]) by safe16.bezeqint.net (Bezeq International SMTP out Mail Server) with SMTP id 4761A1FB40B for ; Sun, 14 Dec 2003 14:52:28 +0200 (IST) Received: from marco.bezeqint.net ([IP=192.115.104.4]) by eSafe SMTP Relay 1071296415; Sun Dec 14 14:52:23 2003 Received: from yuval1 (bzq-25-118-82.cust.bezeqint.net [212.25.118.82]) by marco.bezeqint.net (Bezeq International SMTP out Mail Server) with SMTP id EE8B269C for ; Sun, 14 Dec 2003 16:36:26 +0200 (IST) Reply-To: From: "Yuval Zantkeren" To: "'Tomcat Users List'" Subject: RE: Need some Tomcat Configuration help badly Date: Sun, 14 Dec 2003 14:50:06 +0200 Message-ID: <007201c3c240$cd7099b0$0378a8c0@domain.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <3FDBBF50.9090308@gmx.net> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, How do I turn the fork to be true? Regards, Yuval Zantkeren "This email message and any attachments hereto are intended only for use by the addressee(s) named above, and may contain legally privileged and/or confidential information. If you are not the intended addressee, you are hereby kindly notified that any dissemination, distribution or copying of this email and any attachments hereto is strictly prohibited. If you have received this email in error, kindly delete it from your computer system, and notify us at the telephone number or email address appearing above. Thank you" -----Original Message----- From: Philipp Taprogge [mailto:Philipp.Taprogge@gmx.net] Sent: Sunday, December 14, 2003 3:39 AM To: Tomcat Users List Subject: Re: Need some Tomcat Configuration help badly Hi! Dick Steflik wrote: > I'm on W2000, just for the record. With this in mind which way should > the fork be set; true ot false. Concidering that this poor excuse for an OS does not even know the meaning of fork(), I'd say you set it to true. W2K should then start a completely new process from scratch. You'll loose some performance of course, since starting the JVM takes time and ressources, but if you don't compile many, many jsps at a time, that should not be too much of a problem. Phil P.S.: No pun intended here ;-) --------------------------------------------------------------------- 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