Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 48568 invoked from network); 15 Nov 2005 05:49:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Nov 2005 05:49:39 -0000 Received: (qmail 44611 invoked by uid 500); 15 Nov 2005 05:49:24 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 44591 invoked by uid 500); 15 Nov 2005 05:49:24 -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 44574 invoked by uid 99); 15 Nov 2005 05:49:24 -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 21:49:24 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.63.108.51] (HELO usbb-lacimss1.unisys.com) (192.63.108.51) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 21:49:15 -0800 Received: from USBB-LACGW3.na.uis.unisys.com ([129.224.98.43]) by usbb-lacimss1 with InterScan Messaging Security Suite; Tue, 15 Nov 2005 01:04:04 -0500 Received: from USBB-LACGW3.na.uis.unisys.com ([129.224.98.44]) by USBB-LACGW3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 15 Nov 2005 00:49:01 -0500 Received: from USRV-EXCH1.na.uis.unisys.com ([129.225.81.6]) by USBB-LACGW3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 15 Nov 2005 00:49:01 -0500 Received: from USRV-EXCH4.na.uis.unisys.com ([192.61.245.232]) by USRV-EXCH1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 14 Nov 2005 23:49:00 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: configure Tomcat/5.5.9 By ' set JAVA_OPTS=-Xmx256M ' Date: Mon, 14 Nov 2005 23:48:59 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: configure Tomcat/5.5.9 By ' set JAVA_OPTS=-Xmx256M ' Thread-Index: AcXppiFBB3STGX3DTJS2gdQrZdD1xgAAGIDw From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 15 Nov 2005 05:49:00.0363 (UTC) FILETIME=[46ECD1B0:01C5E9A8] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > From: NanFei Wang [mailto:nanfeiwang@hotmail.com]=20 > Subject: Re: configure Tomcat/5.5.9 By ' set JAVA_OPTS=3D-Xmx256M ' >=20 > I add -DJAVA_OPTS=3D-Xmx256M in another line at the Java=20 > 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 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org