Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 53517 invoked from network); 15 Nov 2005 06:07:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Nov 2005 06:07:04 -0000 Received: (qmail 57656 invoked by uid 500); 15 Nov 2005 06:06:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 57631 invoked by uid 500); 15 Nov 2005 06:06:47 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 57620 invoked by uid 99); 15 Nov 2005 06:06:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 22:06:47 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of nanfeiwang@hotmail.com designates 64.4.17.73 as permitted sender) Received: from [64.4.17.73] (HELO hotmail.com) (64.4.17.73) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 22:06:39 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 14 Nov 2005 22:06:26 -0800 Message-ID: Received: from 61.218.232.99 by BAY111-DAV1.phx.gbl with DAV; Tue, 15 Nov 2005 06:06:26 +0000 X-Originating-IP: [61.218.232.99] X-Originating-Email: [nanfeiwang@hotmail.com] X-Sender: nanfeiwang@hotmail.com From: "NanFei Wang" To: "Tomcat Users List" References: Subject: Re: configure Tomcat/5.5.9 By ' set JAVA_OPTS=-Xmx256M ' Date: Tue, 15 Nov 2005 14:06:24 +0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-OriginalArrivalTime: 15 Nov 2005 06:06:26.0671 (UTC) FILETIME=[B692BFF0:01C5E9AA] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Chuck, I use just -Xmx256m in another line at the Java Options text area. It work successfully. Thank so much. NanFei ----- Original Message ----- From: "Caldarale, Charles R" To: "Tomcat Users List" Sent: Tuesday, November 15, 2005 1:48 PM Subject: RE: configure Tomcat/5.5.9 By ' set JAVA_OPTS=-Xmx256M ' > From: NanFei Wang [mailto:nanfeiwang@hotmail.com] > Subject: Re: configure Tomcat/5.5.9 By ' set JAVA_OPTS=-Xmx256M ' > > I add -DJAVA_OPTS=-Xmx256M in another line at the Java > Options text area, (I don't have 5.5.9 installed anymore, just 5.5.12, so I can't see what's on the 5.5.9 Java tab for myself.) The -D options are only for setting Java system properties. JAVA_OPTS is an environment variable, not a JVM command line parameter, and is used only to communicate the desired values to the startup scripts. Use just -Xmx256m, which is the actual command line parameter. - Chuck --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org